上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 52 下一页

2022年4月11日

extjs7 引入官方本地化包,解决npm build失败

摘要: 版本 7.4.0 安装 npm install @sencha/ext-classic-locale@7.4.0npm instal... 阅读全文

posted @ 2022-04-11 22:38 路过君 阅读(59) 评论(0) 推荐(0) 编辑

extjs7 combobox 根据输入值执行远端查询过滤选项源码分析

摘要: 版本 extjs 7.4.0 classic 源码 ext-classic/src/form/field/Base.js // 初始... 阅读全文

posted @ 2022-04-11 22:38 路过君 阅读(61) 评论(0) 推荐(0) 编辑

springboot 使用@Valid校验参数 异常消息处理

摘要: 依赖 注解 jakarta.validation jakarta.validation-api 校验支持,包含以上依赖... 阅读全文

posted @ 2022-04-11 22:38 路过君 阅读(352) 评论(0) 推荐(0) 编辑

seata报错json encode exception解决

摘要: 版本 io.seata:seata-spring-boot-starter:1.3.0 现象 数据实体对象字段类型为LocalDat... 阅读全文

posted @ 2022-04-11 22:38 路过君 阅读(158) 评论(0) 推荐(0) 编辑

seata-spring-boot-start 1.3.0升级1.4.2全局事务失效解决

摘要: 版本 io.seata:seata-spring-boot-starter 1.3.0 升级1.4.2 现象 全局事务失效 解决 方... 阅读全文

posted @ 2022-04-11 22:38 路过君 阅读(263) 评论(0) 推荐(0) 编辑

extjs7 classic actioncolumn 根据数据disable按钮

摘要: 版本 7.4 classic 工具包 方法 使用isActionDisabled配置函数 { xtype: 'actionco... 阅读全文

posted @ 2022-04-11 22:38 路过君 阅读(25) 评论(0) 推荐(0) 编辑

基于openjdk镜像制作的JAVA应用镜像 时区不同步

摘要: 现象 基于openjdk官方镜像构建 启动容器时挂载/etc/localtime同步时间 发现java应用获取当前时间与服务器时间相... 阅读全文

posted @ 2022-04-11 22:38 路过君 阅读(43) 评论(0) 推荐(0) 编辑

spring使用DataSourceInitializer执行数据库初始化脚本

摘要: @Beanpublic DataSourceInitializer dataSourceInitializer(final Data... 阅读全文

posted @ 2022-04-11 22:38 路过君 阅读(166) 评论(0) 推荐(0) 编辑

spring security oauth2.x迁移到spring security5.x 令牌失效 资源服务器invalid_token响应状态码为500而非401

摘要: 环境 资源服务器迁移到spring security5.5.2 授权服务器仍使用spring security oauth2.x搭建... 阅读全文

posted @ 2022-04-11 22:38 路过君 阅读(360) 评论(0) 推荐(0) 编辑

spring security oauth2.x迁移到spring security5.x 资源服务器启用url参数传递token

摘要: 现象 opaque token模式使用url参数access_token传递token访问资源服务器时报错401未授权 原因 spr... 阅读全文

posted @ 2022-04-11 22:38 路过君 阅读(62) 评论(0) 推荐(0) 编辑

上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 52 下一页

导航