利用python在windows环境下爬取赶集网工作信息。
摘要:
主要用到了多进程和多线程的知识,最后结果保存成csv文件格式,如有需要可改成数据库版本。 对用到的库做下简要介绍,具体请参考官方文档: xpinyin.Pinyin:将输入的中文转成拼音 concurrent.futures.ProcessPoolExecutor:多进程 concurrent.fu 阅读全文
posted @ 2017-06-11 21:41 司徒道 阅读(586) 评论(0) 推荐(0) 编辑