ChinaUnix.net
相关文章推荐:

svn return value400 bad request in response to post

php有没有好办法解决: Your browser sent a request that this server could not understand. Size of a request header field exceeds server limit. Cookie: %u9996%u9875=b30167a06f4775172896f..................... 谢............

by 微笑的牛 - PHP - 2006-02-20 10:34:40 阅读(1453) 回复(6)

相关讨论

在发送HTTP请求后总是收到HTTP 400 bad request 错误 发送头如下 HEAD /imp284136_001.mp3 HTTP/1.1 Host: 208.191.47.132:8000 Accept: */* Referer: http://208.191.47.132:8000 User-Agent: Mozilla/4.0 (compatible; MSIE 5.00; Windows 98) Pragma: no-cache Cache-Control: no-cache Connection: close 请高人解答

by shineyear - C/C++ - 2009-04-21 11:41:34 阅读(1889) 回复(3)

机房让我设置IP为400 bad request 只能通过域名访问 机房大多都是win,linux的比较少 , 也不太清楚他们怎么弄 我查了好几天的资料 , 就是没有找到这个事情怎么处理 。。。 请大家帮帮我 , 小弟谢谢了:wink:

by Gepao - 服务器应用 - 2009-06-23 20:48:51 阅读(2146) 回复(2)

response Headers Server Zeus/4.3 Date Fri, 05 Dec 2008 08:45:33 GMT Connection close Content-Type text/html request Headers Host 220.231.13.100 User-Agent Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4 Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language zh-cn,zh;q=0.5 Accept-Encoding gzip,deflate Accept-Charset gb2312,u...

by todayhero - 服务器应用 - 2008-12-05 18:22:54 阅读(1707) 回复(1)

概述 Django 使用 requestresponse 对象表示系统状态数据.. 当请求一个页面时,Django创建一个 Httprequest 对象.该对象包含 request 的元数据. 然后 Django 调用相应的 view 函数(Httprequest 对象自动传递给该view函数), 每一个 view 负责返回一个 Httpresponse 对象. 本文档解释了 Httprequest 和 Httpresponse 对象的 API. Httprequest 对象 属性 除了 session 以外的其它属性都应该被看作是只读的. path一个字符串表示请求...

by hkebao - Python文档中心 - 2009-08-12 12:52:39 阅读(2092) 回复(0)

A lot of programmers standardize on indicator usage for function keys within display file programs, e.g. *IN01 for F1, *IN03 for F3, etc, which is fine and readable if you are aware of the convention being used. However, if you want to cut down on the number of indicators used in your program and make it easier to read and maintain then you should code your display files not to use response indic...

by jj8610 - AS400 - 2004-04-08 10:28:38 阅读(669) 回复(0)

启动时出现bad eip value 错误,请问怎么解决啊?系统是linux 9.0

by dxk - Linux论坛 - 2004-11-29 10:56:38 阅读(248) 回复(0)

public void postData() { // Create a new HttpClient and post Header HttpClient httpclient = new DefaultHttpClient(); Httppost httppost = new Httppost("http://www.yoursite.com/script.php"); try { // Add your data List namevaluePairs = new ArrayList(2); namevaluePairs.add(new BasicNamevaluePair("id", "12345")); namevaluePairs.add(new BasicNam...

by figofuture - Java文档中心 - 2009-05-31 19:49:19 阅读(1188) 回复(0)

我们单位结算中心的unix主机今天早上无法启动了, 启动到下列提示时便无法进行: please wait while the system is examined .This may take a few a minutes. unx:/sbin/ckroot:waring :return value 1 system has halted and may be powered off (press any key to reboot) 希望各位帮帮忙! [ 本帖最后由 CNL 于 2005-11-21 13:13 编辑 ]

by kingdee2008 - 其他UNIX - 2005-11-21 13:38:42 阅读(958) 回复(2)

各位大侠,我公司最近需要配置一个程序版本管理软件,现选定了用svn, 但小弟虽然看了相关的资料,但却没有讲OS400的,请问在座各位有在400上 用过svn吗?有的请指教如何使用。谢谢!!

by zsteddy - AS400 - 2006-04-07 15:12:48 阅读(1074) 回复(1)

Fedora 10 x86_64 cyrus-imapd-2.3.13 ./configure --prefix=/usr/local/imapd --with-mysql=/usr/local/mysql --with-sasl=/usr/local/sasl 错误如下: gcc -L/usr/local/mysql/lib/mysql -Wl,-rpath,/usr/local/mysql/lib/mysql -o \ tls_prune tls_prune.o tls.o cli_fatal.o mutex_fake.o libimap.a ../lib/libcyrus.a ../lib/libcyrus_min.a -L/usr/local/sasl/lib -Wl,-rpath,/usr/local/sasl/lib -lsasl2 -lgssapi...

by zyyzly - 服务器应用 - 2009-01-08 14:47:56 阅读(2210) 回复(0)