摘要: 阅读全文
posted @ 2019-01-07 14:00 青春叛逆者 阅读(287) 评论(0) 推荐(0) 编辑
摘要: scrapy保存信息的最简单的方法主要有四种,-o 输出指定格式的文件,,命令如下: # json格式,默认为Unicode编码 scrapy crawl itcast -o teachers.json # json lines格式,默认为Unicode编码 scrapy crawl itcast -o teachers.jl # csv 逗号表达式,可用Excel打开 scrapy cra... 阅读全文
posted @ 2019-01-07 13:25 青春叛逆者 阅读(774) 评论(0) 推荐(0) 编辑
摘要: 一条命令解决excel 不能读取问题 阅读全文
posted @ 2019-01-07 10:03 青春叛逆者 阅读(1265) 评论(0) 推荐(0) 编辑