吉阿吉

2021年4月27日

豆瓣图书信息爬虫

摘要: 一、定义数据库数据模型 create database doubandb; create TABLE books( id bigint(20) unsigned NOT NULL COMMENT ID号, title varchar(255) DEFAULT NULL COMMENT 书名, aut 阅读全文

posted @ 2021-04-27 16:15 吉阿吉 阅读(182) 评论(0) 推荐(0) 编辑

百度失信人名单爬虫

摘要: 一、item.py中定义数据模型 class Dishonest(scrapy.Item): name=scrapy.Field() card_num=scrapy.Field() age=scrapy.Field() area=scrapy.Field() business_entiy=scrap 阅读全文

posted @ 2021-04-27 13:55 吉阿吉 阅读(137) 评论(0) 推荐(0) 编辑

导航