会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Txwtech
鸿蒙系统APP开发,QT,C#,python,视觉开发 cdtxw@foxmail.com
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
19
20
21
22
23
24
25
26
27
···
127
下一页
2025年2月24日
QT other 是 0x30
摘要: 引发了异常: 读取访问权限冲突。other 是 0x30 file_operation 类 有个public成员变量 main_path 程序运行: class 1中 ,file_operation c1 = new file_operation(); class 2中 ,file_operatio
阅读全文
posted @ 2025-02-24 15:35 txwtech
阅读(10)
评论(0)
推荐(0)
2025年2月21日
c# Microsoft.Office.Interop.Excel.dll 报错System.Runtime.InteropServices.COMException (0x80070490)
摘要: System.Runtime.InteropServices.COMException (0x80070490): 检索 COM 类工厂中 CLSID 为 {00024500-0000-0000-C000-000000000046} 的组件失败,原因是出现以下错误: 80070490 找不到元素。
阅读全文
posted @ 2025-02-21 15:01 txwtech
阅读(305)
评论(0)
推荐(0)
2025年2月18日
笔记本查询序列号指令与mac
摘要: wmic bios get serialnumber 获取网卡地址:get mac
阅读全文
posted @ 2025-02-18 08:02 txwtech
阅读(28)
评论(0)
推荐(0)
2025年2月13日
海康工业相机:MVS软件安装、官方sdk例子、sdk使用手册
摘要: 海康工业相机:MVS软件安装、官方sdk例子、sdk使用手册 https://blog.csdn.net/qq_42102546/article/details/132709696
阅读全文
posted @ 2025-02-13 08:16 txwtech
阅读(1049)
评论(0)
推荐(0)
2025年2月11日
海康机器人ID3000系列智能读码器安装使用注意
摘要: 海康机器人ID3000系列智能读码器(24v1.5A),不要连接POE交换机,可能烧网卡芯片 使用6类千兆网线 普通千兆交换,不带POE 或者直连主机千兆网口 如果电压不稳定(12-24v),导致自动内部重启,网卡断开,使用专用电源适配器 如何读码? https://www.bilibili.com
阅读全文
posted @ 2025-02-11 17:10 txwtech
阅读(291)
评论(0)
推荐(0)
QT隐藏标题栏-全屏模式
摘要: 放在cpp构造函数里面 // 隐藏标题栏 setWindowFlags(Qt::FramelessWindowHint); 参考: https://blog.csdn.net/xie__jin__cheng/article/details/144884088 在 Qt 中实现窗口的全屏模式,可以通过
阅读全文
posted @ 2025-02-11 07:58 txwtech
阅读(112)
评论(0)
推荐(0)
2025年2月10日
QT使用QAbstractTableModel 0x8读取访问权限冲突
摘要: 调用类,Dig * dg; 需要初始化, dg = new Dig;这样
阅读全文
posted @ 2025-02-10 21:52 txwtech
阅读(41)
评论(0)
推荐(0)
2025年2月8日
qt找不到头文件或者,错误 LNK2019 无法解析的外部符号
摘要: 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
阅读(54)
评论(0)
推荐(0)
2025年2月7日
QT串口扫描
摘要: 串口扫描通过遍历QSerialPortInfo::availablePorts()即可获得当前设备的所有串口号 void Scan_SerialPort(void) { foreach (const QSerialPortInfo &info,QSerialPortInfo::availablePo
阅读全文
posted @ 2025-02-07 22:17 txwtech
阅读(67)
评论(0)
推荐(0)
vs qt无法打开QSerialPort
摘要: #include <QSerialPort>报错 #include <QtSerialPort/QSerialPort>正确
阅读全文
posted @ 2025-02-07 11:56 txwtech
阅读(60)
评论(0)
推荐(0)
上一页
1
···
19
20
21
22
23
24
25
26
27
···
127
下一页