12 2023 档案

摘要:1、我这里使用的是HslCommunication 假如传递的是word类型,PLC以16进制封装数组,它有预留,我扩充 PLC博图上是 word[5] 上位机接收 ushort[] Data1=new ushort[5] Data1[0] = byteTransform.TransUInt16(r 阅读全文
posted @ 2023-12-22 22:45 孤沉 阅读(160) 评论(0) 推荐(0)
摘要:1、MySql服务器共享问题 对于在车间工作者,如果远程Mysql,我们这里假定网线连接 GRANT ALL PRIVILEGES ON *.* TO 'root'@'192.168.1.3' IDENTIFIED BY 'mypassword' WITH GRANT OPTION; 允许对应的主机 阅读全文
posted @ 2023-12-17 09:21 孤沉 阅读(21) 评论(0) 推荐(0)
摘要:一、推送项目到远程 1、先初始化 git init 2、查看关联的仓库 git remote -v 3、关联远程仓库 git remote add origin https://github.com/guchen66/xxx.git 4、查看关联仓库 git remote -v 5、error:re 阅读全文
posted @ 2023-12-17 08:35 孤沉 阅读(14) 评论(0) 推荐(0)