1. 首页
  2. 编程语言
  3. Python
  4. python爬虫并导入数据库

python爬虫并导入数据库

上传者: 2023-02-01 14:17:06上传 ZIP文件 5.02KB 热度 13次
安装数据库驱动pip install pymysql数据库连接池pip install DBUtils建表CREATE TABLE novel id int11NOT NULL AUTO INCREMENT COMMENT自增主键title varchar100NOT NULL COMMENT标题content text NOT NULL COMMENT内容PRIMARY KEY id ENGINE InnoDB AUTO INCREMENT2353DEFAULT CHARSET utf8脚本写入数据库def write db chapter content sql INSERT INTO novel title content VALUES title s content s param title chapter content content mysql.i
下载地址
用户评论