会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Txwtech
鸿蒙系统APP开发,QT,C#,python,视觉开发 cdtxw@foxmail.com
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
74
75
76
77
78
79
80
81
82
···
127
下一页
2022年7月24日
png2ico pngjpg转ico工具绿色免安装
摘要: png2ico pngjpg转ico工具绿色免安装 https://www.cr173.com/soft/35925.html https://www.cr173.com/soft/35925.html https://www.cr173.com/soft/35925.html
阅读全文
posted @ 2022-07-24 22:02 txwtech
阅读(68)
评论(0)
推荐(0)
2022年7月23日
QT获取本机IP方法
摘要: QT获取本机IP方法 QString Server::GetLocalIP() { QList<QHostAddress> list=QNetworkInterface::allAddresses(); foreach(QHostAddress address,list) { if(address.
阅读全文
posted @ 2022-07-23 16:05 txwtech
阅读(1271)
评论(0)
推荐(0)
QT信号与槽手动与自动关联讲解
摘要: QT信号与槽手动与自动关联讲解
阅读全文
posted @ 2022-07-23 15:29 txwtech
阅读(94)
评论(0)
推荐(0)
2022年7月17日
win10笔记本安装 SolidWorks2016软件,SW2010-2016.Activator.GUI.SSQ激活闪退解决办法
摘要: win10笔记本安装 SolidWorks2016软件,SW2010-2016.Activator.GUI.SSQ激活闪退解决办法 https://www.jianshu.com/p/8e10c38b6302
阅读全文
posted @ 2022-07-17 20:28 txwtech
阅读(5929)
评论(0)
推荐(0)
2022年7月13日
c#16进制字符串转整型
摘要: c#16进制字符串转整型 string cmd = "01 03 00 01 00 01"; string recvStr = SendData(cmd); if (recvStr.Contains("error") == true) { return "error"; } // string re
阅读全文
posted @ 2022-07-13 14:40 txwtech
阅读(371)
评论(0)
推荐(0)
2022年7月8日
c# winform 多线程中ShowDialog()步骤无效的解决办法
摘要: c# winform 多线程中ShowDialog()步骤无效的解决办法 线程中如果要实现模态对话框: Form2 form2 = new Form2(); form2.ShowDialog(this);//括号内添加:this
阅读全文
posted @ 2022-07-08 11:29 txwtech
阅读(581)
评论(0)
推荐(0)
2022年7月7日
QT执行文件打包方法
摘要: QT执行文件打包方法 QT打包快捷生成依赖文件dll的方法 https://txwtech.blog.csdn.net/article/details/113646295 2. 目录: 例:D:\Qt\Qt5.14.1\5.14.1\mingw73_64,目录下几个文件拷贝到exe相同目录 libg
阅读全文
posted @ 2022-07-07 08:01 txwtech
阅读(200)
评论(0)
推荐(0)
2022年7月4日
easymodbus串口模式调试测试
摘要: easymodbus串口模式调试测试 public int EasyModbusReadInputRegisters() { ModbusClient modbusClient = new ModbusClient(_spHelper.ConfigSerialPort.PortName); try
阅读全文
posted @ 2022-07-04 11:07 txwtech
阅读(989)
评论(0)
推荐(0)
2022年7月1日
QT linux QT更改默认构建目录debug与release-生成的目录放在项目的文件夹内部
摘要: 配置方法与windows一样 https://www.cnblogs.com/txwtech/p/16403907.html windows项目拷贝到linux下运行时,除了以上配置,更改项目构建目录就可以了。
阅读全文
posted @ 2022-07-01 14:07 txwtech
阅读(308)
评论(0)
推荐(0)
SECS/GEM协议开发SECS/GEM基础知识
摘要: 1. FA(Factory Automation)的目的生产费用减少通过自动化减少人力提高生产力通过中央控制增加产量减少操作人员的失误通过对设备状态的把握预测和预防错误设备管理的最大化通过检测设备状态计划性的分配设备保养和工作的时2. 半导体设备通信标准 通信协议属于 SEMI 标准中的设备自动化/
阅读全文
posted @ 2022-07-01 11:32 txwtech
阅读(2006)
评论(0)
推荐(0)
上一页
1
···
74
75
76
77
78
79
80
81
82
···
127
下一页