会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Txwtech
鸿蒙系统APP开发,QT,C#,python,视觉开发
[email protected]
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
81
82
83
84
85
86
87
88
89
···
132
下一页
2022年5月23日
衬衣尺码对照
摘要: 身高:165,体重:63.5,肩宽:48(cm),胸围:88cm,腰围:78(cm), 尺寸:L
阅读全文
posted @ 2022-05-23 15:37 txwtech
阅读(1951)
评论(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
阅读(384)
评论(0)
推荐(0)
ubuntu无法上网解决方法
摘要: ubuntu无法上网解决方法 https://blog.csdn.net/qq_19394437/article/details/120921681 根据连接输入指令后 再网卡设置检查配置
阅读全文
posted @ 2022-05-20 21:27 txwtech
阅读(100)
评论(0)
推荐(0)
linuxQT creator安装方法
摘要: linuxQT安装方法 https://blog.csdn.net/qq_45662588/article/details/121220564 配置 https://blog.csdn.net/xujianjun229/article/details/118457517
阅读全文
posted @ 2022-05-20 14:54 txwtech
阅读(99)
评论(0)
推荐(0)
qt 国内镜像版本下载-windows版本linux版本
摘要: http://c.biancheng.net/view/3851.html https://mirrors.tuna.tsinghua.edu.cn/qt/archive/qt/5.9/5.9.0/
阅读全文
posted @ 2022-05-20 14:53 txwtech
阅读(509)
评论(0)
推荐(0)
linux ubuntu pycharm桌面快捷方式配置方法
摘要: 1.解压缩tar.gz tar -zxvf pycharm-community-2021.3.2.tar.gz 2.需要在/usr/share/applications文件下创建pycharm.desktop文件,内容如下 gedit /usr/share/applications/pycharm.
阅读全文
posted @ 2022-05-20 13:48 txwtech
阅读(287)
评论(0)
推荐(0)
2022年5月19日
python入门学习
摘要: python入门学习
阅读全文
posted @ 2022-05-19 10:10 txwtech
阅读(20)
评论(0)
推荐(0)
2022年5月16日
c#listview内容查询与修改内容
摘要: string scale_value="200";string lotMoveInTime="2022/5/16 8:20"; listview2.SubItems[3].Text = scale_value; //索引是0开始,所有查到某一行后,修改第4列的数据 listview2.SubItem
阅读全文
posted @ 2022-05-16 18:45 txwtech
阅读(1621)
评论(0)
推荐(0)
c#字符串转数值
摘要: c#字符串转数值 int Out_value = int.Parse(textBox1.Text)
阅读全文
posted @ 2022-05-16 08:25 txwtech
阅读(166)
评论(0)
推荐(0)
2022年5月6日
c# winproc重写-消息机制使用-SendMessage和PostMessage的区别
摘要: SendMessage和PostMessage的区别 SendMessage是将消息发送到窗口函数,在窗口函数处理完消息后才返回。 PostMessage 是将消息发送到窗口的消息队列中,然后立即返回 SendMessage是同步处理 PostMessage是异步处理 BOOL PostMessag
阅读全文
posted @ 2022-05-06 16:14 txwtech
阅读(838)
评论(0)
推荐(0)
上一页
1
···
81
82
83
84
85
86
87
88
89
···
132
下一页