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

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

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年4月5日

摘要: http://v2ex.com/t/64994 阅读全文
posted @ 2013-04-05 23:40 lexus 阅读(188) 评论(0) 推荐(0)

摘要: http://v2ex.com/t/65021 阅读全文
posted @ 2013-04-05 23:39 lexus 阅读(167) 评论(0) 推荐(0)

摘要: 利用tcp_wrappers 保护服务安全 http://my.oschina.net/u/158500/blog/119568 阅读全文
posted @ 2013-04-05 22:46 lexus 阅读(168) 评论(0) 推荐(0)

摘要: linux fork()函数 http://my.oschina.net/amoshuang/blog/119610 阅读全文
posted @ 2013-04-05 22:41 lexus 阅读(199) 评论(0) 推荐(0)

摘要: Sersync试用 http://my.oschina.net/guol/blog/120199 阅读全文
posted @ 2013-04-05 22:35 lexus 阅读(183) 评论(0) 推荐(0)

摘要: Linux C基于进程并发的服务器简单示例 http://my.oschina.net/sharelinux/blog/120223 阅读全文
posted @ 2013-04-05 22:33 lexus 阅读(150) 评论(0) 推荐(0)

摘要: /** author:maolingzhi* date:2012-04-05* 这个程序是用来测试memstr用以模板strstr功能* mem*系列有memchr但是没有memstr,本程序用来实现该功能* SYNOPSIS* #include <string.h>* void *memstr(const void *s, const char *str, size_t n);* DESCRIP... 阅读全文
posted @ 2013-04-05 20:17 lexus 阅读(1527) 评论(0) 推荐(0)

摘要: /*********************** internal functions *********************/ /* search for a string in a fixed-length byte string. if partial is true, partial matches are allowed at the end of the buffer. ... 阅读全文
posted @ 2013-04-05 18:50 lexus 阅读(239) 评论(0) 推荐(0)

摘要: memstr - Dustfly的专栏 - 博客频道 - CSDN.NET memstr 2011-04-01 12:45 1009人阅读 评论(0) 收藏 举报libraryincludestringsearchcblog好长时间没有写过Blog了,呵呵在glibc里面有memchr,却没有memstr,发个memstr出来:/* Return the offset of one string ... 阅读全文
posted @ 2013-04-05 18:47 lexus 阅读(541) 评论(0) 推荐(0)

摘要: 关于chunked gzip,socket下载网页内容. - xiqi8144的专栏 - 博客频道 - CSDN.NET关于chunked gzip,socket下载网页内容. 分类: Python Spider 2009-08-05 19:21 1496人阅读 评论(0) 收藏 举报socket服务器浏览器pythonfirefox搜索引擎在利用底层socket下载h... 阅读全文
posted @ 2013-04-05 17:19 lexus 阅读(338) 评论(0) 推荐(0)

摘要: How to read whole file? (C++)FILE *fp;long len;char *buf;fp=fopen("thefileyouwanttoread.txt","rb");fseek(fp,0,SEEK_END); //go to endlen=ftell(fp); //get position at end (length)fseek(fp,0,SEEK_SET); /... 阅读全文
posted @ 2013-04-05 12:56 lexus 阅读(252) 评论(0) 推荐(0)

摘要: C++文件读写总结 - IT-----无以言退 - 博客频道 - CSDN.NET写:将程序中处理后的数据写到文件当中对程序来说是将数据写出去,即数据离开程序,因此定义输出流对象ofstream outfile,outfile就是输出流对象,这个对象用来存放将要写到文件当中的数据。具体做法:ofstream outfile;outfile.open("myfile.bat"); //myfile.... 阅读全文
posted @ 2013-04-05 10:23 lexus 阅读(199) 评论(0) 推荐(0)

摘要: libmemcached 1.0.17 发布,memcached 开发包 http://www.oschina.net/news/39278/libmemcached-1-0-17 阅读全文
posted @ 2013-04-05 00:01 lexus 阅读(147) 评论(0) 推荐(0)

摘要: libmemcached 1.0.17 发布,memcached 开发包 http://www.oschina.net/news/39278/libmemcached-1-0-17 阅读全文
posted @ 2013-04-05 00:01 lexus 阅读(154) 评论(0) 推荐(0)