点关注不迷路

Max

上一页 1 ··· 3 4 5 6 7
摘要: 1 /// 2 /// 允许压缩 3 /// 4 public class AllowCompressAttribute : System.Web.Mvc.ActionFilterAttribute 5 { 6 /// 7 /// 压缩方法 8 /// 9 publi... 阅读全文
posted @ 2017-05-09 11:42 Max麦克斯 阅读(593) 评论(0) 推荐(0) 编辑
摘要: MVC model前台序列化 贪婪加载与延迟加载 贪婪加载:顾名思议就是把所有要加载的东西一 次性读取 当读取订单信息orders的时候,我们希望把订单的详细信息也读取出来,那么这里我们使用Include关键字将关联表也加载进来。 延迟加载:即当我们需要用到的时候才进行加载(读取) 当我们希望浏览某 阅读全文
posted @ 2017-04-07 17:49 Max麦克斯 阅读(199) 评论(0) 推荐(0) 编辑
摘要: /// /// 获取客户端IP /// /// public static string GetClientIpAddress() { var httpContext = HttpContext.Current; if (httpContext.Request.ServerVariabl... 阅读全文
posted @ 2017-02-16 22:31 Max麦克斯 阅读(967) 评论(0) 推荐(0) 编辑
摘要: 前台代码: js: 创建带字母的验证码: 阅读全文
posted @ 2017-02-16 22:10 Max麦克斯 阅读(707) 评论(0) 推荐(1) 编辑
上一页 1 ··· 3 4 5 6 7