11 2016 档案
摘要:using System.Web; using System.Web.SessionState; namespace Utils { /// <summary> /// Session帮助类 /// </summary> public class SessionHelper : IRequiresS
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using Newtonsoft.Json; usi
阅读全文
摘要:using Utils; namespace System.Web.Mvc { /// <summary> /// 本地化帮助类 /// </summary> public static class LocalizationHelpers { /// <summary> /// 在Html中直接使用
阅读全文
摘要:using System; using log4net; using log4net.Config; namespace Utils { /// <summary> /// 日志帮助类(log4net) /// </summary> public class LogHelper { private
阅读全文
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Reflection; namespace Utils { /// <summary> /// 枚举帮助类 /// </
阅读全文
摘要:using System; using System.Web; using System.Collections.Specialized; namespace Utils { /// <summary> /// Cookie操作类 /// http://www.open-open.com/code/
阅读全文
摘要:using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using System.Thread
阅读全文
摘要:using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.We
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net; using System.IO; namespace Utils { public clas
阅读全文
摘要:using System; using System.IO; using System.Data; using System.Collections; using System.Data.OleDb; using System.Web; using System.Web.UI; using Syst
阅读全文
摘要:导出word文档(无模版): using Microsoft.Office.Interop.Word; MS参照:http://www.cnblogs.com/haoxuan/articles/5135599.html using Aspose.Words; Aspose参照(含源码):http:/
阅读全文
摘要:此处只是记录,解析可见原文:http://www.cnblogs.com/skyblue-li/p/6092799.html <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Co
阅读全文
摘要:view: <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width" /> <title></title> <script src="~/Scripts/jquery-1.10.2.min.js"
阅读全文
摘要:网上看房子,不过网速太慢,就做个demo来抓数据并存到表格里。 代码如下: using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using Syst
阅读全文

浙公网安备 33010602011771号