摘要: import pandas as pd import pymysql def connect_db(): MYSQL_HOSTS = '127.0.0.1' MYSQL_USER = 'root' MYSQL_PASSWORD = 'root' MYSQL_PORT = 3306 MYSQL_DB = 'xiaoshuo' conn = pym... 阅读全文
posted @ 2019-03-14 11:02 Leslie-x 阅读(1819) 评论(0) 推荐(0) 编辑
摘要: 问题描述 当前环境win7,python_3.6.8,64位。 在windows下,在dos中运行pip install Scrapy报错: building 'twisted.test.raiser' extension error: Microsoft Visual C++ 14.0 is re 阅读全文
posted @ 2019-03-14 09:49 Leslie-x 阅读(88) 评论(0) 推荐(0) 编辑