上一页 1 ··· 76 77 78 79 80 81 82 83 84 ··· 128 下一页
摘要: android stuido 入门pdf https://pan.baidu.com/share/init?surl=rr7yc6WtIZmlW-dMr-56vA gwh5 阅读全文
posted @ 2022-06-27 12:28 txwtech 阅读(72) 评论(0) 推荐(0)
摘要: modbus RTU设置参数写入寄存器数据成功--发送与接收信息是一致的 测试工具:ModSim32.exe,NetAssist.exe 客户端:ModScan32.exe 阅读全文
posted @ 2022-06-23 09:21 txwtech 阅读(773) 评论(0) 推荐(0)
摘要: QT更改默认构建目录debug与release-生成的目录放在项目的文件夹内部 参考: https://jingyan.baidu.com/article/6181c3e0b9d170152ef153af.html 原来的默认设置: ../%{JS: Util.asciify("build-%{Cu 阅读全文
posted @ 2022-06-23 08:28 txwtech 阅读(1263) 评论(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 阅读(883) 评论(0) 推荐(0)
摘要: Qt创建右键快捷菜单无法触发customContextMenuRequested()信号 在为listWidget组件添加右键快捷菜单时,已经编写了信号customContextMenuRequested()的响应槽函数,但是在该组件上点击右键并没有触发该信号 原因在于没有添加右键菜单策略,也就是说 阅读全文
posted @ 2022-06-21 08:02 txwtech 阅读(328) 评论(0) 推荐(0)
摘要: Android NFC开发实战详解PDF 链接:https://pan.baidu.com/s/19690yJmmx3pQu4LpFaqJtg 提取码:q9f1 阅读全文
posted @ 2022-06-20 21:45 txwtech 阅读(238) 评论(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 阅读(905) 评论(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 阅读(54) 评论(3) 推荐(0)
摘要: ubuntu_linux窗口显示文件路径方法Ctrl+L 阅读全文
posted @ 2022-06-08 22:19 txwtech 阅读(97) 评论(1) 推荐(0)
摘要: 笔筒时钟时间闹钟打开关闭设置方法 阅读全文
posted @ 2022-06-02 08:12 txwtech 阅读(294) 评论(0) 推荐(0)
上一页 1 ··· 76 77 78 79 80 81 82 83 84 ··· 128 下一页