git显示开发日志
git log --date=format:%Y-%m-%d --pretty=format:"%cd;%an;%s" > log.txt
WinSW——将.exe文件注册为服务的一个工具
https://github.com/winsw/winsw
图床PicGo
https://github.com/Molunerfinn/PicGo
https://github.com/Molunerfinn/PicGo
md转html
https://github.com/ddean2009/blog-auto-publishing-tools
kubeconfig 多个集群配置 如何切换
kubectl config get-contexts kubectl config use-context <context-name> kubectl config current-context