11 2020 档案
摘要:第一周 11-30 1. trace the junit test of core project2. Standardize system config with Nacos3. prepare for building log center and collect technique choic
阅读全文
摘要: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.
阅读全文
摘要:solution 1 SET SQL_SAFE_UPDATES=0; solution 2 -> Edit -> Preferences -> Sql Editor then uncheck Safe update.
阅读全文
摘要:https://gitee.com/xiluhua/ec.git
阅读全文
摘要:maven引入junit 4.12,项目import org.junit.Test 还是报错. https://blog.csdn.net/kaige8312/article/details/84870208
阅读全文
摘要:git: xiluhua xlh505440xiluhua3 xlh505440git505440 505440git yuebq679 注册邮箱 xlh505440@aliyun.comlhuc680 xlh505440 注册邮箱 xlh505441@aliyun.com 163 email:gi
阅读全文
摘要:第四周 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
阅读全文
摘要:各种微服务框架对比 功能点/服务框架Netflix/SpringCloudMotangRPCThriftDubbo/DubboX 功能定位 完整的微服务框架 RPC框架,但整合了ZK或Consul,实现集群环境的基本服务注册/发现 RPC框架 RPC框架 服务框架 支持Rest 是,Ribbon支持
阅读全文
摘要:问题环境: <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>1.5.10.RELEASE</version> <rela
阅读全文
摘要:在docker下安装 https://docs.gitlab.cn/jh/install/docker.html 安装所需最小配置 内存至少4G 系统内核至少在3.10以上 uname -r 命令可查看系统内核版本 安装docker 更新yum源 yum update 安装依赖 yum instal
阅读全文
摘要:springboot 笔记: https://files.cnblogs.com/files/xiluhua/SpringBootMd.rar
阅读全文
摘要:试了一下,在浏览器下 https://index.docker.io/v1/search?q=mysql&n=25 能有正常响应。 排除服务端地址问题。看网上说是系统时间与服务器时间与外界时间不一致。同步后验证,果然是这个原因。 root@localhost /etc/docker $ docker
阅读全文
摘要:处理静态资源 <mvc:default-servlet-handler/> 处理动态资源 requstMapping <mvc:annotation-driven></mvc:annotation-driven> springMvc 如何输出 json: 第一步 第二步 第三步 第四步 第五步
阅读全文