摘要: What is Build Profile?ABuild profileis a set of configuration values which can be used to set or override default values of Maven build. Using a build... 阅读全文
posted @ 2014-05-19 17:53 一天不进步,就是退步 阅读(2668) 评论(0) 推荐(0) 编辑
摘要: 有的jar通过pom配置文件不能下载,比如oracle的jdbc连接jar就是,这个时候需要通过mvn的安装命令进行手动安装jar。命令是:mvn install:install-file -Dfile=C:\软件\sqldeveloper\jdbc\lib\ojdbc6.jar -DgroupId... 阅读全文
posted @ 2014-05-19 17:43 一天不进步,就是退步 阅读(2592) 评论(0) 推荐(0) 编辑
摘要: 1. ArrayList概述: ArrayList是List接口的可变数组的实现。实现了所有可选列表操作,并允许包括 null 在内的所有元素。除了实现 List 接口外,此类还提供一些方法来操作内部用来存储列表的数组的大小。 每个ArrayList实例都有一个容量,该容量是指用来存储列表元素的数组... 阅读全文
posted @ 2014-05-19 17:21 一天不进步,就是退步 阅读(221) 评论(0) 推荐(0) 编辑
摘要: This list summarizes the top 10 mistakes that Java developers frequently make.#1. Convert Array to ArrayListTo convert an array to anArrayList, develo... 阅读全文
posted @ 2014-05-19 16:33 一天不进步,就是退步 阅读(320) 评论(0) 推荐(0) 编辑
摘要: reference from:http://www.programcreek.com/2013/09/top-10-questions-for-java-collections/The following are the most popular questions of Java collecti... 阅读全文
posted @ 2014-05-19 16:31 一天不进步,就是退步 阅读(295) 评论(0) 推荐(0) 编辑