摘要:
.NET Core Tools Add Local .Net Reference Azure Account Azure App Service C# C# Extensions C# FixFormat C# XML Documentation Comments Code Runner Git P 阅读全文
摘要:
首先 Service Fabric 群集是正常的,部署一些服务过后也能正常运行,但一旦部署的服务过多后,且每个服务不止一个Partition,就有可能让群集状态为Error,但其实服务还是在正常运行的,只是无法启动 Secondary replica。 这其实是系统的限制,我选择的是 Azure S 阅读全文
摘要:
针对Shadowsocks的代理配置 设置代理 设置代理 git config --global http.proxy 'socks5://127.0.0.1:1080' git config --global https.proxy 'socks5://127.0.0.1:1080' 删除代理 删 阅读全文