摘要:
1 # coding: utf-8 2 import os 3 from pyftpdlib.authorizers import DummyAuthorizer 4 from pyftpdlib.handlers import FTPHandler 5 from pyftpdlib.servers import FTPServer 6 7 def main(): 8 ... 阅读全文
posted @ 2018-09-28 21:23
Roc_Atlantis
阅读(232)
评论(0)
推荐(0)
摘要:
1.什么是scrapy? Scrapy是一个为了爬取网站数据,提取结构性数据而编写的应用框架。框架的本质就是集成各种功能、具有很强通用性的项目模板。 2.安装 Linux: pip3 install scrapy Windows: 》见Twisted安装 a. pip3 install wheel 阅读全文
posted @ 2018-09-28 18:26
Roc_Atlantis
阅读(2009)
评论(0)
推荐(2)
浙公网安备 33010602011771号