上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 133 下一页
摘要: System.Runtime.InteropServices.COMException (0x80070490): 检索 COM 类工厂中 CLSID 为 {00024500-0000-0000-C000-000000000046} 的组件失败,原因是出现以下错误: 80070490 找不到元素。 阅读全文
posted @ 2025-02-21 15:01 txwtech 阅读(341) 评论(0) 推荐(0)
摘要: wmic bios get serialnumber 获取网卡地址:get mac 阅读全文
posted @ 2025-02-18 08:02 txwtech 阅读(31) 评论(0) 推荐(0)
摘要: 海康工业相机:MVS软件安装、官方sdk例子、sdk使用手册 https://blog.csdn.net/qq_42102546/article/details/132709696 阅读全文
posted @ 2025-02-13 08:16 txwtech 阅读(1341) 评论(0) 推荐(0)
摘要: 海康机器人ID3000系列智能读码器(24v1.5A),不要连接POE交换机,可能烧网卡芯片 使用6类千兆网线 普通千兆交换,不带POE 或者直连主机千兆网口 如果电压不稳定(12-24v),导致自动内部重启,网卡断开,使用专用电源适配器 如何读码? https://www.bilibili.com 阅读全文
posted @ 2025-02-11 17:10 txwtech 阅读(387) 评论(0) 推荐(0)
摘要: 放在cpp构造函数里面 // 隐藏标题栏 setWindowFlags(Qt::FramelessWindowHint); 参考: https://blog.csdn.net/xie__jin__cheng/article/details/144884088 在 Qt 中实现窗口的全屏模式,可以通过 阅读全文
posted @ 2025-02-11 07:58 txwtech 阅读(125) 评论(0) 推荐(0)
摘要: 调用类,Dig * dg; 需要初始化, dg = new Dig;这样 阅读全文
posted @ 2025-02-10 21:52 txwtech 阅读(79) 评论(0) 推荐(0)
摘要: QT项目属性页,VC++目录,包含目录: D:\Qt5.15.2\5.15.2\msvc2019_64\include 参考: https://blog.csdn.net/holly_Z_P_F/article/details/140732522 阅读全文
posted @ 2025-02-08 17:26 txwtech 阅读(60) 评论(0) 推荐(0)
摘要: 串口扫描通过遍历QSerialPortInfo::availablePorts()即可获得当前设备的所有串口号 void Scan_SerialPort(void) { foreach (const QSerialPortInfo &info,QSerialPortInfo::availablePo 阅读全文
posted @ 2025-02-07 22:17 txwtech 阅读(78) 评论(0) 推荐(0)
摘要: #include <QSerialPort>报错 #include <QtSerialPort/QSerialPort>正确 阅读全文
posted @ 2025-02-07 11:56 txwtech 阅读(64) 评论(0) 推荐(0)
摘要: https://feng2208.pages.dev/github-hosts/ https://coding.tools/cn/nslookup 刷新DNS缓存:cmd命令行,输入ipconfig /flushdns win11家庭版不支持远程桌面,需要下载RDP Wrap补丁 链接:https: 阅读全文
posted @ 2025-02-05 15:01 txwtech 阅读(2219) 评论(0) 推荐(0)
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 133 下一页