2017年11月30日

《精通Spring4.X企业应用开发实战》读后感第四章(BeanFactory和ApllicationContext)

摘要: 阅读全文

posted @ 2017-11-30 22:45 Michael2397 阅读(187) 评论(0) 推荐(0) 编辑

《精通Spring4.X企业应用开发实战》读后感第四章(资源访问)

摘要: package com.smart.resource; import org.springframework.core.io.ClassPathResource; import org.springframework.core.io.PathResource; import org.springframework.core.io.Resource; import org.s... 阅读全文

posted @ 2017-11-30 21:24 Michael2397 阅读(768) 评论(1) 推荐(0) 编辑

《精通Spring4.X企业应用开发实战》读后感第四章(Java反射)

摘要: package com.smart.reflect; public class Car { private String brand; private String color; private int maxSpeed; //默认构造函数 public Car(){} //带参构造函数 public Car(String br... 阅读全文

posted @ 2017-11-30 16:21 Michael2397 阅读(288) 评论(0) 推荐(0) 编辑

《精通Spring4.X企业应用开发实战》读后感第四章

摘要: 阅读全文

posted @ 2017-11-30 02:14 Michael2397 阅读(136) 评论(0) 推荐(0) 编辑

导航