上一页 1 2 3 4 5 6 7 8 9 10 ··· 37 下一页
摘要: 系统设置/菜单/系统配置/通用设置/API启动使能√ 阅读全文
posted @ 2024-10-22 17:19 CSF践行 阅读(179) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2024-10-16 16:33 CSF践行 阅读(13) 评论(0) 推荐(0)
摘要: 1 阅读全文
posted @ 2024-09-18 23:29 CSF践行 阅读(22) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文
posted @ 2024-09-18 23:29 CSF践行 阅读(272) 评论(0) 推荐(0)
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.IO.Port 阅读全文
posted @ 2024-09-17 22:57 CSF践行 阅读(345) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO.Ports; using Sys 阅读全文
posted @ 2024-09-17 18:40 CSF践行 阅读(1157) 评论(0) 推荐(0)
摘要: 1, 拖入计时器timer1 private void Form1_Load(object sender, EventArgs e) { timer1.Interval = 1000;//设置计时器间隔时间, 单位ms timer1.Start();//启动计时器 } private void ti 阅读全文
posted @ 2024-09-16 10:55 CSF践行 阅读(144) 评论(0) 推荐(0)
摘要: 1, 新建窗口frm_Login using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Li 阅读全文
posted @ 2024-09-15 22:34 CSF践行 阅读(201) 评论(0) 推荐(0)
摘要: /*哈希表,表示键/值对的集合,这些键/值对根据键的哈希代码进行组织。它的每个元素都是一个存储在DictionaryEntry对象中的键/值对。键不能为空引用,但值可以。哈希表的构造函数有多种,这里介绍两种最常用的。*/ //(1)使用默认的初始容量、加载因子、哈希代码提供程序和比较器来初始化Has 阅读全文
posted @ 2024-08-31 19:17 CSF践行 阅读(38) 评论(0) 推荐(0)
摘要: 第一步: 扫码枪设置 1, 基恩士扫码枪IP地址设置 2, 扫码枪EIP设置 第二步: PLC设置及编程 1,EDS文件导入 2, EIP配置 3, 程序 VAR x触发读码:BOOL; 接收数据长度:UINT; 接收数据:ARRAY[0..127] OF BYTE; str接收数据:STRING; 阅读全文
posted @ 2024-08-28 10:49 CSF践行 阅读(4468) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 37 下一页