#下载chunkin模块
git?clone?https://github.com/agentzh/chunkin-nginx-module.git
#编译nginx,使用chunkin模块
wget?http://nginx.org/download/nginx-1.2.7.tar.gz
tar?xvzf?nginx-1.2.7.tar.gz
cd?ngi...
分类:
Web程序 时间:
2015-01-26 12:07:54
阅读次数:
1118
HP发送HTTP POST请求 返回结果 ');}//echo($srv_ip);$fp = fsockopen($srv_ip,$srv_port,$errno,$errstr,$timeout);if (!$fp){echo('fp fail');}$content_length = strle...
分类:
Web程序 时间:
2015-01-25 16:26:14
阅读次数:
229
上传图片时出现的问题:
{ status code: 200, headers {
Connection = "Keep-Alive";
"Content-Encoding" = gzip;
"Content-Length" = 386;
"Content-Type" = "text/html; charset=utf-8";
Date = "W...
分类:
Web程序 时间:
2015-01-21 15:19:12
阅读次数:
171
异常信息:The maximum string content length quota (8192) has been exceeded while reading XML data问题:调用第三方的WCF服务,产生上述异常信息分析:在公布WCF host端时,要确保host端以及客户端的设置允许...
分类:
其他好文 时间:
2015-01-08 21:26:48
阅读次数:
321
abort() 停止当前请求getAllResponseHeaders() 返回包含HTTP请求的所有响应头信息,其中响应头包括Content-Length,Date,URI等内容。getResponseHeader(String header) 返回HTTP请求的响应头中指定的键名header对应...
分类:
Web程序 时间:
2014-12-10 19:41:51
阅读次数:
197
Request Method:
POST
Status Code:
302 Moved Temporarily
Content-Length:
0
Date:
Sun, 07 Dec 2014 15:23:19 GMT
Location:
http://inspiron:8080/GrandFieldResc...
分类:
Web程序 时间:
2014-12-08 09:21:07
阅读次数:
277
json数据提交curl -X POST -H 'Content-Type: application/json; charset=utf-8' -H 'Content-Length: 4' 'http://xxxxx:8080/microbiz/api/v1/channels/delete?user...
分类:
Web程序 时间:
2014-10-23 16:07:17
阅读次数:
157
context.Response.ContentType=encode;using(StreamWriterwriter=newStreamWriter(context.Response.OutputStream,UTF8)){writer.Write(str);}上面代码常会报错:Bytes to...
分类:
其他好文 时间:
2014-10-14 20:15:59
阅读次数:
193
$args # 这个变量等于请求行中的参数。$binary_remote_addr # 远程地址的二进制表示$body_bytes_sent # 已发送的消息体字节数$content_length # 请求头中的Content-length字段$content_type...
分类:
其他好文 时间:
2014-10-01 21:35:11
阅读次数:
194
/*** Structure for SIP Message (REQUEST and RESPONSE).* @struct osip_message*/ struct osip_message { char *sip_version; /**content_length == NULL) ...
分类:
其他好文 时间:
2014-09-26 19:11:48
阅读次数:
223