上一页 1 2 3 4 5 6 7 8 ··· 11 下一页
摘要: var pager = $('#details').datagrid().datagrid('getPager'); pager.pagination({ buttons: [ { iconCls: 'icon-save', handler: function () { alert('22'); } 阅读全文
posted @ 2021-11-30 09:19 zq爱生活爱代码 阅读(55) 评论(0) 推荐(0) 编辑
摘要: <body class="easyui-layout" style="margin:10px;"> <div id="content" region="center" title="查詢結果" style="padding:1px;width:100%;height:100%;"> <div id= 阅读全文
posted @ 2021-11-30 09:19 zq爱生活爱代码 阅读(139) 评论(0) 推荐(0) 编辑
摘要: Datetimebox 修改默认格式,以及初始值 <span style="margin-right:5px;">日期</span> <input id="dtStart" type="text"> $('#dtStart').datetimebox({ required: true, showSe 阅读全文
posted @ 2021-11-30 09:19 zq爱生活爱代码 阅读(60) 评论(0) 推荐(0) 编辑
摘要: combobox绑定数据以及设定默认值 <input id="factory" name="factory" style="width:80%;"> $('#factory').combobox({ url: '../SpeedCountBYS/getFactory', valueField: 't 阅读全文
posted @ 2021-11-30 09:18 zq爱生活爱代码 阅读(834) 评论(0) 推荐(0) 编辑
摘要: 显示数值以及对数值进行显示转换 折线的颜色 series: [ { name: '排配總數', type: 'line', yAxisIndex: 1, data: array3, itemStyle: { normal: { label: { formatter: function (val) { 阅读全文
posted @ 2021-11-30 09:16 zq爱生活爱代码 阅读(46) 评论(0) 推荐(0) 编辑
摘要: 预定义特性(Attribute) .Net 框架提供了三种预定义特性: AttributeUsage Conditional Obsolete AttributeUsage 预定义特性 AttributeUsage 描述了如何使用一个自定义特性类。它规定了特性可应用到的项目的类型。 规定该特性的语法 阅读全文
posted @ 2021-11-30 09:14 zq爱生活爱代码 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 转载 https://www.cnblogs.com/lizhenhong/p/10002601.html 1、Web.config配置上system.web节点下加入以下配置 <system.web> <authentication mode="Forms"> <forms name=".wech 阅读全文
posted @ 2021-11-28 09:28 zq爱生活爱代码 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 开始Form认证,拒绝匿名登录 <system.web> <compilation debug="true" targetFramework="4.5" /> <httpRuntime targetFramework="4.5" /> <authentication mode="Forms"> <f 阅读全文
posted @ 2021-11-22 19:45 zq爱生活爱代码 阅读(49) 评论(0) 推荐(0) 编辑
摘要: OverrideActionFilters 当我们在Global设定过滤器时,有些function不希望被卡住,那么就可以在function上面设定OverrideActionFilters ,不执行 在这之前,我们要知道ScopeFilter的执行顺序 Global=》Controller=》Ac 阅读全文
posted @ 2021-11-17 17:20 zq爱生活爱代码 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 1.如果是action中发生异常,那么 会先先逆着顺序执行 actionfilter的OnActionExecuted事件,最后再逆着执行 ExceptionFilterAttribute 的 OnException事件 通过参数HttpActionExecutedContext.Exception 阅读全文
posted @ 2021-11-17 16:39 zq爱生活爱代码 阅读(152) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页