上一页 1 ··· 72 73 74 75 76 77 78 79 80 ··· 122 下一页
摘要: 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 阅读(92) 评论(0) 推荐(0)
摘要: 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 阅读(493) 评论(0) 推荐(0)
摘要: 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 阅读(275) 评论(0) 推荐(0)
摘要: python入门学习 阅读全文
posted @ 2022-05-19 10:10 txwtech 阅读(8) 评论(0) 推荐(0)
摘要: 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 阅读(1584) 评论(0) 推荐(0)
摘要: c#字符串转数值 int Out_value = int.Parse(textBox1.Text) 阅读全文
posted @ 2022-05-16 08:25 txwtech 阅读(156) 评论(0) 推荐(0)
摘要: SendMessage和PostMessage的区别 SendMessage是将消息发送到窗口函数,在窗口函数处理完消息后才返回。 PostMessage 是将消息发送到窗口的消息队列中,然后立即返回 SendMessage是同步处理 PostMessage是异步处理 BOOL PostMessag 阅读全文
posted @ 2022-05-06 16:14 txwtech 阅读(805) 评论(0) 推荐(0)
摘要: c# 如何ping通IP Ping pingSender = new Ping(); PingReply reply = pingSender.Send("172.10.10.22", 120);//第一个参数为ip地址,第二个参数为ping的时间 if (reply.Status == IPSta 阅读全文
posted @ 2022-05-06 14:15 txwtech 阅读(1060) 评论(0) 推荐(0)
摘要: C# 激活窗口 窗体启动后,再次启动时判断进程是否存在,如果已经存在则直接拉起当前进程,前置显示并聚焦窗口。 /// <summary> /// 应用程序的主入口点。 /// </summary> [STAThread] static void Main(string[] args) { Appli 阅读全文
posted @ 2022-05-05 11:50 txwtech 阅读(1361) 评论(0) 推荐(0)
摘要: 你没有权限访问 请与网络管理员联系”要怎么解决? https://zhidao.baidu.com/question/1772115761461381180.html 1、找到你要共享的文件夹,选中并且右键,选中属性,选择安全选项卡。 2、点击安全选项卡下面的编辑,弹出编辑选项卡。 3、在组或用户名 阅读全文
posted @ 2022-05-03 13:45 txwtech 阅读(2559) 评论(0) 推荐(0)
上一页 1 ··· 72 73 74 75 76 77 78 79 80 ··· 122 下一页