- 博客(5)
- 收藏
- 关注
原创 抓包工具charles,copy cURL request时,中文乱码处理方法
1.找到安装目录下的Charles.ini文件(可以右键桌面图标,选择打开文件所在位置)2.右键选择打开方式为“记事本”等代码编辑软件,此处演示软件为notepad3。3.在此配置软件中增加以下一行代码:vmarg.6=-Dfile.encoding=UTF-8 4.保存并重启Charles软件,再次copy cURL request。
2025-04-23 10:07:10
798
原创 cursor.rownumber设置游标位置时报错:AttributeError: readonly attribute(已解决)
cursor.rownumber设置游标位置时报错:AttributeError: readonly attribute。
2023-02-16 18:02:33
762
原创 python连接数据库报错:pymysql.err.OperationalError: (2013, ‘Lost connection to MySQL server during query‘)
这几天想学习下怎么用python去操作数据库相关的知识,结果一直报pymysql.err.OperationalError: (2013, 'Lost connection to MySQL server during query'
2023-02-16 14:32:37
1786
原创 用pip命令安装pytest-html插件时报错ERROR: Could not find a version that satisfies the requirement pytest-html
刚开始学习pytest框架,用pip install pytest-html命令安装插件时,一直报这个错ERROR: Could not find a version that satisfies the requirement pytest-html (from versions: none)ERROR: No matching distribution found for pytest-html
2023-02-09 14:52:48
1531
原创 python+requests库使用时报错:ssl.SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1131)
第一次用python+unittest+request做接口测试的学习时,一直报这个ssl.SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1131),将”网络和Internet“->"代理"中的”使用设置脚本“和”使用代理服务器”都设置为关闭后再次运行测试代码
2023-02-06 10:20:53
3982
2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅