10 2021 档案
摘要:ZPL语言中文手册中文版 http://www.gongkong.com/download/201902/96584.html
阅读全文
摘要:1.拖入控件notifyIcon1到窗口 2.拖入ContextMenuStrip到窗口 3.选中notifyIcon1右键属性,右侧属性窗口栏找到ContextMenuStrip,选择contextMenuStrip1 4.选择ContextMenuStrip,添加菜单选项 右键图标: Form1
阅读全文
摘要:10:58:53 update txw_oqa_db.reel_barcode_luoduo set dte=2041 where id=2 Error Code: 1175. You are using safe update mode and you tried to update a tabl
阅读全文
摘要:mysql增删改查语句 日期范围查询:SELECT * from reel_barcode_luoduo where Date(exec_date) between '{start_time:yyyy-MM-dd}' and '{end_time:yyyy-MM-dd}' order by exec
阅读全文
摘要:打开my.ini,在mysqld下面添加skip-name-resolve,停止mysql服务,再启动。即可 [mysqld] character-set-server=utf8 bind-address = 0.0.0.0 port = 3306 basedir=D:/mysql-5.7.24-w
阅读全文
摘要:kepware_kepserver连接s7-1200失败 s7-1200,连接限制性里面设置允许putget
阅读全文
摘要:静态: netsh interface ip set addr "neiwang3" static 192.168.0.18 255.255.255.0pause 动态: netsh interface ip set addr "neiwang3" source=dhcppause
阅读全文
摘要:SQLServer2012SP1-FullSlipstream-CHS-x64标准版.iso 链接:https://pan.baidu.com/s/16q2R3gNI4mQzqoLUOrqJ7w 提取码:oy0r
阅读全文
摘要:MES全称是什么? MES(制造执行系统Manufacturing Execution System)主要负责车间生产管理和调度执行。MES即制造企业生产过程执行系统,是一套面向制造企业车间执行层的生产信息化管理系统。MES 可以为企业提供包括制造数据管理、计划排程管理、生产调度管理、库存管理、质量
阅读全文
摘要:关于vs2005中添加对话框初始化函数initdialog; 解决方案: 在类视图中找到对话框类,右击属性,在属性工具条中找到小盒子符号,选择重写的函数,就可以找到了
阅读全文
摘要:#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
阅读全文
摘要:从一台设备使用导出CSV的方式到另外一台电脑的Kepserver发生此错误 解决方法: 点击另存为方式保存opf文件。在另外电脑打开,更新数据。解决问题
阅读全文
摘要:kepserver win7根证书补丁在哪? 链接:https://pan.baidu.com/s/18wAmRJEgH0WCDWRcVrkHVg提取码:5cxf kepserver win7根证书补丁有需要的下载即可 支持kepserver 6.5 win7系统
阅读全文
摘要:C#winform picturebox形状变成圆形_重绘-默认是长方形 private void Form1_Load(object sender, EventArgs e) { //GraphicsPath gp = new GraphicsPath(); //gp.AddEllipse(thi
阅读全文
摘要:鸿蒙开发板Hi3861模拟SPI驱动12864LCD_ST7920_基于code-2.0-CANARY https://blog.csdn.net/txwtech/article/details/120609456 核心代码: void WriteCommand(unsigned char CMD)
阅读全文