上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 101 下一页
摘要: 问:10个URL,爬虫获取到数据? 一、 串行 二、 线程、进程 三、 异步非阻塞 a. asyncio import asyncio @asyncio.coroutine def fetch_async(host, url='/'): print(host, url) reader, writer 阅读全文
posted @ 2016-09-30 17:31 许二哈哈哈 阅读(599) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 101 下一页