上一页 1 2 3 4 5 6 7 8 9 ··· 23 下一页
  2020年6月13日
摘要: K8S: pod pod 的中文翻译是豆荚,里面可以有多颗豆子。 pod 里面可以有多个 docker container pod 是一组 container,pod 里面的 container 是共享网络栈和存储卷等资源,是一个整体 nodeIP:nodePort 可以被外网访问(k8s 之外的网 阅读全文
posted @ 2020-06-13 11:21 快鸟 阅读(163) 评论(0) 推荐(0) 编辑
  2020年5月27日
摘要: (jvisualvm.exe) 可以打开 visual vm,然后在 工具 --> 插件 --> 可用插件里面下载 (有时刷不出来,将设置代理点一下,点击不设置代理,再刷一下) 实在不行,就只能拿这个出错的链接自己想办法去下载了。下载了之后:工具 --> 插件 --> 已下载 进行离线安装 安装后效 阅读全文
posted @ 2020-05-27 17:57 快鸟 阅读(977) 评论(0) 推荐(0) 编辑
  2020年4月27日
摘要: 1. 连接 ZK server ① 可以通过官方提供的 zkInspector 来连接。② 可以通过官网下载的 zookeeper-xx.tar.gz 包中的 zkCli.cmd 来连接 (对界面没有要求的话,这种方式还是不错的) zkCli.cmd -timeout 5000 -r -server 阅读全文
posted @ 2020-04-27 17:08 快鸟 阅读(1029) 评论(0) 推荐(0) 编辑
  2020年4月16日
摘要: (SpringBoot 版本:2.2.2.RELEASE) 可以说 @Configuration 是 SpringBoot 配置的基石,自然 @Configuration 类的处理是很有必要研究的。 @Configuration 类的处理是由 ConfigurationClassPostProces 阅读全文
posted @ 2020-04-16 21:42 快鸟 阅读(2396) 评论(0) 推荐(0) 编辑
  2020年4月10日
摘要: 这里列出一些发布过程中的注意点: 0. 项目的 pom 需要根据Sonatype OSSRH的要求进行整改 以下信息都必须配置: Supply Javadoc and Sources Sign Files with GPG/PGP Sufficient Metadata Correct Coordi 阅读全文
posted @ 2020-04-10 11:30 快鸟 阅读(570) 评论(0) 推荐(0) 编辑
  2020年3月23日
摘要: maven 传递依赖机制 http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html 当遇到多个版本作为依赖关系时,maven 将选择哪个版本作为真正的依赖呢? Maven选择了“最近的定 阅读全文
posted @ 2020-03-23 10:28 快鸟 阅读(251) 评论(0) 推荐(0) 编辑
  2020年3月7日
摘要: (version: SpringBoot 2.2.2.RELEASE) 加载 @Configration 类,或者 @Configuration 类里面的 beanMethod 时,通常会用到条件加载,即:@CondtionalOnXxx 1. org.springframework.context 阅读全文
posted @ 2020-03-07 00:05 快鸟 阅读(2591) 评论(0) 推荐(1) 编辑
  2020年3月6日
摘要: (version: SpringBoot 2.2.2.RELEASE) SpringBoot 会对 spring.factories 中的 @Configuration 类进行排序。注意:只是对所有 spring.factories 中的 @Configuratin 类排序(也就是通常使用的 sta 阅读全文
posted @ 2020-03-06 23:46 快鸟 阅读(4314) 评论(0) 推荐(0) 编辑
  2020年3月2日
摘要: 阅读全文
posted @ 2020-03-02 17:34 快鸟 阅读(492) 评论(0) 推荐(0) 编辑
  2020年2月28日
摘要: 1. 下载官方 demo 代码(暴出的漏洞是 http 协议的,故使用 http 的 demo 来重现)https://github.com/apache/dubbo-samples/tree/master/java/dubbo-samples-http dubbo 版本改成 2.7.5 之前的版本 阅读全文
posted @ 2020-02-28 11:05 快鸟 阅读(4582) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 23 下一页