05 2015 档案

摘要:本文实现所有继承BaseModel的类都通过代理拦截using System;using System.Reflection;using System.Collections.Generic;using System.Runtime.Remoting.Proxies;using System.Run... 阅读全文
posted @ 2015-05-22 16:14 魏巍(QQ:68235081) 阅读(1612) 评论(0) 推荐(0)
摘要:错误的写法:$(this).submit(function () { $(this).ajaxSubmit({ url: opts.url, type: 'post', ... 阅读全文
posted @ 2015-05-14 17:33 魏巍(QQ:68235081) 阅读(2337) 评论(0) 推荐(0)
摘要:@Html.TextBoxFor(m => m.Birthday,"{0:yyyy-MM-dd}", new { @class = "m-wrap small", @readonly = "true" }) 阅读全文
posted @ 2015-05-14 17:30 魏巍(QQ:68235081) 阅读(305) 评论(0) 推荐(0)