摘要: Collections 的sort方法使用的是合并排序算法,使用时注意list中的元素需要实现Comparable接口。这里有个简单的例子:1publicintcompareTo(Objectobj){[代码]下面是源码:[代码] 阅读全文
posted @ 2010-10-01 22:19 kelin1314 阅读(1802) 评论(0) 推荐(0) 编辑
摘要: 1方法(web.xml)<web-app> <context-param> <param-name>contextConfigLocation</param-name> <param-value>/WEB-INF/applicationContext-*.xml</param-value> </context-param><listener> <listener-class>org.springframework.web.context.ContextLoaderListener< 阅读全文
posted @ 2010-10-01 21:49 kelin1314 阅读(323) 评论(0) 推荐(0) 编辑