11 2016 档案

摘要: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 阅读(781) 评论(0) 推荐(0)
摘要:using Utils; namespace System.Web.Mvc { /// <summary> /// 本地化帮助类 /// </summary> public static class LocalizationHelpers { /// <summary> /// 在Html中直接使用 阅读全文
posted @ 2016-11-29 10:40 Ariter 阅读(482) 评论(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 阅读(2151) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Reflection; namespace Utils { /// <summary> /// 枚举帮助类 /// </ 阅读全文
posted @ 2016-11-29 10:39 Ariter 阅读(2417) 评论(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 阅读(347) 评论(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 阅读(2715) 评论(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 阅读(622) 评论(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 阅读(325) 评论(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 阅读(2149) 评论(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 阅读(3791) 评论(0) 推荐(0)
摘要:此处只是记录,解析可见原文:http://www.cnblogs.com/skyblue-li/p/6092799.html <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Co 阅读全文
posted @ 2016-11-25 15:57 Ariter 阅读(366) 评论(0) 推荐(1)
摘要:view: <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width" /> <title></title> <script src="~/Scripts/jquery-1.10.2.min.js" 阅读全文
posted @ 2016-11-15 14:24 Ariter 阅读(7213) 评论(0) 推荐(1)
摘要:网上看房子,不过网速太慢,就做个demo来抓数据并存到表格里。 代码如下: using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using Syst 阅读全文
posted @ 2016-11-12 17:36 Ariter 阅读(485) 评论(0) 推荐(0)