- 博客(10)
- 收藏
- 关注
原创 This application failed to start because no Qt platform plugin could beinitialized. 弹窗报错解决办法
ImportError: DLL load failed while importing QtWidgets: 找不到指定的模块。ps: pip uninstall PyQt5 的形式删不干净,麻烦。如果还下载了PyQt6等其他的版本也要删除,不然运行还是会报错。这个问题的原因很可以是因为安装了不同版本的 PyQt(例如。直接去下载的文件位置中找到PyQt文件,全部删除。不需要配PATH 环境变量。
2024-11-05 17:43:12
1021
原创 学习python图像识别01
github项目网址:https://github.com/Chao2020x/license-plate-recognition。
2024-07-28 16:04:50
284
原创 生成yolo.h5文件
注意tensorflow 和keras版本问题,不能太高 ,否则会一直报错。ps : 记住暂时关闭用户代理,否则,安装不上。
2024-07-06 12:40:59
582
原创 Git进行clone时,报错:git clone https://github.com/***/ :Failed to connect to github.com port 443 after 210
【代码】Git进行clone、push时,报错:git clone https://github.com/***/ :Failed to connect to github.com port *** after 210。
2024-05-03 22:20:52
339
原创 使用Git时出现报错:fatal: Unable to create ‘E:/Test-git/GitResp/.git/index.lock‘: File exists.
解决方法:删除index.lock文件
2024-05-02 14:43:48
923
1
原创 MyBatis框架项目运行报错:Exception in thread “main“ org.apache.ibatis.exceptions
原来,不小心输入了中文字符,删除后,程序即可正常运行。
2024-04-30 01:02:34
504
1
原创 SpringMVC服务器运行出现 信息: Initializing Spring DispatcherServlet ‘springmvc‘[INFO] Initializing Servlet ‘
此时,就可能不会最后出现该提示日志信息,或者,即使有,也不妨碍程序功能的正常实现了^ ^同时,用浏览器打开网址时,无法在控制台输出所需信息,但是,界面和程序没有出现报错。可能多个程序打开了服务器或者同一程序打开多次服务器(eg:tomcat)2、如果多个程序打开服务器,叉掉多余的;1、右键,clear 一下控制台。需要clear一下。
2024-04-29 00:46:35
327
2
原创 创建Mybatis项目-接口绑定方案
创建Mybatis项目后,需要进一步实现接口绑定,以确保项目的规范性。找不到resource “mybatis.xml"位置时。解决措施:close project后,再打开。
2024-04-27 00:37:23
182
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人