2020年4月20日

EXTJS7 引入treegrid包

摘要: EXTJS7默认模板没有引入treegrid包,使用treegird时会报错Unrecognized alias: widget.t... 阅读全文

posted @ 2020-04-20 11:59 路过君 阅读(105) 评论(0) 推荐(0)

2020年4月17日

EXTJS7 store数据格式预处理

摘要: 服务接口提供的数据格式没办法直接使用,可通过实现reader.transform函数进行预处理 样例 Ext.create('Ext... 阅读全文

posted @ 2020-04-17 11:02 路过君 阅读(109) 评论(0) 推荐(0)

EXTJS7 解决无法绑定父组件ViewModel问题

摘要: 子组件vm(VIewModel)初始化时会自动将父组件的vm设置为parent 如果子组件的vm初始化时子组件v(View)尚未ad... 阅读全文

posted @ 2020-04-17 10:08 路过君 阅读(107) 评论(0) 推荐(0)

EXTJS7 eventedConfig用法

摘要: 使用eventedConfig的类需继承’Ext.Evented’eventedConfig自动并入到config中 // Even... 阅读全文

posted @ 2020-04-17 08:44 路过君 阅读(94) 评论(0) 推荐(0)

2020年4月11日

spring 启动时自动运行

摘要: CommandLineRunner ApplicationRunner "参考资料" 阅读全文

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

spring cloud oauth2授权服务 默认tokenService配置源码

摘要: AuthorizationServerEndpointsConfiguration AuthorizationServerEndpointsConfigurer 阅读全文

posted @ 2020-04-11 00:10 路过君 阅读(3097) 评论(0) 推荐(0)

spring cloud 搭建oauth2授权服务 使用redis存储令牌

摘要: 依赖 配置文件 TokenStore WebSecuritry AuthorizationServer 阅读全文

posted @ 2020-04-11 00:09 路过君 阅读(3177) 评论(0) 推荐(0)

spring cloud oauth2授权服务 clientDetails配置源码

摘要: clientDetails @EnableAuthorizationServer AuthorizationServerSecurityConfiguration ClientDetailsServiceConfiguration ClientDetailsServiceConfigurer pas 阅读全文

posted @ 2020-04-11 00:08 路过君 阅读(3449) 评论(0) 推荐(0)

spring 验证框架

摘要: @ "TOC" 依赖 注解 @Validated:类型、方法、方法参数。不能用在成员属性(字段)上 @Valid:方法、构造函数、方法参数和成员属性(字段)上 注 方法参数验证写在接口上即可; 类内部方法调用无效; 阅读全文

posted @ 2020-04-11 00:07 路过君 阅读(792) 评论(0) 推荐(0)

IDEA 插件整理

摘要: JAVA调用方法自动填充参数 "auto filling(转)" 生成代码 "Easy Code(转)" 自动生成set "GenerateAllSetter(转)" 阅读全文

posted @ 2020-04-11 00:06 路过君 阅读(155) 评论(0) 推荐(0)

导航