05 2015 档案
摘要:Winform 判断打印机是否可用,实现设置默认打印机功能http://www.cnblogs.com/zfanlong1314/p/3878563.html
阅读全文
摘要:{ "retCode" : "SUCCESS", "msg" : "", "data" : { "List" : [ {"ID " : 1, "description" : "", } ] }} public class Class1 { public string retCode{ get; ...
阅读全文
摘要:引用using System.Drawing.Printing;//代码PrintDocument prtdoc = new PrintDocument(); string strDefaultPrinter = prtdoc.PrinterSettings.PrinterNa...
阅读全文
摘要:工作经验 备忘 //API接口 using (var Client = new HttpClient()) { Client.BaseAddress = new Uri("aip地址 比如http://12.0.2.66:8098/"); Client.DefaultRequestHeaders....
阅读全文
摘要:当多个panle重叠不显示不出来的时候 选择视图---------------其它窗口----------------文档大纲 然后拖动进行调整
阅读全文