摘要: using System.Web; using System.Web.SessionState; namespace Utils { /// <summary> /// Session帮助类 /// </summary> public class SessionHelper : IRequiresS 阅读全文
posted @ 2016-11-29 10:42 Ariter 阅读(1070) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using Newtonsoft.Json; usi 阅读全文
posted @ 2016-11-29 10:41 Ariter 阅读(778) 评论(0) 推荐(0)
摘要: using Utils; namespace System.Web.Mvc { /// <summary> /// 本地化帮助类 /// </summary> public static class LocalizationHelpers { /// <summary> /// 在Html中直接使用 阅读全文
posted @ 2016-11-29 10:40 Ariter 阅读(478) 评论(0) 推荐(0)
摘要: using System; using log4net; using log4net.Config; namespace Utils { /// <summary> /// 日志帮助类(log4net) /// </summary> public class LogHelper { private 阅读全文
posted @ 2016-11-29 10:40 Ariter 阅读(2145) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Reflection; namespace Utils { /// <summary> /// 枚举帮助类 /// </ 阅读全文
posted @ 2016-11-29 10:39 Ariter 阅读(2413) 评论(0) 推荐(0)
摘要: using System; using System.Web; using System.Collections.Specialized; namespace Utils { /// <summary> /// Cookie操作类 /// http://www.open-open.com/code/ 阅读全文
posted @ 2016-11-29 10:38 Ariter 阅读(335) 评论(0) 推荐(0)
摘要: using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using System.Thread 阅读全文
posted @ 2016-11-29 10:37 Ariter 阅读(2711) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.We 阅读全文
posted @ 2016-11-29 10:37 Ariter 阅读(618) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net; using System.IO; namespace Utils { public clas 阅读全文
posted @ 2016-11-29 10:36 Ariter 阅读(324) 评论(0) 推荐(0)
摘要: using System; using System.IO; using System.Data; using System.Collections; using System.Data.OleDb; using System.Web; using System.Web.UI; using Syst 阅读全文
posted @ 2016-11-29 10:35 Ariter 阅读(2144) 评论(0) 推荐(0)
摘要: 导出word文档(无模版): using Microsoft.Office.Interop.Word; MS参照:http://www.cnblogs.com/haoxuan/articles/5135599.html using Aspose.Words; Aspose参照(含源码):http:/ 阅读全文
posted @ 2016-11-29 10:32 Ariter 阅读(3780) 评论(0) 推荐(0)