摘要: 1 using System.Configuration; 2 using System.Windows.Forms; 3 4 namespace Allyn.Common 5 { 6 public class XmlHeper 7 { 8 /// 9 ///返回Config文件中appSettings配置节的value项 ... 阅读全文
posted @ 2018-12-26 11:08 Allyn 阅读(437) 评论(1) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Specialized; 3 using System.IO; 4 using System.Net; 5 using System.Text; 6 7 namespace Allyn.Common 8 { 9 public class HttpHelper 10... 阅读全文
posted @ 2018-12-26 10:43 Allyn 阅读(3298) 评论(1) 推荐(0) 编辑