11 2019 档案

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

点击右上角即可分享
微信分享提示