摘要: { "retCode" : "SUCCESS", "msg" : "", "data" : { "List" : [ {"ID " : 1, "description" : "", } ] }} public class Class1 { public string retCode{ get; ... 阅读全文
posted @ 2015-05-13 16:57 卡玛兹 阅读(683) 评论(0) 推荐(0) 编辑
摘要: 引用using System.Drawing.Printing;//代码PrintDocument prtdoc = new PrintDocument(); string strDefaultPrinter = prtdoc.PrinterSettings.PrinterNa... 阅读全文
posted @ 2015-05-13 11:46 卡玛兹 阅读(1493) 评论(0) 推荐(0) 编辑
摘要: 工作经验 备忘 //API接口 using (var Client = new HttpClient()) { Client.BaseAddress = new Uri("aip地址 比如http://12.0.2.66:8098/"); Client.DefaultRequestHeaders.... 阅读全文
posted @ 2015-05-13 09:32 卡玛兹 阅读(1629) 评论(0) 推荐(0) 编辑
你好