上一页 1 ··· 87 88 89 90 91 92 93 94 95 ··· 123 下一页
摘要: 从一台设备使用导出CSV的方式到另外一台电脑的Kepserver发生此错误 解决方法: 点击另存为方式保存opf文件。在另外电脑打开,更新数据。解决问题 阅读全文
posted @ 2021-10-07 16:32 txwtech 阅读(3094) 评论(0) 推荐(0)
摘要: kepserver win7根证书补丁在哪? 链接:https://pan.baidu.com/s/18wAmRJEgH0WCDWRcVrkHVg提取码:5cxf kepserver win7根证书补丁有需要的下载即可 支持kepserver 6.5 win7系统 阅读全文
posted @ 2021-10-07 08:18 txwtech 阅读(946) 评论(0) 推荐(0)
摘要: C#winform picturebox形状变成圆形_重绘-默认是长方形 private void Form1_Load(object sender, EventArgs e) { //GraphicsPath gp = new GraphicsPath(); //gp.AddEllipse(thi 阅读全文
posted @ 2021-10-06 15:04 txwtech 阅读(1043) 评论(0) 推荐(0)
摘要: 鸿蒙开发板Hi3861模拟SPI驱动12864LCD_ST7920_基于code-2.0-CANARY https://blog.csdn.net/txwtech/article/details/120609456 核心代码: void WriteCommand(unsigned char CMD) 阅读全文
posted @ 2021-10-04 23:20 txwtech 阅读(417) 评论(0) 推荐(0)
摘要: d:\Program Files (x86)\Arduino\libraries\ST7789v_arduino\src\Adafruit_GFX.cpp:35:10: fatal error: glcdfont.c: No such file or directory 按照如下目录结构存放头文件。 阅读全文
posted @ 2021-09-29 21:57 txwtech 阅读(1116) 评论(0) 推荐(0)
摘要: C#没有map这个类,相似功能的是Dictionary。 Dictionary<String, String> dd = new Dictionary<String, String>();dd.Add("a","aaa");dd["b"]="bbb"; Console.WriteLine(dd["a 阅读全文
posted @ 2021-09-29 16:00 txwtech 阅读(492) 评论(0) 推荐(0)
摘要: UcAsp.Opc opc for da and ua 注 意: [OPC.DA 环境下先安装lib文件夹下的:Core Components Redistributable (x64).msi ] Nuget 安装 Install-Package UcAsp.Opc -Version 1.0.0. 阅读全文
posted @ 2021-09-29 15:46 txwtech 阅读(292) 评论(0) 推荐(0)
摘要: 未经处理的异常 UcAsp.Opc.OpcException:“Invalid response from the server. (Response Status: E_FAIL, Opc Tag: 西门子.PLC.i_load_reel1_front)” 必须连接PLC真机,或者网线未连接,或者 阅读全文
posted @ 2021-09-29 14:32 txwtech 阅读(239) 评论(0) 推荐(0)
摘要: c#数组用linq语句查询奇偶数并排序 使用LINQ和Lambda表达式根据特定条件来查询数组 int[] names = { 8,9,22,23,7,2}; int[] evens = names.Where(p1 => p1 % 2 == 0).OrderByDescending(p1=>p1) 阅读全文
posted @ 2021-09-28 09:17 txwtech 阅读(575) 评论(0) 推荐(0)
摘要: 1、接口类似于类,但接口的成员都没有执行方式,它只是方法、属性、事件和索引符的组合而已,并且也只能包含这四种成员;、、类除了这四种成员之外还可以别的成员(如字段)。2、不能实例化一个接口,接口只包括成员的签名;、、而类可以实例化(abstract抽象类除外)。3、接口没有构造函数,、、类有构造函数。 阅读全文
posted @ 2021-09-28 08:37 txwtech 阅读(1371) 评论(0) 推荐(0)
上一页 1 ··· 87 88 89 90 91 92 93 94 95 ··· 123 下一页