上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 112 下一页
摘要: public static System.Xml.Linq.XElement Post(HttpClient _myhttp, string url, XmlDocument doc) { HttpContent content = new StringContent(doc.InnerXml, E 阅读全文
posted @ 2020-05-19 09:53 ProZkb 阅读(202) 评论(0) 推荐(0) 编辑
摘要: //转成XElement 1:XElement xe = XElement.Parse(Encoding.UTF8.GetString(data)); 2:var deliveryTime = DateTimeOffset.Parse(deliveryOrderLevel.Element("deli 阅读全文
posted @ 2020-05-12 10:49 ProZkb 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 1,集合通过select转匿名对象 List<DemoClass> liset = new List<DemoClass>(); DemoClass a0 = new DemoClass() { Id = 1, Name = "asd " };DemoClass a1 = new DemoClass 阅读全文
posted @ 2020-05-09 15:16 ProZkb 阅读(5567) 评论(0) 推荐(1) 编辑
摘要: byte[] mybyte = null; DataTable dt = OrderData.GetFP(txt.Text.Trim()); mybyte = (byte[])dt.Rows[0]["PDF_FILE"]; byte[] fileByte = Convert.FromBase64St 阅读全文
posted @ 2020-04-29 10:48 ProZkb 阅读(1110) 评论(0) 推荐(0) 编辑
摘要: 有的厂商接口的Url是需要进行算法加密和参数按照字母排序 演示加密算法: http://cctv/open/service? method=method2 &timestamp=2015-04-26%2000:00:07 &format=xml &app_key=testerp_appkey &v= 阅读全文
posted @ 2020-04-27 10:15 ProZkb 阅读(391) 评论(0) 推荐(0) 编辑
上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 112 下一页