2021年11月12日
摘要: package main import ( "encoding/csv" "fmt" "math/rand" "os" "strconv" "time" ) type person struct { JOB_NUMBER string NAME string DEP_CODE string DEP_ 阅读全文
posted @ 2021-11-12 16:46 清明-心若淡定 阅读(836) 评论(0) 推荐(0) 编辑
摘要: package main import ( "flag" "fmt" "sync" "time" //导入mqtt包 MQTT "github.com/eclipse/paho.mqtt.golang" ) var f MQTT.MessageHandler = func(client MQTT.C 阅读全文
posted @ 2021-11-12 11:18 清明-心若淡定 阅读(937) 评论(0) 推荐(0) 编辑