爬虫部分,# 0 爬虫准备工作
- 参考资料
- python网络数据采集, 图灵工业出版
- 精通Python爬虫框架Scrapy, 人民邮电出版社
- [Python3网络爬虫](http://blog.csdn.net/c406495762/article/details/72858983)
- [Scrapy官方教程](http://scrapy-chs.readthedocs.io/zh_CN/0.24/intro/tutorial.html)
- 前提知识
- url
- http协议
- web前端,html, css, js
- ajax
- re, xpath
- xml