上一页 1 ··· 82 83 84 85 86 87 88 89 90 ··· 134 下一页
摘要: mainwindow.cpp:77:44: error: member access into incomplete type 'QTcpSocket'qtcpserver.h:55:7: note: forward declaration of 'QTcpSocket' 添加:#include < 阅读全文
posted @ 2022-06-28 21:10 txwtech 阅读(458) 评论(0) 推荐(0)
摘要: Signal Received <p>The inferior stopped because it received a signal from the operating system.<p><table><tr><td>Signal name : </td><td>SIGSEGV</td></ 阅读全文
posted @ 2022-06-28 18:40 txwtech 阅读(201) 评论(0) 推荐(0)
摘要: android stuido 入门pdf https://pan.baidu.com/share/init?surl=rr7yc6WtIZmlW-dMr-56vA gwh5 阅读全文
posted @ 2022-06-27 12:28 txwtech 阅读(78) 评论(0) 推荐(0)
摘要: modbus RTU设置参数写入寄存器数据成功--发送与接收信息是一致的 测试工具:ModSim32.exe,NetAssist.exe 客户端:ModScan32.exe 阅读全文
posted @ 2022-06-23 09:21 txwtech 阅读(782) 评论(0) 推荐(0)
摘要: QT更改默认构建目录debug与release-生成的目录放在项目的文件夹内部 参考: https://jingyan.baidu.com/article/6181c3e0b9d170152ef153af.html 原来的默认设置: ../%{JS: Util.asciify("build-%{Cu 阅读全文
posted @ 2022-06-23 08:28 txwtech 阅读(1301) 评论(0) 推荐(0)
摘要: QT 数字转字符串形式 int number = 123;QString numberStr = QString::number(number); // QString int_to_String_port=tr("%1").arg(obj->peerPort());int port =8868; 阅读全文
posted @ 2022-06-22 08:42 txwtech 阅读(891) 评论(0) 推荐(0)
摘要: Qt创建右键快捷菜单无法触发customContextMenuRequested()信号 在为listWidget组件添加右键快捷菜单时,已经编写了信号customContextMenuRequested()的响应槽函数,但是在该组件上点击右键并没有触发该信号 原因在于没有添加右键菜单策略,也就是说 阅读全文
posted @ 2022-06-21 08:02 txwtech 阅读(336) 评论(0) 推荐(0)
摘要: Android NFC开发实战详解PDF 链接:https://pan.baidu.com/s/19690yJmmx3pQu4LpFaqJtg 提取码:q9f1 阅读全文
posted @ 2022-06-20 21:45 txwtech 阅读(246) 评论(1) 推荐(0)
摘要: 参考连接: https://blog.csdn.net/qq_57424643/article/details/123971663?spm=1001.2101.3001.6650.1&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefau 阅读全文
posted @ 2022-06-15 23:06 txwtech 阅读(917) 评论(0) 推荐(0)
摘要: java SE连接mysql package com.java_mysql_test_se; import java.sql.*; public class main { Connection con; public Connection getConnection(){ try{ Class.fo 阅读全文
posted @ 2022-06-13 20:14 txwtech 阅读(57) 评论(3) 推荐(0)
上一页 1 ··· 82 83 84 85 86 87 88 89 90 ··· 134 下一页