
网络爬虫
文章平均质量分 74
codetracer
学习造轮子
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
网络爬虫资料大全
http://www.gooseeker.com/cn/node/Fuller/2009082806原创 2010-12-12 14:15:00 · 1388 阅读 · 0 评论 -
一个web请求的写法
<br />向指定的主机发送一个Web页面的请求。<br />#include <sys/types.h><br />#include <sys/socket.h><br />#include <sys/times.h><br />#include <netinet/in.h><br />#include <netdb.h><br />#include <fcntl.h><br />#include <signal.h><br />#include <unistd.h><br /转载 2010-12-27 21:19:00 · 978 阅读 · 0 评论