上一页 1 ··· 64 65 66 67 68 69 70 71 72 ··· 122 下一页
摘要: mainwindow.cpp:9:78: error: incomplete type 'QDialog' named in nested name specifierqwindowdefs.h:55:7: note: forward declaration of 'QDialog' 头文件: Di 阅读全文
posted @ 2022-12-28 21:59 txwtech 阅读(586) 评论(0) 推荐(0)
摘要: System.InvalidOperationException:“线程间操作无效: 从不是创建控件“Form1”的线程访问它。” private void button3_Click(object sender, EventArgs e) { Thread thread_aa = new Thre 阅读全文
posted @ 2022-12-28 15:19 txwtech 阅读(318) 评论(0) 推荐(0)
摘要: System.AggregateException”类型的未经处理的异常在 mscorlib.dll 中发生 其他信 win7下闪退 wait的时间可以改小一点,ip可以改成127.0.0.1试试 if(!client.ConnectAsync(ip.Trim(),Convert.ToInt32(p 阅读全文
posted @ 2022-12-26 20:45 txwtech 阅读(152) 评论(0) 推荐(0)
摘要: [Window Title]PL/SQL Developer [Content]ORA-12154: TNS:could not resolve the connect identifier specified [OK] 阅读全文
posted @ 2022-12-23 16:14 txwtech 阅读(46) 评论(0) 推荐(0)
摘要: ModbusPoll: 5A5742575C5D10ModbusSlave: 5455415451475662 阅读全文
posted @ 2022-12-21 20:29 txwtech 阅读(179) 评论(0) 推荐(0)
摘要: vnc access is denied 解决方法:此电脑右键-勾选允许远程控制 阅读全文
posted @ 2022-12-16 16:14 txwtech 阅读(593) 评论(0) 推荐(0)
摘要: c# devexpress gridcontrol-cardview图片显示不全解决方法 阅读全文
posted @ 2022-12-15 13:46 txwtech 阅读(49) 评论(0) 推荐(0)
摘要: c# devexpress gridcontrol-cardview不显示内容解决方法 DevExpress设置GridControl_cardview显示Customize cardView1.OptionsView.ShowQuickCustomizeButton = true; 勾选即可 阅读全文
posted @ 2022-12-15 11:07 txwtech 阅读(354) 评论(0) 推荐(0)
摘要: c# devexpress gridcontrol-cardview-gridview更新数据源显示 gridControl1.Invoke(new Action(() => { gridControl1.BeginUpdate(); gridControl1.DataSource = list_b 阅读全文
posted @ 2022-12-15 09:01 txwtech 阅读(362) 评论(0) 推荐(0)
摘要: c# DevExpress设置GridControl_cardview-修改record-N1-标题名的方法 cardView1.CardCaptionFormat = "STM-01-0"+"{" + cardView1.Columns[0].AbsoluteIndex + 1 + "}"; 阅读全文
posted @ 2022-12-14 15:58 txwtech 阅读(275) 评论(0) 推荐(0)
上一页 1 ··· 64 65 66 67 68 69 70 71 72 ··· 122 下一页