随笔分类 -  爬虫遇到的坑

摘要:上次在navicat上远程连接MySQL,运行存储过程时传入了一个时间参数‘0000-00-00 00:00:00’,发生如下错误: 1292 - Incorrect datetime value: '0000-00-00 00:00:00' for column 'targetTime' at r 阅读全文
posted @ 2020-03-06 18:08 xaxb 阅读(5190) 评论(1) 推荐(0)
摘要:首先是查看了settings,显示已经安装过lxml了,尝试了将BeautifulSoup(html,‘lxml’)改成:BeautifulSoup(html, ‘html5lib’), 没有解决实质问题,尝试pip安装发现我的pip出现了大问题,Traceback (most recent cal 阅读全文
posted @ 2020-03-05 14:10 xaxb 阅读(1080) 评论(0) 推荐(0)