Loading

03 2022 档案

摘要:字符串 拼接 _ = fmt.Sprintf(format string, a ...interface{}) 整型与字符的转化 // string-> int num, err := strconv.Atoi("123") if err != nil { return } // int -> st 阅读全文
posted @ 2022-03-15 10:54 zhixlin 阅读(55) 评论(0) 推荐(0)
摘要:搭建问题 1.KubeEdge 无法与 Kubernetes 节点建立连接 $ journalctl -u edgecore -xef (1)通过日志判断 kube-proxy 需要关闭 通过 ps aux | grep kube-proxy 查看是否 kube-proxy 运行, kill PID 阅读全文
posted @ 2022-03-10 10:16 zhixlin 阅读(364) 评论(0) 推荐(0)
摘要:kubectl $ k get deploy ble-mapper -oyaml $ k get configmap device-profile-config-raspberry3b -ojson $ k get deploy -owide $ k apply -f xiaomi-device-d 阅读全文
posted @ 2022-03-08 17:47 zhixlin 阅读(42) 评论(0) 推荐(0)