随笔分类 -  python 网络

windows下搭建scrapy进行爬虫(python)
摘要:1.安装 zope.interface pip install zope.interface 2.安装twisted 是python实现的基于事件驱动的网络引擎框架 pip install twisted 3.安装pyopenssl pip install pyopenssl 4.安装pywin32 阅读全文
posted @ 2017-04-19 16:10 simon930 阅读(136) 评论(0) 推荐(0)
python3使用builtwith识别网站使用相关技术
摘要:参考链接: http://blog.csdn.net/jieleiping/article/details/56299202 阅读全文
posted @ 2017-03-28 22:57 simon930 阅读(170) 评论(0) 推荐(0)