11 2019 档案
摘要:方式一:在一个类中,鼠标右键: 结果如下图所示: 方式2:在一个类中 结果如图:
阅读全文
摘要:@Value注解:可以使用注入基本字符串 EL表达式,从配置文件读取数据@PropertySource用于引入单个配置文件 @PropertySources用于引入多个配置文件 @PropertySource或者@PropertySources引入的数据都是存在环境变量ConfigurableEnv
阅读全文
摘要:1.通过@Bean(initMethod ="initPerson",destroyMethod ="destroyPerson" ) public class Person { public Person() { System.out.println("Person 初始化............
阅读全文
摘要:环境搭建: 新建一个maven项目,引入依赖 <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>4.3.7.RELEASE</version> </
阅读全文
摘要:1.https://blog.csdn.net/qq_35571554/article/details/82759668 B+树原理漫画讲解2.https://blog.csdn.net/moakun/article/details/79927830 B-树原理漫画讲解 3..http://cron
阅读全文