上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 52 下一页

2022年4月11日

mysql Unable to load authentication plugin 'caching_sha2_password'.

摘要: mysql 8.x版本的验证模块和之前版本不同: 之前版本是:default_authentication_plugin=mysq... 阅读全文

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

EXTJS7 自定义组件配置属性启用双向绑定

摘要: 使用publishes/twoWayBindable都可以启用配置属性的变更通知,既可实现双向绑定 // 默认配置属性只能做入参co... 阅读全文

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

EXTJS7 publishes将配置属性发布到viewModel

摘要: 在组件声明使用publishes Ext.define('myComponent', { extend: 'Ext.Componen... 阅读全文

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

nginx 启用websocket支持

摘要: nginx.conf修改配置 http { # http段增加 map $http_upgrade $connection_upgr... 阅读全文

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

spring boot 使用websocket

摘要: 依赖 org.springframework.boot spring-boot-starter-websocket 配... 阅读全文

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

spring data jpa 使用自定义repository实现类

摘要: spring data jpa中使用JpaRepository等接口定义repository时,将默认使用SimpleJpaRepo... 阅读全文

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

spring security 获取当前用户

摘要: controller中,直接参数注入 @RequestMappingpublic void execute(Principal pr... 阅读全文

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

spring data jpa deleteInBatch 导致异常 java.lang.StackOverflowError

摘要: 异常现象:使用deleteInBatch删除实体list如果元素数量过多会抛出异常如下: 原因分析:deleteInBatch实际转... 阅读全文

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

大数据 分布式文件系统 HDFS概念

摘要: HDFS Hadoop Distributed File System 关键词 高度容错 高吞吐量 流式数据访问 前提与目标 前提目... 阅读全文

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

spring security oauth2 资源服务器WebAsyncTask/DeferredResult接口调用报错InsufficientAuthenticationException

摘要: 异常现象 访问非WebAsyncTask接口正常访问WebAsyncTask/DeferredResult接口成功执行代码逻辑,但返... 阅读全文

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

上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 52 下一页

导航