2015年5月8日

Beautifulsoup 和selenium 的查询

摘要: SeleniumThere are vaious strategies to locate elements in a page. You can use the most appropriate one for your case. Selenium provides the following ... 阅读全文

posted @ 2015-05-08 13:33 alex.shu 阅读(636) 评论(0) 推荐(0) 编辑

python 线程池

摘要: 准备开始准备使用带有并发的map功能首先要导入相关包文件:frommultiprocessingimportPoolfrommultiprocessing.dummyimportPoolasThreadPool然后初始化:pool=ThreadPool()就这么简单一句解决了example2.py中... 阅读全文

posted @ 2015-05-08 11:22 alex.shu 阅读(445) 评论(0) 推荐(0) 编辑

导航