上一页 1 ··· 97 98 99 100 101 102 103 104 105 ··· 134 下一页
摘要: #ifdef CONFIG_I2C_SUPPORT /* I2C IO复用也可以选择3/4; 9/10,根据产品设计选择 */ hi_io_set_func(HI_IO_NAME_GPIO_13, HI_IO_FUNC_GPIO_0_I2C1_SDA); hi_io_set_func(HI_IO_N 阅读全文
posted @ 2021-10-09 16:37 txwtech 阅读(444) 评论(0) 推荐(0)
摘要: 从一台设备使用导出CSV的方式到另外一台电脑的Kepserver发生此错误 解决方法: 点击另存为方式保存opf文件。在另外电脑打开,更新数据。解决问题 阅读全文
posted @ 2021-10-07 16:32 txwtech 阅读(3237) 评论(0) 推荐(0)
摘要: kepserver win7根证书补丁在哪? 链接:https://pan.baidu.com/s/18wAmRJEgH0WCDWRcVrkHVg提取码:5cxf kepserver win7根证书补丁有需要的下载即可 支持kepserver 6.5 win7系统 阅读全文
posted @ 2021-10-07 08:18 txwtech 阅读(1010) 评论(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 阅读(1090) 评论(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 阅读(452) 评论(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 阅读(1170) 评论(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 阅读(505) 评论(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 阅读(322) 评论(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 阅读(262) 评论(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 阅读(608) 评论(0) 推荐(0)
上一页 1 ··· 97 98 99 100 101 102 103 104 105 ··· 134 下一页