摘要:
1、成员内部类,在已有的类的内部声明类,也成为嵌套类,如果使用了static就变成顶级类,否则就是成员的作用域一样,内部类不能有静态成员,内部类可以使用外部的成员 public class Person1 { public int Age; class Say{ public void SayHel 阅读全文
摘要:
一、org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'redisStreamMessageListenerContainer' defined in class path r 阅读全文
摘要:
2021版本开始出现Command line is too long. Shorten command line for ServiceStarter or also for Application default configuration. 需要在project下面的.Ideal文件夹下面找到w 阅读全文