面经 | 记21年3月一次java面试经历
- 2021-07-08
- 111
- 0
- 35.1℃
1.笔试题 Integer intger = new Integer(100)和String str = new String(”ABC”)分别会创建多少个对象。 解析 // 一个
Integer intger = new Intger(100)
// 是2个,"abc"创建在常量池,new St
后端 | SpringBoot整合Dubbo基于Nacos2
- 2021-07-08
- 617
- 0
- 85.7℃
1.前言 这是一个基于SpringBoot整合Apache Dubbo+Nacos的极简教程,笔者使用到的技术及版本如下: SpringBoot 2.4.5 Dubbo 2.7.11 Nacos 2.0.1(自行安装) Dubbo官网:https://dubbo.apache.org/zh/ Nac