会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Txwtech
鸿蒙系统APP开发,QT,C#,python,视觉开发 cdtxw@foxmail.com
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
16
17
18
19
20
21
22
23
24
···
124
下一页
2025年2月11日
QT隐藏标题栏-全屏模式
摘要: 放在cpp构造函数里面 // 隐藏标题栏 setWindowFlags(Qt::FramelessWindowHint); 参考: https://blog.csdn.net/xie__jin__cheng/article/details/144884088 在 Qt 中实现窗口的全屏模式,可以通过
阅读全文
posted @ 2025-02-11 07:58 txwtech
阅读(103)
评论(0)
推荐(0)
2025年2月10日
QT使用QAbstractTableModel 0x8读取访问权限冲突
摘要: 调用类,Dig * dg; 需要初始化, dg = new Dig;这样
阅读全文
posted @ 2025-02-10 21:52 txwtech
阅读(25)
评论(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
阅读(44)
评论(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
阅读(49)
评论(0)
推荐(0)
vs qt无法打开QSerialPort
摘要: #include <QSerialPort>报错 #include <QtSerialPort/QSerialPort>正确
阅读全文
posted @ 2025-02-07 11:56 txwtech
阅读(53)
评论(0)
推荐(0)
2025年2月5日
RDP Wrap多用户同时登录
摘要: 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
阅读(1687)
评论(0)
推荐(0)
出现身份验证错误,要求的函数不受支持windows server 2012-CredSSP加密数据库修正
摘要: CredSSP加密数据库修正
阅读全文
posted @ 2025-02-05 08:41 txwtech
阅读(42)
评论(0)
推荐(0)
2025年1月24日
GLM模型是什么意思
摘要: 通用语言模型(GLM) 广义线性模型(Generalized Linear Models, GLM)
阅读全文
posted @ 2025-01-24 09:45 txwtech
阅读(191)
评论(5)
推荐(0)
2025年1月23日
c#非UI线程调用form dialog窗口异常
摘要: c#非UI线程调用form dialog窗口异常,使用委托解决 非UI线程中调用: this.invoke(new action(()=>{ Form1 aa = new Form1(); aa.showdialog(); aa.dispose(); }));
阅读全文
posted @ 2025-01-23 15:49 txwtech
阅读(24)
评论(0)
推荐(0)
2025年1月17日
opencv读取图像报错cv::threshold
摘要: 0x00007FFD908CB699 处(位于 SugarTvision.exe 中)有未经处理的异常: Microsoft C++ 异常: cv::Exception,位于内存位置 0x00000024BCB671D0 处。 cv::Mat image = cv::imread(cfile_ope
阅读全文
posted @ 2025-01-17 16:23 txwtech
阅读(36)
评论(0)
推荐(0)
上一页
1
···
16
17
18
19
20
21
22
23
24
···
124
下一页