Let's go
上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 55 下一页
摘要: 若要允许 GET 请求,请将 JsonRequestBehavior 设置为 AllowGet 若要允许 GET 请求,请将 JsonRequestBehavior 设置为 AllowGet 请将 JsonRequestBehavior 设置为 AllowGet MVC 默认 Request 方式为 阅读全文
posted @ 2018-07-11 11:47 chenze 阅读(466) 评论(0) 推荐(0) 编辑
摘要: 过滤器 继承AuthorizeAttribute类,实现 AuthorizationFilter(授权/最先执行),IActionFilter(行为/方法前后),IResultFilter(结果/视图渲染/),IExceptionFilter(异常)接口 public class MyFilter 阅读全文
posted @ 2018-07-11 11:44 chenze 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 一、使用方法 案例: public ActionResult Index() { ViewData["num"] = 2; ViewData.Add("num2", 2); ViewBag.myNum = 2; TempData["myNum2"] = 2; Student stu = new St 阅读全文
posted @ 2018-07-11 11:22 chenze 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 路由可以是自定义路由,也可以是静态路由,还可以是动态路由和组合路由等。 一丶动态路由 二丶静态路由 MapRoute方法是可以不需要写参数名 三丶组合路由 四丶正则约束 (详情可关注:http://www.cnblogs.com/yaopengfei/p/7885597.html) 五丶命名空间约束 阅读全文
posted @ 2018-07-11 10:42 chenze 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 案例一丶jquery.easyui.min.js:10631 Uncaught TypeError: this.renderEmptyRow is not a function 解决方法:datagrid记录为空就会报错。是easyui里没处理return 空的方法。需要进行添加一些东西。具体我也不 阅读全文
posted @ 2018-07-10 15:53 chenze 阅读(210) 评论(0) 推荐(0) 编辑
上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 55 下一页
有事您Q我