上一页 1 2 3 4 5 6 ··· 11 下一页
摘要: 假设svn仓库在 /opt/svn/repossvnserve -d -r /opt/svn/repos如果需要指定端口号需要在后面加上--listen-port 端口号,默认端口是3690 阅读全文
posted @ 2015-12-14 20:47 sflik 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 阿里云ECS(centos)更换jdk版本,需要重启才生效 阅读全文
posted @ 2015-11-21 19:07 sflik 阅读(413) 评论(0) 推荐(0) 编辑
摘要: pom模板 4.0.0 com.xxx.yyy Test 1.0 POM was created by Sonatype Nexus 阅读全文
posted @ 2015-10-27 16:16 sflik 阅读(367) 评论(0) 推荐(0) 编辑
摘要: org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.util.ConcurrentModificationException at org.s... 阅读全文
posted @ 2015-10-13 15:12 sflik 阅读(1058) 评论(0) 推荐(0) 编辑
摘要: BigDecimal bd1 = new BigDecimal(668); BigDecimal bd2 = new BigDecimal(300); BigDecimal bd3 = new BigDecimal(115.5); Listlist ... 阅读全文
posted @ 2015-10-11 17:18 sflik 阅读(974) 评论(0) 推荐(0) 编辑
摘要: 所需jar包:public class User { private int id; private String name; public User(){ } public User(int id, String name) { supe... 阅读全文
posted @ 2015-10-11 17:09 sflik 阅读(578) 评论(0) 推荐(0) 编辑
摘要: String s1 = new String("abc");String s2 = "abc";//有区别吗?有区别,s1在建立过程中,有两个对象,s1一个,"abc"一个。s2就"abc"一个 阅读全文
posted @ 2015-10-04 12:25 sflik 阅读(280) 评论(0) 推荐(0) 编辑
摘要: public class Goods { private String name; private int type; private Double price; public Goods(){ } public Goods(Str... 阅读全文
posted @ 2015-09-29 22:40 sflik 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-09-24 14:56 sflik 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 假设在src根目录下有一个名为abc.properties的配置文件public class Demo { public static void main(String[] args) { ResourceBundle rb = ResourceBundle.getBundle(... 阅读全文
posted @ 2015-09-24 14:42 sflik 阅读(220) 评论(1) 推荐(1) 编辑
上一页 1 2 3 4 5 6 ··· 11 下一页