上一页 1 ··· 65 66 67 68 69 70 71 72 73 ··· 112 下一页
摘要: 转: //遇到"{ }",就要用JObject了 , //遇到双引号"",就用JProperty //遇到键值对了,就要用JProperty了。 》遇到双引号"",就用JProperty //数组的问题,就是要用JArray jArray = new JArray(); jArray.Add(jjj 阅读全文
posted @ 2019-05-10 08:59 ProZkb 阅读(2859) 评论(0) 推荐(0) 编辑
摘要: this.Label6.Text = "当前时间:" + System.DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"); 2014-11-29 15:03:04 this.Label6.Text = "当前时间:" + System.DateTime.Now 阅读全文
posted @ 2019-05-05 15:43 ProZkb 阅读(595) 评论(0) 推荐(0) 编辑
摘要: 1 HttpContent bw = new StringContent(StrXml, Encoding.UTF8, "application/Xml"); 2 var Msg = await _httpClientFactory.CreateClient().PostAsync("http://xxxxx/api/kpbusiness", bw);... 阅读全文
posted @ 2019-04-30 11:14 ProZkb 阅读(2422) 评论(0) 推荐(0) 编辑
摘要: 我要获取的是doc/FPFile.xml 百度了一大堆就是找不到解决问题。 把属性更改为始终赋值, XmlDocument xdi = new XmlDocument(); xdi.Load(("doc/FPFile.xml"));就可以读取到了。CTM 阅读全文
posted @ 2019-04-28 17:18 ProZkb 阅读(1468) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/knowledgesea/p/7079880.html 引入Nuget的两个类库 Microsoft.Extensions.Configuration Microsoft.Extensions.Configuration.Json使用 var buil 阅读全文
posted @ 2019-04-19 11:38 ProZkb 阅读(908) 评论(0) 推荐(0) 编辑
上一页 1 ··· 65 66 67 68 69 70 71 72 73 ··· 112 下一页