随笔分类 -  Tool

VSCode debug 多进程
摘要:launch.json添加: "setupCommands": [ {"text": "-gdb-set follow-fork-mode child"} ] 阅读全文

posted @ 2019-12-10 21:36 lialin 阅读(6162) 评论(1) 推荐(1) 编辑

ETCD的使用
摘要:使用ETCD的目的是想用它来监控服务进程的状态。 显示服务列表: etcdctl --write-out=table --endpoints=localhost:2379 member list 写入一个键值对: etcdctl put ${key} ${value} 根据键获取值: etcdctl 阅读全文

posted @ 2019-08-14 16:25 lialin 阅读(1089) 评论(0) 推荐(0) 编辑

导航