2022年4月23日
摘要: 1、下载 本次为虚拟机安装所选ISO x86_64 https://repo.openeuler.org/openEuler-22.03-LTS/ISO/x86_64/openEuler-22.03-LTS-x86_64-dvd.iso 2、安装虚拟机 3、安装系统 按回车直接安装 按需选择语言 有 阅读全文
posted @ 2022-04-23 15:09 金科许俊 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 链接:https://pan.baidu.com/s/1ghyUrVaRMQ7PjgXJh78NRQ 提取码:lf1n 阅读全文
posted @ 2022-04-23 15:00 金科许俊 阅读(422) 评论(0) 推荐(0) 编辑
  2022年4月21日
摘要: config.yml app: host: 127.0.0.1 port: 3306 username: adminsdsd password: admin log: suffix: log maxSize: 5 main.go 先读取再写入 package main import ( "fmt" 阅读全文
posted @ 2022-04-21 11:31 金科许俊 阅读(86) 评论(0) 推荐(0) 编辑
摘要: config.yml app: host: 127.0.0.1 port: 3306 username: adminsdsd password: admin log: suffix: log maxSize: 5 main.go package main import ( "fmt" "io/iou 阅读全文
posted @ 2022-04-21 11:13 金科许俊 阅读(403) 评论(0) 推荐(0) 编辑
摘要: package main import ( "context" "fmt" "net" _ "net/http/pprof" "os" "os/signal" "syscall" "time" "go.uber.org/zap" "github.com/DrmagicE/gmqtt" _ "gith 阅读全文
posted @ 2022-04-21 01:01 金科许俊 阅读(940) 评论(0) 推荐(0) 编辑
  2022年4月20日
摘要: package main import ( "fmt" "time" MQTT "github.com/eclipse/paho.mqtt.golang" ) // 连接的回掉函数 var connectHandler MQTT.OnConnectHandler = func(client MQTT 阅读全文
posted @ 2022-04-20 17:16 金科许俊 阅读(517) 评论(0) 推荐(0) 编辑
摘要: 1、引用Mqtt包 MQTT "github.com/eclipse/paho.mqtt.golang" 2、异常报错 dial tcp 142.251.43.17:443: connectex: A connection attempt failed because the connected p 阅读全文
posted @ 2022-04-20 16:16 金科许俊 阅读(307) 评论(0) 推荐(0) 编辑
  2022年4月18日
摘要: 1、模拟量 2、开关量 3、字符串 脚本:math 脚本:策略 阅读全文
posted @ 2022-04-18 12:57 金科许俊 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 1、配置OPC Ua Server 2、建立OPC Ua 连接 3、创建测点 4、历史数据 5、状态变化记录 6、控制记录 阅读全文
posted @ 2022-04-18 10:51 金科许俊 阅读(1431) 评论(0) 推荐(0) 编辑
  2022年4月15日
摘要: 线上演示地址 http://39.103.210.50:5555/index.html#/System/EditView 二维 1、场景编辑器 2、属性编辑定义 3、场景发布 5、事件反馈 6、参数设定 三维 1、场景编辑器 2、模型属性 3、场景发布 阅读全文
posted @ 2022-04-15 00:37 金科许俊 阅读(541) 评论(0) 推荐(0) 编辑