摘要: System.out.println("加载配置文件,获取Spring容器:开始"); //加载配置文件,,获取spring容器 AbstractApplicationContext ac =new ClassPathXmlApplicationContext("applicationContext.xml"); System.out.println("加载配置文... 阅读全文
posted @ 2018-03-27 19:55 爱吃醋的工程师 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 1、ArrayList和LinkedList可想从名字分析,它们一个是Array(动态数组)的数据结构,一个是Link(链表)的数据结构,此外,它们两个都是对List接口的实现。 前者是数组队列,相当于动态数组;后者为双向链表结构,也可当作堆栈、队列、双端队列 2、当随机访问List时(get和se 阅读全文
posted @ 2018-03-27 16:31 爱吃醋的工程师 阅读(145) 评论(0) 推荐(0) 编辑
摘要: beanFactory: Applicetion 阅读全文
posted @ 2018-03-27 09:44 爱吃醋的工程师 阅读(176) 评论(0) 推荐(0) 编辑