摘要: using System; using System.Collections.Generic; using System.Linq; using System.ComponentModel.DataAnnotations; using System.IO; using System.Text; using System.Threading.Tasks; using System.Web; usi... 阅读全文
posted @ 2017-05-15 13:11 冫凌晨 阅读(268) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Web.Mvc.Html; using System.Web.Routing; using Water.Helper; using System.Web.Mvc.Ajax; namespace Sys... 阅读全文
posted @ 2017-05-13 10:17 冫凌晨 阅读(145) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using Water; namespace Water.Helper { public class PagedList : List { /// /// 页索引 /// pub... 阅读全文
posted @ 2017-05-13 10:16 冫凌晨 阅读(145) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Application.Common { public class CookieHelper { public enum TimeUtil { ... 阅读全文
posted @ 2017-05-13 10:11 冫凌晨 阅读(189) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Text.RegularExpressions;using System.Web; namespace App 阅读全文
posted @ 2017-05-13 10:09 冫凌晨 阅读(447) 评论(0) 推荐(0) 编辑
摘要: #region 时间输出20161020123002 /// <summary> /// 输出20161020123002 /// </summary> /// <param name="number">输出数字时间例20161020123002</param> public static stri 阅读全文
posted @ 2017-05-13 10:05 冫凌晨 阅读(175) 评论(0) 推荐(0) 编辑