上一页 1 2 3 4 5 6 7 8 ··· 129 下一页
摘要: c#在预检界面弹出的对话框有时卡顿导致系统无响应 在线程中启用了窗口,需要Invoke this.Invoke((MethodInvoker)delegate { var form = new Form_Zimo(...); form.ShowDialog(this); }); 阅读全文
posted @ 2025-12-30 13:42 txwtech 阅读(24) 评论(0) 推荐(0)
摘要: 严重性 代码 说明 项目 文件 行 禁止显示状态 错误 LNK2005 "public: void __cdecl SqlOperationOracle::TestOracle(class QString,class QDate)" (?TestOracle@SqlOperationOracle@@ 阅读全文
posted @ 2025-12-30 08:21 txwtech 阅读(10) 评论(0) 推荐(0)
摘要: SELECT * FROM dddm_history WHERE EQP_ID='dsdf07' AND CREATED_TIME >= TO_DATE('2025-12-23 08:00:00', 'YYYY-MM-DD HH24:MI:SS') AND CREATED_TIME < TO_DAT 阅读全文
posted @ 2025-12-24 09:49 txwtech 阅读(31) 评论(0) 推荐(0)
摘要: void AiEquAssistant::on_tabWidget_tabCloseRequested(int index) { if (index < 0) return; auto aa = QMessageBox::question(this, "tips", "window will be 阅读全文
posted @ 2025-12-22 16:44 txwtech 阅读(34) 评论(1) 推荐(0)
摘要: .qrc资源文件中,如果没有添加对应图片,就不显示。初始化tray设置的图片要添加到.qrc资源文件中 // 初始化 void ToTray::initToTray() { setToolTip(tr("AiEquAssistant")); // 设置工具提示 setIcon(QIcon(tr(": 阅读全文
posted @ 2025-12-22 13:25 txwtech 阅读(16) 评论(0) 推荐(0)
摘要: Unable to start debugging. Unexpected GDB output from command"-interpreter-exec console "target remote :3333"". Remote communication error.Target disc 阅读全文
posted @ 2025-12-16 22:11 txwtech 阅读(39) 评论(3) 推荐(0)
摘要: 有些usb接口是二合一的,显示 普通USB与jtag之间切换 切换到USB串行设备 切换到jtag https://dl.espressif.cn/dl/idf-driver/idf-driver-esp32-usb-jtag-2021-07-15.zip esp-prog调试工具 注意要选择Dua 阅读全文
posted @ 2025-12-15 20:54 txwtech 阅读(128) 评论(0) 推荐(0)
摘要: ERROR CMake Error at G:/esp_idf/v5.3/esp-idf/tools/cmake/build.cmake:590 (message): ERROR: Error during request URL: https://components-file.espressif 阅读全文
posted @ 2025-12-12 22:20 txwtech 阅读(20) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_42727214/article/details/138634690 vscode esp32 idf环境搭建 https://blog.csdn.net/LinShengquan_/article/details/143317209 阅读全文
posted @ 2025-12-07 22:00 txwtech 阅读(16) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/ET1131429439/article/details/126549082 设置防火墙的tcp/ip的进站出站的规则,开放端口 阅读全文
posted @ 2025-12-01 14:54 txwtech 阅读(19) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 129 下一页