上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 124 下一页
摘要: 放在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)
摘要: 调用类,Dig * dg; 需要初始化, dg = new Dig;这样 阅读全文
posted @ 2025-02-10 21:52 txwtech 阅读(25) 评论(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 阅读(44) 评论(0) 推荐(0)
摘要: 串口扫描通过遍历QSerialPortInfo::availablePorts()即可获得当前设备的所有串口号 void Scan_SerialPort(void) { foreach (const QSerialPortInfo &info,QSerialPortInfo::availablePo 阅读全文
posted @ 2025-02-07 22:17 txwtech 阅读(49) 评论(0) 推荐(0)
摘要: #include <QSerialPort>报错 #include <QtSerialPort/QSerialPort>正确 阅读全文
posted @ 2025-02-07 11:56 txwtech 阅读(53) 评论(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 阅读(1687) 评论(0) 推荐(0)
摘要: CredSSP加密数据库修正 阅读全文
posted @ 2025-02-05 08:41 txwtech 阅读(42) 评论(0) 推荐(0)
摘要: 通用语言模型(GLM) 广义线性模型(Generalized Linear Models, GLM) 阅读全文
posted @ 2025-01-24 09:45 txwtech 阅读(191) 评论(5) 推荐(0)
摘要: 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)
摘要: 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 下一页