会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Txwtech
鸿蒙系统APP开发,QT,C#,python,视觉开发 cdtxw@foxmail.com
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
18
19
20
21
22
23
24
25
26
···
127
下一页
2025年3月27日
QT子窗口更新UI控件不显示
摘要: QT子窗口更新UI控件不显示,lineEdit控件如果字体与背景都是白色,则无法看见。 一般使用emit发送信号来更新UI控件
阅读全文
posted @ 2025-03-27 08:56 txwtech
阅读(48)
评论(0)
推荐(0)
2025年3月21日
c#modbus读取两个16位寄存器转int32
摘要: 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)
2025年3月20日
Ubuntu双系统windows修改默认启动顺序
摘要:
阅读全文
posted @ 2025-03-20 16:12 txwtech
阅读(27)
评论(0)
推荐(0)
2025年3月19日
git2.47安装包
摘要: https://soft.3dmgame.com/down/322751.html
阅读全文
posted @ 2025-03-19 11:01 txwtech
阅读(18)
评论(0)
推荐(0)
2025年3月12日
海康相机保存图片报错80000004
摘要: AutoPackSystemII Save Jpeg Fail!: Error =80000004 Incorrect parameter 确定 保存的目录路径不存在
阅读全文
posted @ 2025-03-12 16:33 txwtech
阅读(203)
评论(0)
推荐(0)
vs qt双击无法打开ui文件解决方法
摘要: 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)
2025年3月7日
cuda旧版本安装
摘要: # 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)
python3.9安装LabelImg
摘要:
阅读全文
posted @ 2025-03-07 22:23 txwtech
阅读(39)
评论(0)
推荐(0)
2025年2月24日
QT tcp发送接收解决乱码
摘要: 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)
QT 查看c++版本
摘要: //查看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
下一页