会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Damon
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2018年7月30日
VS Code 常用插件
摘要: .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
阅读全文
posted @ 2018-07-30 09:58 AI柚子
阅读(450)
评论(0)
推荐(0)
2018年7月26日
Service Fabric 群集在Service Replica过多的情况下报错问题
摘要: 首先 Service Fabric 群集是正常的,部署一些服务过后也能正常运行,但一旦部署的服务过多后,且每个服务不止一个Partition,就有可能让群集状态为Error,但其实服务还是在正常运行的,只是无法启动 Secondary replica。 这其实是系统的限制,我选择的是 Azure S
阅读全文
posted @ 2018-07-26 10:11 AI柚子
阅读(307)
评论(0)
推荐(1)
Git配置代理命令
摘要: 针对Shadowsocks的代理配置 设置代理 设置代理 git config --global http.proxy 'socks5://127.0.0.1:1080' git config --global https.proxy 'socks5://127.0.0.1:1080' 删除代理 删
阅读全文
posted @ 2018-07-26 09:53 AI柚子
阅读(258)
评论(0)
推荐(0)
上一页
1
2
公告