05 2016 档案

摘要:bean 是Spring 中最核心的东西,因为Spring就像是个大水桶,而bean就像是容器中的水,水桶脱离了水便也没什么用处了。 一、核心类: 1.DefaultListableBeanFactory XmlBeanFactory 继承自 DefaultListableBeanFactory , 阅读全文
posted @ 2016-05-29 23:55 张-晓 阅读(429) 评论(0) 推荐(0)
摘要:首先引用两篇其他作者的文章:1.http://www.infoq.com/cn/articles/ftf-java-volatile 2.http://blog.csdn.net/hupitao/article/details/45227891 “volatile关键字能保证每个线程能读到最新的变量 阅读全文
posted @ 2016-05-14 00:35 张-晓 阅读(782) 评论(0) 推荐(0)