上一页 1 2 3 4 5 6 7 8 9 10 ··· 21 下一页
摘要: Web 应用的安全性包括用户认证(Authentication)和用户授权(Authorization)两个部分,这两点也是 Spring Security 重要核心功能。 用户认证(Authentication) (1)用户认证指的是:验证某个用户是否为系统中的合法主体,也就是说用户能否访问 该系 阅读全文
posted @ 2020-12-24 22:02 xiluhua 阅读(68) 评论(0) 推荐(0) 编辑
摘要: maven 2004年 apache gradle 2012年 apache,基于Apache Ant和Apache Maven概念的项目自动化构建开源工具 gradle 下载 感谢网友:刘业芳https://www.jianshu.com/p/d9329117aa2f https://servic 阅读全文
posted @ 2020-12-23 15:23 xiluhua 阅读(108) 评论(2) 推荐(0) 编辑
摘要: 根据 2020年12月16日下午16:00的会议共识:1. 项目使用 properties 文件作为配置文件。2. 使用 dataid, ${spring.application.name}-${spring.profiles.active}.${file-extension:properties} 阅读全文
posted @ 2020-12-20 20:37 xiluhua 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 123 阅读全文
posted @ 2020-12-18 11:05 xiluhua 阅读(69) 评论(0) 推荐(0) 编辑
摘要: Druid 连接池报错:abandon connection 在 application.properties 配置: spring.datasource.druid.remove-abandoned-timeout-millis=99999999999 阅读全文
posted @ 2020-12-16 14:57 xiluhua 阅读(781) 评论(0) 推荐(0) 编辑
摘要: 1. dev sit master 全部一套环境的场景 2. 由于特殊原因,其中一个环境需要同时存在 2 套环境。比如说有两个周期都比较长的并发需求,这时需要有两套 dev 环境支持在线测试 3. Swiss-re 在 China & Australia 的业务的 dev 环境都需要两套环境的情况下 阅读全文
posted @ 2020-12-15 22:49 xiluhua 阅读(91) 评论(0) 推荐(0) 编辑
摘要: nacos config 版本一 版本二 场景 https://www.cnblogs.com/xiluhua/p/14141501.html 阅读全文
posted @ 2020-12-15 20:20 xiluhua 阅读(131) 评论(0) 推荐(0) 编辑
摘要: Settings→Editor→General→Console 阅读全文
posted @ 2020-12-14 20:56 xiluhua 阅读(987) 评论(0) 推荐(0) 编辑
摘要: druid 日志优化 https://www.cnblogs.com/gyjx2016/p/13672374.html 阅读全文
posted @ 2020-12-13 22:01 xiluhua 阅读(116) 评论(0) 推荐(0) 编辑
摘要: springboot 打印 requestMappings <logger name="org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping" level="trace" /> <logg 阅读全文
posted @ 2020-12-13 21:18 xiluhua 阅读(788) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2020-12-13 19:08 xiluhua 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 1. 格式化 xml Ctrl+Alt+L 2. idea 重命名修改为 F2 File --> Setting --> Keymap --> keymap --> 你的快捷键模板 --> Main menu --> Refactor --> Rename 1.选中, 右键 Add Keyboard 阅读全文
posted @ 2020-12-13 19:02 xiluhua 阅读(97) 评论(0) 推荐(0) 编辑
摘要: IaaS、SaaS 和 PaaS 的区别 https://www.zhihu.com/question/20387284 阅读全文
posted @ 2020-12-13 18:10 xiluhua 阅读(101) 评论(0) 推荐(0) 编辑
摘要: controller 什么时候注入 mappingRegistry 的? 1. spring 版本:5.2.2 2. 图一 3. 图二 阅读全文
posted @ 2020-12-12 21:12 xiluhua 阅读(315) 评论(0) 推荐(0) 编辑
摘要: 换电脑搭环境 1. 装 jdk 并且配环境 2. 装 maven - 配远程中央仓库 settings.xml <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/conten 阅读全文
posted @ 2020-12-12 12:39 xiluhua 阅读(89) 评论(0) 推荐(0) 编辑
摘要: springcloud 技术选型 https://start.spring.io/actuator/info 阅读全文
posted @ 2020-12-11 21:41 xiluhua 阅读(139) 评论(0) 推荐(0) 编辑
摘要: lix large information exchange Azure AD Azure Active Directory Acronym, Abbreviation Description LHDS Life & Health Decision Service ECS Elastic Compu 阅读全文
posted @ 2020-12-11 18:04 xiluhua 阅读(84) 评论(0) 推荐(0) 编辑
摘要: docker-desktop: error during connect C:\Program Files\Docker\Docker\Resources\bin\docker.exe: error during connect: Post http://%2F%2F.%2Fpipe%2Fdocke 阅读全文
posted @ 2020-12-11 16:16 xiluhua 阅读(526) 评论(0) 推荐(0) 编辑
摘要: 启动 docker desktop 但是小鲸鱼图标红色,显示启动失败。 下载:wsl_update_x64.msi 双击安装,重启点击上图 Restart 按钮即可。 阅读全文
posted @ 2020-12-11 15:44 xiluhua 阅读(3363) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-12-09 22:35 xiluhua 阅读(55) 评论(0) 推荐(0) 编辑
摘要: 执行 webpack-dev-server,已经配置 'style-loader' 但还是报错: 试着修改 webpack.config.js 从 use: [ 'style-loader', 'css-loader' ] 改成 {test: /\.css$/, loader: "style-loa 阅读全文
posted @ 2020-12-07 16:22 xiluhua 阅读(916) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.jianshu.com/p/e63221200534 阅读全文
posted @ 2020-12-07 12:31 xiluhua 阅读(65) 评论(0) 推荐(0) 编辑
摘要: H5本地存储技术 1、sessionStorage(会话存储) -生命周期:浏览器打开到关闭的过程 -大小: 5M -保存的位置:浏览器端 -setItem(‘key’,value) -getItem(‘key’) -removeItem(‘key’) 2、localStorage(永久存储) -生 阅读全文
posted @ 2020-12-06 15:56 xiluhua 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 1. 命令式 * 注重执行的过程 * 像考试中的解答题 2. 声明式 * 注重执行的结果 * 对命令进行局部包装 * 像选择题或填空题 阅读全文
posted @ 2020-12-06 12:13 xiluhua 阅读(130) 评论(0) 推荐(0) 编辑
摘要: webStorm 配置快捷代码: 阅读全文
posted @ 2020-12-03 15:54 xiluhua 阅读(68) 评论(0) 推荐(0) 编辑
摘要: 第一周 11-30 1. trace the junit test of core project2. Standardize system config with Nacos3. prepare for building log center and collect technique choic 阅读全文
posted @ 2020-11-30 18:01 xiluhua 阅读(48) 评论(0) 推荐(0) 编辑
摘要: Tony Xi is from Application team as Senior Developer. Yingming Yao is from CloudOps team as DBA. Lewise Liu is from CloudOps team as Architect. 阅读全文
posted @ 2020-11-30 15:15 xiluhua 阅读(322) 评论(0) 推荐(0) 编辑
摘要: nacos 命名空间 阅读全文
posted @ 2020-11-29 16:36 xiluhua 阅读(739) 评论(0) 推荐(0) 编辑
摘要: solution 1 SET SQL_SAFE_UPDATES=0; solution 2 -> Edit -> Preferences -> Sql Editor then uncheck Safe update. 阅读全文
posted @ 2020-11-27 12:41 xiluhua 阅读(147) 评论(0) 推荐(0) 编辑
摘要: https://gitee.com/xiluhua/ec.git 阅读全文
posted @ 2020-11-26 15:47 xiluhua 阅读(74) 评论(0) 推荐(0) 编辑
摘要: maven引入junit 4.12,项目import org.junit.Test 还是报错. https://blog.csdn.net/kaige8312/article/details/84870208 阅读全文
posted @ 2020-11-24 22:47 xiluhua 阅读(790) 评论(0) 推荐(0) 编辑
摘要: git: xiluhua xlh505440xiluhua3 xlh505440git505440 505440git yuebq679 注册邮箱 xlh505440@aliyun.comlhuc680 xlh505440 注册邮箱 xlh505441@aliyun.com 163 email:gi 阅读全文
posted @ 2020-11-24 00:33 xiluhua 阅读(55) 评论(0) 推荐(0) 编辑
摘要: 第四周 27 attempt to run all of the core modules on localhost 1 nvhl-pcis-gateway 2 nvhl-pcis-query-code-list-impl 26 1 talk with my iss counterpart 姜帅 a 阅读全文
posted @ 2020-11-18 10:01 xiluhua 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-11-15 16:50 xiluhua 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-11-13 21:30 xiluhua 阅读(99) 评论(0) 推荐(0) 编辑
摘要: idea 忽略显示不需要的文件 阅读全文
posted @ 2020-11-13 05:22 xiluhua 阅读(436) 评论(0) 推荐(0) 编辑
摘要: 服务熔断 & 降级区别: 阅读全文
posted @ 2020-11-12 08:43 xiluhua 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-11-10 08:49 xiluhua 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 各种微服务框架对比 功能点/服务框架Netflix/SpringCloudMotangRPCThriftDubbo/DubboX 功能定位 完整的微服务框架 RPC框架,但整合了ZK或Consul,实现集群环境的基本服务注册/发现 RPC框架 RPC框架 服务框架 支持Rest 是,Ribbon支持 阅读全文
posted @ 2020-11-09 22:37 xiluhua 阅读(408) 评论(0) 推荐(0) 编辑
摘要: 问题环境: <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>1.5.10.RELEASE</version> <rela 阅读全文
posted @ 2020-11-09 10:56 xiluhua 阅读(718) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 21 下一页