
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
win(10)系统安装Visual GC插件时,报“检查代理设置或稍后重试。服务器目前可能不可用。 您可能还需要确保防火墙不会阻塞网络通信。 您的高速缓存可能已过期。请单击“检查更新”以刷新内容。”
1、win+r并输入cmd,打开dos窗口,java -version查看自己的jdk版本2、打开网站,根据自己的jdk版本选择打开VisualVM: Plugins Centershttps://visualvm.github.io/pluginscenters.html3、复制插件URL4、Java VisualVM页面:工具==>插件==>设置==>编辑==>勾选自动
ansible采用密码认证方式。报:to use the ‘ssh‘ connection type with passwords, you must install the sshpas
ansible采用密码认证方式。报:to use the 'ssh' connection type with passwords, you must install the sshpas
使用python+allure环境后,运行测试用例报:module ‘allure‘ has no attribute ‘severity_level‘
这个情况是由于安装了“pytest-allure-adaptor”造成的。处理方式,以windows为例:1、win+r打开doc窗口,输入cmd,enter进入2、pip list查看本机安装的包3、使用命令:pip uninstall pytest-allure-adaptor 删除“pytest-allure-adaptor”包问题解决,有用请给个支持,谢谢!...
pymysql连接数据库报错, ‘NoneType‘ object has no attribute ‘encoding‘
这个报错主要原因是charset的写法错误。错误写法:pymysql.connect(host='',port=,user='',password='',database='',charset='utf-8')应把“-”去掉,改为下列正确写法即可:pymysql.connect( host='', port=, user='', pa

到底了







