上一页 1 ··· 188 189 190 191 192 193 194 195 196 ··· 234 下一页
摘要: 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 一天不进步,就是退步 阅读(2722) 评论(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 一天不进步,就是退步 阅读(2632) 评论(0) 推荐(0)
摘要: 1. ArrayList概述: ArrayList是List接口的可变数组的实现。实现了所有可选列表操作,并允许包括 null 在内的所有元素。除了实现 List 接口外,此类还提供一些方法来操作内部用来存储列表的数组的大小。 每个ArrayList实例都有一个容量,该容量是指用来存储列表元素的数组... 阅读全文
posted @ 2014-05-19 17:21 一天不进步,就是退步 阅读(257) 评论(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 一天不进步,就是退步 阅读(372) 评论(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 一天不进步,就是退步 阅读(315) 评论(0) 推荐(0)
摘要: 来源:http://xinklabi.iteye.com/blog/837435Java在运行已编译完成的类时,是通过java虚拟机来装载和执行的,java虚拟机通过操作系统命令JAVA_HOME\bin\java –option 来启动,-option为虚拟机参数,JAVA_HOME为JDK安装路... 阅读全文
posted @ 2014-05-15 17:31 一天不进步,就是退步 阅读(869) 评论(0) 推荐(0)
摘要: xml属性必须用引号“”,不能缺少。 阅读全文
posted @ 2014-05-15 16:37 一天不进步,就是退步 阅读(718) 评论(0) 推荐(0)
摘要: I ran into this error the first time I restarted Weblogic on one of my installs, the only reference that I was able to find is the error description b... 阅读全文
posted @ 2014-05-15 16:36 一天不进步,就是退步 阅读(19226) 评论(0) 推荐(0)
摘要: This post is covering one of the Java built-in concepts calledFinalizer. This concept is actually both well-hidden and well-known, depending whether y... 阅读全文
posted @ 2014-05-14 11:02 一天不进步,就是退步 阅读(860) 评论(0) 推荐(0)
摘要: Stringis an immutable class in Java. An immutable class is simply a class whose instances cannot be modified. All information in an instance is initia... 阅读全文
posted @ 2014-05-14 10:43 一天不进步,就是退步 阅读(402) 评论(0) 推荐(0)
上一页 1 ··· 188 189 190 191 192 193 194 195 196 ··· 234 下一页