2015年7月8日
摘要: 1 public class SessionHelper 2 { 3 /// 4 /// 根据session名获取session对象 5 /// 6 /// 7 /// 8 ... 阅读全文
posted @ 2015-07-08 15:27 勤劳的Coder 阅读(444) 评论(0) 推荐(0) 编辑
摘要: 1 public static class FileSystemHelper 2 { 3 #region 检测指定目录是否存在 4 /// 5 /// 检测指定目录是否存在 6 /// 7 /... 阅读全文
posted @ 2015-07-08 15:25 勤劳的Coder 阅读(234) 评论(0) 推荐(0) 编辑
摘要: public class CookieHelper { /// /// 清除指定Cookie /// /// cookiename public static void ClearCookie(string cookie... 阅读全文
posted @ 2015-07-08 15:21 勤劳的Coder 阅读(632) 评论(0) 推荐(0) 编辑
摘要: 1 /// 2 /// 验证码类 3 /// 4 public class Rand 5 { 6 #region 生成随机数字 7 /// 8 /// 生成随机数字 9 /// ... 阅读全文
posted @ 2015-07-08 14:49 勤劳的Coder 阅读(293) 评论(0) 推荐(0) 编辑
摘要: 1 public class CNToSpell 2 { 3 /// 汉字转拼音缩写 4 /// Code By MuseStudio@hotmail.com 5 /// 2004-11-30 6 /// 要转换的汉字字符串/... 阅读全文
posted @ 2015-07-08 14:47 勤劳的Coder 阅读(474) 评论(0) 推荐(0) 编辑