03 2018 档案

摘要:以修改5节点非安全模式为例: 在C:\Program Files\Microsoft SDKs\Service Fabric\ClusterSetup\NonSecure\FiveNode目录下,修改文件【ClusterManifestTemplate.json】的权限,然后将此文件里的%systemdrive%替换为要更改的目录(例:d:) 阅读全文
posted @ 2018-03-22 16:50 94cool 阅读(738) 评论(0) 推荐(1)
摘要:Service Fabric下删除实例并注销应用: 以应用名称:Application1为例 1、打开PowerShell 2、连接集群: Connect-ServiceFabricCluster -ConnectionEndpoint localhost:19000 3、删除实例: Remove-ServiceFabricApplication -ApplicationName fabr... 阅读全文
posted @ 2018-03-22 11:39 94cool 阅读(565) 评论(0) 推荐(0)
摘要:if (txbValue.InvokeRequired) txbValue.Invoke(new MethodInvoker(delegate() { txbValue.Text = “test”; })); 阅读全文
posted @ 2018-03-07 17:39 94cool 阅读(362) 评论(0) 推荐(0)
摘要:mongo文档【tblEvent】如下: { "_id" : ObjectId("5a0415f9bf28b684b1c7f5b2"), "citycode" : 3501, "startTime" : ISODate("2016-01-02T00:00:00.000+0800"), "endTime" : ISODate("2016... 阅读全文
posted @ 2018-03-05 15:54 94cool 阅读(3622) 评论(0) 推荐(0)