摘要: 1.概要说明 服务注册与发现框架 CAP模型 控制台管理 社区活跃度 Eureka AP 支持 低2.X版本闭源 Zookeeper CP 不支持 中 Consul CP 支持 高 Nacos AP、CP 支持 高 2.Nacos与其他注册中心特性对比 阅读全文
posted @ 2020-12-02 20:59 宇枫 阅读(238) 评论(0) 推荐(0) 编辑
摘要: sqlyog连接mysql 8.0.21, 8.0, 8, latest版本报2058错误 尝试用Navicat Premium报了另一个错:1257 其实这两个错都是mysql8之后,加密规则改成caching_sha2_password而导致密码加密方式无发正常解析 问题解决 按照步骤 dock 阅读全文
posted @ 2020-10-13 16:26 宇枫 阅读(588) 评论(0) 推荐(0) 编辑
摘要: 1. 镜像搜索 https://hub.docker.com/_/mysql?tab=tags 到docker hub上检索镜像的详细信息,如镜像的TAG. docker search 关键字eg : docker search mysql 2. 拉取镜像 docker pul 镜像名:tag:ta 阅读全文
posted @ 2020-10-13 12:16 宇枫 阅读(508) 评论(0) 推荐(0) 编辑
摘要: 步骤:1、检查内核版本,必须是3.10及以上 uname -r2、安装docker yum install docker3、启动docker [root@localhost ~]# systemctl start docker4、查看docker版本 [root@localhost ~]# dock 阅读全文
posted @ 2020-10-12 20:37 宇枫 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 1.面向对象编程 契约接口:Aware、BeanPostProcessor.. 设计模式:观察者模式、组合模式、模板模式.. 对象继承:Abstract*类 2.函数驱动 函数接口:ApplicationEventPublisher Reactive:Spring WebFlux 3.模块驱动 Ma 阅读全文
posted @ 2020-10-12 12:19 宇枫 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 目录结构如下: 一、创建maven工程 父工程pom: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/200 阅读全文
posted @ 2020-09-28 19:41 宇枫 阅读(393) 评论(0) 推荐(0) 编辑
摘要: 完整错误: Current application will subscribe all services(size:9) in registry, a lot of memory and CPU cycles may be used, thus it's strongly recommend yo 阅读全文
posted @ 2020-09-27 17:52 宇枫 阅读(9534) 评论(0) 推荐(0) 编辑
摘要: DUBBO] Fail to connect to HeaderExchangeClient [channel=org.apache.dubbo.remoting.transport.netty4.NettyClient [/10.10.10.81:64327 -> /10.10.10.81:208 阅读全文
posted @ 2020-09-27 00:55 宇枫 阅读(13778) 评论(4) 推荐(1) 编辑
摘要: 新生代收集器:Serial、ParNew、Parallel scavenge; ·新生代收集器:系列、ParNew、并行清除; 老年代收集器:Serial old、Paralle1 old、CMS; ·老年代收集器:Serial old、Paralle1 old、CMS; 整堆收集器:G1: 整堆收 阅读全文
posted @ 2020-09-24 20:29 宇枫 阅读(269) 评论(0) 推荐(1) 编辑
摘要: ctrl+shift+t 点击add maven project 阅读全文
posted @ 2020-09-22 10:15 宇枫 阅读(12100) 评论(0) 推荐(0) 编辑