2020年4月11日

spring security笔记 默认登陆页面源码

摘要: 依赖 spring security web 源码 org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter 阅读全文

posted @ 2020-04-11 00:04 路过君 阅读(1221) 评论(0) 推荐(1) 编辑

2020年4月10日

EXTJS7 自定义日期时间选择输入框

摘要: 效果 组件定义 Ext.define('PSR.field.Datetime', { extend: 'Ext.field... 阅读全文

posted @ 2020-04-10 14:31 路过君 阅读(244) 评论(0) 推荐(0) 编辑

2020年4月9日

EXTJS7 combobox本地模式 动态修改选项

摘要: 声明内存store xtype: 'combobox',// 默认为remote,store.remoteFilter会被设置为tr... 阅读全文

posted @ 2020-04-09 14:56 路过君 阅读(156) 评论(0) 推荐(0) 编辑

EXTJS7 combobox 下拉加载数据源码

摘要: Trigger.js onClick: function(e) { var me = this, handler = !me... 阅读全文

posted @ 2020-04-09 14:24 路过君 阅读(83) 评论(0) 推荐(0) 编辑

nginx 反向代理端口号丢失处理

摘要: 使用nginx反向代理时,非80端口的server重定向产生丢失端口号的异常 增加配置在HOST HEADER中转发端口号 serv... 阅读全文

posted @ 2020-04-09 10:19 路过君 阅读(788) 评论(0) 推荐(0) 编辑

2020年4月8日

EXTJS7 可拖拉布局分割条

摘要: ...items: [{ // 需要使用panel才能生效 xtype: 'panel', docked: 'left', // 分... 阅读全文

posted @ 2020-04-08 15:02 路过君 阅读(100) 评论(0) 推荐(0) 编辑

EXTJS7 config 自定义配置属性

摘要: Ext.define('myComponent', { extend: 'Ext.Component', // 自定义配置属性,会自... 阅读全文

posted @ 2020-04-08 11:33 路过君 阅读(133) 评论(0) 推荐(0) 编辑

2020年4月7日

EXTJS7 自定义组件 IFRAME

摘要: Ext.define('PSR.Iframe', { extend: 'Ext.Component', xtype: '... 阅读全文

posted @ 2020-04-07 10:43 路过君 阅读(73) 评论(0) 推荐(0) 编辑

EXTJS7 自定义组件 绘制HTML元素

摘要: 样例 Ext.define('myComponent',{ // 继承Ext.Component extend: 'Ext.Comp... 阅读全文

posted @ 2020-04-07 10:30 路过君 阅读(78) 评论(0) 推荐(0) 编辑

2020年4月2日

extjs7 selectfield异常 Uncaught TypeError: Cannot read property 'hasPendingLoad' of null

摘要: 场景 下拉选择某项目后报异常 “Uncaught TypeError: Cannot read property ‘hasPendi... 阅读全文

posted @ 2020-04-02 15:32 路过君 阅读(38) 评论(0) 推荐(0) 编辑

导航