摘要: 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) 编辑
摘要: 1 (function ($) { 2 function guid(g) { 3 var arr = new Array(); //存放32位数值的数组 4 if (typeof (g) == "string") { //如果构造函数的参数为字符串 5 initializeByString(arr, g); 6 ... 阅读全文
posted @ 2015-09-15 19:12 Allyn 阅读(975) 评论(1) 推荐(0) 编辑