摘要:
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 阅读全文
摘要:
学习资料 The Missing Semester of Your CS Education Editor 流行的图形编辑器:VS Code、JetBrain 全家桶 另外最流行的命令行编辑器就是 vim 了 强烈建议: IDE + Vim plugin~ vim 是一种 mode editor,这 阅读全文
摘要:
观前提示,有能力可以直接尝试看源码,更清晰~ 环境: Darwin Kernel, arm64 go version go1.16.3 darwin/arm64 正文 同步原语 mutex 也是在 Go 并发控制中耳熟能详的存在了。小小的 mutex 让我产生了大大的疑惑。让我们进入源码一探究竟~ 阅读全文