上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 124 下一页
摘要: Error importing numpy: you should not try to import numpy from pip install pyinstaller==5.9 pip install numpy==1.24.1 阅读全文
posted @ 2025-04-08 17:18 txwtech 阅读(165) 评论(0) 推荐(0)
摘要: # CUDA 12.1conda install pytorch==2.2.2 torchvision==0.17.2 torchaudio==2.2.2 pytorch-cuda=12.1 -c pytorch -c nvidia python3.9 conda install pytorch== 阅读全文
posted @ 2025-04-08 13:21 txwtech 阅读(77) 评论(0) 推荐(0)
摘要: 1. 按住 Windows徽标键和 R,在“运行”框中输入regedit,回车,打开注册表; 2. 导航HKEY_CURRENT_USER\Software\Classes\.html 3. 双击【默认】,将弹出对话框中的【数值数据】改成:Htmlfile,并点击确认按钮 4. 重新打开outloo 阅读全文
posted @ 2025-04-08 08:05 txwtech 阅读(2935) 评论(0) 推荐(0)
摘要: 复制到记事本,后缀改为.reg,双击运行导入,即可使用图片查看器 Windows Registry Editor Version 5.00 ; Change Extension's File Type [HKEY_CURRENT_USER\Software\Classes\.jpg] @="Phot 阅读全文
posted @ 2025-04-03 13:51 txwtech 阅读(16) 评论(0) 推荐(0)
摘要: ​ 启动: file_path="D:/test_app.exe"; void SqlOperation::OpenExE(QString file_path) { //QString program = "C:\\WINDOWS\\system32\\cmd.exe"; QStringList l 阅读全文
posted @ 2025-04-03 10:13 txwtech 阅读(71) 评论(0) 推荐(0)
摘要: 检查数据库表是否xx字段不能为空,否则添加失败,daoError.text()可查看报错原因 阅读全文
posted @ 2025-04-03 09:37 txwtech 阅读(19) 评论(0) 推荐(0)
摘要: Microsoft Visual C++ Runtime Library Debug Error! Program: ...ject\xx\xx\x64\Debug\Qt5Cored.dllModule: 5.15.2File: serialization\qjsonarray.cppLine: 5 阅读全文
posted @ 2025-04-03 08:46 txwtech 阅读(19) 评论(0) 推荐(0)
摘要: void SqlOperation::ImageView2(QString path){ QDesktopServices::openUrl(QUrl(path));} 打开图像失败: 路径不要D:\\aa.jpg, 改为 D:/aa.jpg 阅读全文
posted @ 2025-04-02 13:29 txwtech 阅读(23) 评论(0) 推荐(0)
摘要: 0x00007FF85BA1810A (Qt5Networkd.dll) (AutoPackSystem.exe 中)处有未经处理的异常: 0xC0000005: 读取位置 0x0000000000000008 时发生访问冲突。 tcpServer执行初始化 void TcpServer::Init 阅读全文
posted @ 2025-03-31 10:48 txwtech 阅读(71) 评论(0) 推荐(0)
摘要: //占位符的变体 qx_query query2; query2.where("book_ibsn").startsWith("isbn") .and_("book_price").isGreaterThan(10) .and_("book_price").isLessThan(30); daoEr 阅读全文
posted @ 2025-03-30 19:37 txwtech 阅读(50) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 124 下一页