会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Txwtech
鸿蒙系统APP开发,QT,C#,python,视觉开发 cdtxw@foxmail.com
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
76
77
78
79
80
81
82
83
84
···
127
下一页
2022年6月22日
QT 数字转字符串形式
摘要: 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
阅读(882)
评论(0)
推荐(0)
2022年6月21日
Qt创建右键快捷菜单无法触发customContextMenuRequested()信号
摘要: Qt创建右键快捷菜单无法触发customContextMenuRequested()信号 在为listWidget组件添加右键快捷菜单时,已经编写了信号customContextMenuRequested()的响应槽函数,但是在该组件上点击右键并没有触发该信号 原因在于没有添加右键菜单策略,也就是说
阅读全文
posted @ 2022-06-21 08:02 txwtech
阅读(328)
评论(0)
推荐(0)
2022年6月20日
Android NFC开发实战详解PDF
摘要: Android NFC开发实战详解PDF 链接:https://pan.baidu.com/s/19690yJmmx3pQu4LpFaqJtg 提取码:q9f1
阅读全文
posted @ 2022-06-20 21:45 txwtech
阅读(237)
评论(1)
推荐(0)
2022年6月15日
android studio安卓连接mysql数据库方法
摘要: 参考连接: 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
阅读(904)
评论(0)
推荐(0)
2022年6月13日
java SE连接mysql
摘要: 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)
2022年6月8日
ubuntu_linux窗口显示文件路径方法Ctrl+L
摘要: ubuntu_linux窗口显示文件路径方法Ctrl+L
阅读全文
posted @ 2022-06-08 22:19 txwtech
阅读(97)
评论(1)
推荐(0)
2022年6月2日
笔筒时钟时间闹钟打开关闭设置方法
摘要: 笔筒时钟时间闹钟打开关闭设置方法
阅读全文
posted @ 2022-06-02 08:12 txwtech
阅读(293)
评论(0)
推荐(0)
2022年5月23日
衬衣尺码对照
摘要: 身高:165,体重:63.5,肩宽:48(cm),胸围:88cm,腰围:78(cm), 尺寸:L
阅读全文
posted @ 2022-05-23 15:37 txwtech
阅读(1946)
评论(0)
推荐(0)
2022年5月20日
linux QT creator编译后的文件-ubuntu桌面双击运行配置
摘要: 桌面创建tt1_QT.desktop文件,打开后复制如下内容,Exec最后面的tt2是QT 编译后,release文件夹的可执行文件 [Desktop Entry] Type=Application Name=tt2_QT GenericName=tt2 Comment=tt2 Exec=/home
阅读全文
posted @ 2022-05-20 23:25 txwtech
阅读(378)
评论(0)
推荐(0)
ubuntu无法上网解决方法
摘要: ubuntu无法上网解决方法 https://blog.csdn.net/qq_19394437/article/details/120921681 根据连接输入指令后 再网卡设置检查配置
阅读全文
posted @ 2022-05-20 21:27 txwtech
阅读(97)
评论(0)
推荐(0)
上一页
1
···
76
77
78
79
80
81
82
83
84
···
127
下一页