摘要: 2016-10-22 后来了解到 python 内部有相关实现,感觉 python 好贴心~~~ 阅读全文
posted @ 2016-05-01 21:17 LandFlow 阅读(2055) 评论(0) 推荐(0)
摘要: import urllib import socket from threading import * url = "http://www.baidu.com/s?ie=UTF-8&wd=tofind.space" cishu = 0 socket.setdefaulttimeout(15) def gethtml(): global cishu cishu += 1... 阅读全文
posted @ 2016-05-01 14:43 LandFlow 阅读(372) 评论(0) 推荐(0)