浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 171 172 173 174 175 176 177 178 179 ··· 630 下一页

2013年3月31日

摘要: C语言抓http gzip包并解压 失败 - C/C++ - ChinaUnix.net -原帖由 tedli 于 2007-8-7 16:41 发表 我加了一小段程序测试是不是chunked传输,但是没有反应,不知道是不是写错了?: 即全程序如下: 你的程序错误的地方目前看来还是比较多的。 while(1) { i = read(sockfd,strResponse + temp... 阅读全文
posted @ 2013-03-31 12:12 lexus 阅读(242) 评论(0) 推荐(0)

摘要: C语言抓http gzip包并解压 失败 - C/C++ - ChinaUnix.net -gzip格式rfc 1952 http://www.ietf.org/rfc/rfc1952.txt deflate格式rfc 1951 http://www.ietf.org/rfc/rfc1951.txt zlib开发库 http://www.zlib.net/manual.html 阅读全文
posted @ 2013-03-31 12:11 lexus 阅读(301) 评论(0) 推荐(0)

摘要: tcpip数据包编码解析(chunk and gzip)_space of Jialy_百度空间tcpip数据包编码解析(chunk and gzip)在提取出http报文(Message)里的Message-body数据以后,接下来就是要对这个部分数据进行处理了。我的方法是先将这些数据保存成文件,然后再来好好处理它们。http传输的对象数据大部分都是经过压缩传输的,所以我们得到的数据并不是直接的... 阅读全文
posted @ 2013-03-31 12:09 lexus 阅读(570) 评论(0) 推荐(0)

摘要: Difference Between ZIP and GZIP | Difference Between | ZIP vs GZIP Difference Between ZIP and GZIP • Categorized under Protocols & Formats,Software,Technology | Difference Between ZIP and GZIP winzip_... 阅读全文
posted @ 2013-03-31 12:07 lexus 阅读(267) 评论(0) 推荐(0)

摘要: Reading socket is slow - Cwhile ((return_count = socket_read(socket_number, &receive_str[i], 5120)) > 0) This will loop until the server closes the connection, which is exactly why it's taking your 3... 阅读全文
posted @ 2013-03-31 11:35 lexus 阅读(279) 评论(0) 推荐(0)

摘要: 关于HTTP keep-alive的实验 - 黄亿华的个人页面 - 开源中国社区 关于HTTP keep-alive的实验 2人收藏此文章, 我要收藏 发表于6个月前(2012-09-24 11:25) , 已有514次阅读 ,共1个评论 前面一篇文章提到,HTTP1.1中持久连接已经是默认配置,除非设置Connection为close,否则默认都会进行持久连接。但是我们知道事实标准跟教科书还是可... 阅读全文
posted @ 2013-03-31 09:43 lexus 阅读(373) 评论(0) 推荐(0)

摘要: c - What is the Difference Between read() and recv() , and Between send() and write()? - Stack Overflow 25 down vote favorite4what is the difference between read() and recv() , and between send() and ... 阅读全文
posted @ 2013-03-31 09:39 lexus 阅读(172) 评论(0) 推荐(0)

摘要: HTTP Keep-Alive详解 - IT心雪的日志 - 网易博客HTTP Keep-Alive详解 2011-05-12 17:05:01|分类: 技术探讨 |标签:http协议 |字号大中小订阅原文连接:http://www.io.com/~maus/HttpKeepAlive.html译者:IT心雪HTTP Keep AliveHTTP Keep-Alive 很大程序上被误解了,下面介绍... 阅读全文
posted @ 2013-03-31 09:12 lexus 阅读(259) 评论(0) 推荐(0)

摘要: verbose 阅读全文
posted @ 2013-03-31 08:25 lexus 阅读(461) 评论(0) 推荐(0)

摘要: post my thread 阅读全文
posted @ 2013-03-31 08:19 lexus 阅读(155) 评论(0) 推荐(0)

2013年3月30日

摘要: 关于指向指针的指针的问题 http://my.oschina.net/mingtingling/blog/118599 阅读全文
posted @ 2013-03-30 20:23 lexus 阅读(181) 评论(0) 推荐(0)

摘要: tmux 1.8 发布,Linux 终端复用器 http://www.oschina.net/news/39106/tmux-1-8 阅读全文
posted @ 2013-03-30 20:20 lexus 阅读(221) 评论(0) 推荐(0)

摘要: HTTP Keep-Alive - 天空-天空 - 博客园HTTP Keep-AliveHTTP Keep-AliveKeep-Alive功能使客户端到服务器端的连接持续有效,当出现对服务器的后继请求时,Keep-Alive功能避免了建立或者重新建立连接。市场上 的大部分Web服务器,包括iPlanet、IIS和Apache,都支持HTTP Keep-Alive。对于提供静态内容的网站来说,这个功... 阅读全文
posted @ 2013-03-30 17:25 lexus 阅读(229) 评论(0) 推荐(0)

摘要: setsockopt 设置socket 详细用法 - C++乐园 - C++博客setsockopt 设置socket 详细用法1.closesocket(一般不会立即关闭而经历TIME_WAIT的过程)后想继续重用该socket:BOOL bReuseaddr=TRUE;setsockopt(s,SOL_SOCKET ,SO_REUSEADDR,(const char*)&bReuseaddr,... 阅读全文
posted @ 2013-03-30 15:15 lexus 阅读(735) 评论(0) 推荐(0)

2013年3月29日

摘要: 北京生活 TIPS - 银行服务篇 | Solrex² - 杨文博的博客,记录我的生活、思想、技术和梦想You are here: Home » 生活 » 北京生活 TIPS - 银行服务篇北京生活 TIPS - 银行服务篇 阅读全文
posted @ 2013-03-29 14:31 lexus 阅读(201) 评论(0) 推荐(0)

摘要: 生活 | Solrex² - 杨文博的博客,记录我的生活、思想、技术和梦想Category Archives: 生活北京生活 TIPS - 谈谈日常理财 阅读全文
posted @ 2013-03-29 14:30 lexus 阅读(176) 评论(0) 推荐(0)

摘要: 基于EPOLL写的HTTP服务器(加入了线程池)_没落都城_新浪博客 基于EPOLL写的HTTP服务器(加入了线程池) (2010-12-07 19:02:51) 转载▼ 标签: 杂谈 分类: EPOLL #include<fcntl.h> #include<cstdio> #include<unistd.h> #include<cstdlib> #include<sys/socket.h> #... 阅读全文
posted @ 2013-03-29 14:19 lexus 阅读(345) 评论(0) 推荐(0)

摘要: epoll 事件之 EPOLLRDHUP | Solrex² - 杨文博的博客,记录我的生活、思想、技术和梦想You are here: Home » 开源 » Linux » epoll 事件之 EPOLLRDHUPepoll 事件之 EPOLLRDHUP2011-07-01在对系统问题进行排查时,我发现了一个奇怪的现象:明明是对方断开请求,系统却报告一个查询失败的错误,但从用户角度来看请求的结... 阅读全文
posted @ 2013-03-29 14:16 lexus 阅读(1797) 评论(0) 推荐(1)

摘要: saghul, on code « How do event loops work in Python?How do event loops work in Python? 阅读全文
posted @ 2013-03-29 14:13 lexus 阅读(55) 评论(0) 推荐(0)

摘要: Tinyproxy - A light-weight HTTP/HTTPS proxyTinyproxyTinyproxy is a light-weight HTTP/HTTPS proxy daemon for POSIX operating systems. Designed from the ground up to be fast and yet small, it is an ide... 阅读全文
posted @ 2013-03-29 14:05 lexus 阅读(1380) 评论(0) 推荐(0)

上一页 1 ··· 171 172 173 174 175 176 177 178 179 ··· 630 下一页