上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页
摘要: 1. dev sit master 全部一套环境的场景 2. 由于特殊原因,其中一个环境需要同时存在 2 套环境。比如说有两个周期都比较长的并发需求,这时需要有两套 dev 环境支持在线测试 3. Swiss-re 在 China & Australia 的业务的 dev 环境都需要两套环境的情况下 阅读全文
posted @ 2020-12-15 22:49 xiluhua 阅读(90) 评论(0) 推荐(0) 编辑
摘要: nacos config 版本一 版本二 场景 https://www.cnblogs.com/xiluhua/p/14141501.html 阅读全文
posted @ 2020-12-15 20:20 xiluhua 阅读(128) 评论(0) 推荐(0) 编辑
摘要: Settings→Editor→General→Console 阅读全文
posted @ 2020-12-14 20:56 xiluhua 阅读(871) 评论(0) 推荐(0) 编辑
摘要: druid 日志优化 https://www.cnblogs.com/gyjx2016/p/13672374.html 阅读全文
posted @ 2020-12-13 22:01 xiluhua 阅读(114) 评论(0) 推荐(0) 编辑
摘要: springboot 打印 requestMappings <logger name="org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping" level="trace" /> <logg 阅读全文
posted @ 2020-12-13 21:18 xiluhua 阅读(786) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2020-12-13 19:08 xiluhua 阅读(61) 评论(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 阅读(95) 评论(0) 推荐(0) 编辑
摘要: IaaS、SaaS 和 PaaS 的区别 https://www.zhihu.com/question/20387284 阅读全文
posted @ 2020-12-13 18:10 xiluhua 阅读(100) 评论(0) 推荐(0) 编辑
摘要: controller 什么时候注入 mappingRegistry 的? 1. spring 版本:5.2.2 2. 图一 3. 图二 阅读全文
posted @ 2020-12-12 21:12 xiluhua 阅读(314) 评论(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 阅读(80) 评论(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 阅读(434) 评论(0) 推荐(0) 编辑
摘要: 启动 docker desktop 但是小鲸鱼图标红色,显示启动失败。 下载:wsl_update_x64.msi 双击安装,重启点击上图 Restart 按钮即可。 阅读全文
posted @ 2020-12-11 15:44 xiluhua 阅读(3280) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-12-09 22:35 xiluhua 阅读(50) 评论(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 阅读(900) 评论(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 阅读(64) 评论(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 阅读(47) 评论(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 阅读(312) 评论(0) 推荐(0) 编辑
摘要: nacos 命名空间 阅读全文
posted @ 2020-11-29 16:36 xiluhua 阅读(735) 评论(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 阅读(145) 评论(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 阅读(785) 评论(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 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-11-15 16:50 xiluhua 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-11-13 21:30 xiluhua 阅读(98) 评论(0) 推荐(0) 编辑
摘要: idea 忽略显示不需要的文件 阅读全文
posted @ 2020-11-13 05:22 xiluhua 阅读(432) 评论(0) 推荐(0) 编辑
摘要: 服务熔断 & 降级区别: 阅读全文
posted @ 2020-11-12 08:43 xiluhua 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-11-10 08:49 xiluhua 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 各种微服务框架对比 功能点/服务框架Netflix/SpringCloudMotangRPCThriftDubbo/DubboX 功能定位 完整的微服务框架 RPC框架,但整合了ZK或Consul,实现集群环境的基本服务注册/发现 RPC框架 RPC框架 服务框架 支持Rest 是,Ribbon支持 阅读全文
posted @ 2020-11-09 22:37 xiluhua 阅读(407) 评论(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 阅读(710) 评论(0) 推荐(0) 编辑
摘要: 在docker下安装 https://docs.gitlab.cn/jh/install/docker.html 安装所需最小配置 内存至少4G 系统内核至少在3.10以上 uname -r 命令可查看系统内核版本 安装docker 更新yum源 yum update 安装依赖 yum instal 阅读全文
posted @ 2020-11-08 20:11 xiluhua 阅读(98) 评论(0) 推荐(0) 编辑
摘要: springboot 笔记: https://files.cnblogs.com/files/xiluhua/SpringBootMd.rar 阅读全文
posted @ 2020-11-07 16:08 xiluhua 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 试了一下,在浏览器下 https://index.docker.io/v1/search?q=mysql&n=25 能有正常响应。 排除服务端地址问题。看网上说是系统时间与服务器时间与外界时间不一致。同步后验证,果然是这个原因。 root@localhost /etc/docker $ docker 阅读全文
posted @ 2020-11-07 15:52 xiluhua 阅读(1601) 评论(0) 推荐(0) 编辑
摘要: 处理静态资源 <mvc:default-servlet-handler/> 处理动态资源 requstMapping <mvc:annotation-driven></mvc:annotation-driven> springMvc 如何输出 json: 第一步 第二步 第三步 第四步 第五步 阅读全文
posted @ 2020-11-01 11:51 xiluhua 阅读(117) 评论(0) 推荐(0) 编辑
摘要: maven 打包命令,跳过测试 clean package -Dmaven.test.skip=true 阅读全文
posted @ 2020-06-03 13:24 xiluhua 阅读(1796) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页