- 博客(86)
- 收藏
- 关注
原创 Python 将识别为字符串的列表转为列表
问题描述:在获取数据时,总有一些数据看着是列表的形式,但是在调取的时候发现是字符串格式,如果直接用list()进行转换,则会使得字符串中的数据全部分开,并非直接将字符串转为列表...
2022-01-14 16:16:06
922
1
原创 Flask报错TypeError: The view function did not return a valid response.
访问Flask接口时报错:TypeError: The view function did not return a valid response. The return type must be a string, dict, tuple, Response instance, or WSGI callable, but it was a JSONDecodeError.反复查看代码,接口代码return的数据格式无误。最后发现......
2021-11-17 16:10:52
6780
1
原创 MySQL报错:ERROR 1045 (28000): Access denied for user ‘root‘@‘localhost‘ (using password: NO)
新装MySQL登录时报错,已解决。
2021-09-07 11:04:51
354
原创 MySQL报错:ERROR 2003 (HY000): Can‘t connect to MySQL server on ‘localhost‘ (10061)
2021-08-23 14:14:02
187
原创 Windows没有MySQL服务及MySQL无法启动解决办法
下载MySQL并把MySQL的路径配置到系统环境后执行命令:mysql -u root -p 报错:ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061),猜测原因可能是windows没有mysql服务或mysql服务没有启动,这篇文章主要讲windows没有mysql服务的情况下的解决办法。
2021-08-23 14:12:23
21176
11
原创 scrapy中执行命令subprocess.run()报错:FileNotFoundError: [WinError 2] 系统找不到指定的文件,已解决
非修改shell=True
2021-08-19 16:26:42
2952
原创 pip 安装模块时报错:ImportError: cannot import name ‘InvalidSchemeCombination‘ ......
pip 安装模块时报错:ImportError: cannot import name 'InvalidSchemeCombination' from 'pip._internal.exceptions' (D:\WORK_ENV\workenv1\lib\site-packages\pip\_internal\exceptions.py)
2021-08-19 15:13:24
4676
9
原创 python 爬虫报错:Invalid keyword arguments {‘headers‘: XXX, ‘encoding‘: ‘utf-8‘} 已解决
2021-04-14 13:47:01
1359
原创 python安装sshtunnel时报错:Could not build wheels for bcrypt which use PEP 517 and cannot be installed
python安装sshtunnel时报错:Could not build wheels for bcrypt which use PEP 517 and cannot be installed directly单独下载bcrypt时依旧报错用以下方法成功解决:在setting中单独下载bcrypt时选择较低版本安装,安装成功后再执行命令:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple sshtunnel,sshtunnel安装成
2020-11-26 13:43:06
11890
原创 MySQL 利用update向字段中追加数据
在mysql数据库中更新某个字段内容时,我们不希望直接用新数据替代旧数据,而是在此字段内容前(后)追加数据
2020-04-14 15:42:50
3118
原创 python 使用pyquery提取字段遇到的一个坑
问题描述:在抓取网页内容时,利用requests,bs4等均能在结果中看到我想要的某字段,但是使用pyquery提取时却没有了检查后不是编码的问题(结果中有正常显示的汉字),也不是xhtml和html的问题...
2020-04-01 16:08:43
680
原创 requests.exceptions.InvalidHeader: Invalid return character or leading space in header: user-agent
2020-03-31 14:58:25
3924
1
原创 python 利用pyquery同时提取两个不同标签的内容
在爬取百度知道的时候,回答分为“最佳回答”和“其他回答”,分别存在两个id不同,class类似的div标签中,而爬虫是需要把所有回答都抓取的,利用......
2020-03-17 17:52:04
1614
原创 json.decoder.JSONDecodeError: Invalid \escape: line 1 column 44 (char 43)
通过json.loads将str转为json格式时报错:json.decoder.JSONDecodeError: Invalid \escape: line 1 column 44 (char 43)
2020-03-06 13:57:47
13430
1
原创 python 大众点评woff文件百度AI文字识别
不知百度AI文字识别如何操作的可以参考python语言百度文字识别文档直接贴出完整代码:【注】下面代码的APP_ID、APP_KEY、SECRET_KEY的值都已修改,不可以直接用的,请自己建立百度网络图片文字识别应用模型from aip import AipOcrfrom fontTools.ttLib import TTFontfrom PIL import Image,...
2019-12-31 10:11:02
2340
原创 python 利用tesseract识别文字报错(内含中文包下载地址)
已安装tesseract-ocr-w32-setup-v4.0.0.20181030.exe(tesseract下载地址),已配置系统环境,python已下载pytesseract模块,运行程序时仍报错:pytesseract.pytesseract.TesseractError: (1, 'Error opening data file C:\\Program Files (x86)\\Te...
2019-12-27 15:07:48
5288
2
原创 python下载aip报错: No matching distribution found for aip,已解决
利用百度aip进行情感分析时调用aip报错ModuleNotFoundError: No module named 'aip'常用方法利用pip install aip下载aip模块,但报错No matching distribution found for aip在网上找了很久没找到zip文件,于是解决方法来了!!!其实这个模块真实名字叫做baidu-aip,只是调用的时候用ai...
2019-12-03 11:16:31
4537
6
原创 windows10 多桌面的两个方法(利用键盘或鼠标)
windows10 多桌面的两个方法(利用键盘或鼠标)一:利用键盘...二:利用鼠标...
2019-11-15 14:06:27
4317
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人