上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 127 下一页
摘要: QT子窗口更新UI控件不显示,lineEdit控件如果字体与背景都是白色,则无法看见。 一般使用emit发送信号来更新UI控件 阅读全文
posted @ 2025-03-27 08:56 txwtech 阅读(48) 评论(0) 推荐(0)
摘要: Int32 aa2 = 0; var registers = easyClient.ReadHoldingRegisters(addr, quantity); // if (registers != null && registers.Length == 4) // { //// 解码64位浮点数 阅读全文
posted @ 2025-03-21 15:58 txwtech 阅读(230) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2025-03-20 16:12 txwtech 阅读(27) 评论(0) 推荐(0)
摘要: https://soft.3dmgame.com/down/322751.html 阅读全文
posted @ 2025-03-19 11:01 txwtech 阅读(18) 评论(0) 推荐(0)
摘要: AutoPackSystemII Save Jpeg Fail!: Error =80000004 Incorrect parameter 确定 保存的目录路径不存在 阅读全文
posted @ 2025-03-12 16:33 txwtech 阅读(203) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_52378334/article/details/137115817 vs qt双击无法打开ui文件解决方法 点击右侧浏览查找对应的Qt编译器安装路径的designer,然后点击确定示例:D:\Qt5.14\Qt5.14\5.14.2\msv 阅读全文
posted @ 2025-03-12 10:41 txwtech 阅读(279) 评论(0) 推荐(0)
摘要: # CUDA 11.8 conda install pytorch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 pytorch-cuda=11.8 -c pytorch -c nvidia # CUDA 12.1 conda install pytorc 阅读全文
posted @ 2025-03-07 22:39 txwtech 阅读(142) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2025-03-07 22:23 txwtech 阅读(39) 评论(0) 推荐(0)
摘要: if(tcpClients[i]->peerAddress().toString()==clientIP &&tcpClients[i]->peerPort()==clientPort) { tcpClients[i]->write(ui->plainTextEdit_Send_Msg->toPla 阅读全文
posted @ 2025-02-24 17:17 txwtech 阅读(74) 评论(0) 推荐(0)
摘要: //查看c++版本#ifdef __cplusplus std::cout << "C++ version: " << __cplusplus << std::endl; qDebug() << "C++ version: " << __cplusplus; //c++14, 201402#endi 阅读全文
posted @ 2025-02-24 16:34 txwtech 阅读(154) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 127 下一页