摘要:
1 int i = 4; 2 int j = 5;3 Preconditions.checkArgument(i>j,"i should bigger than j, but i is %s and j is %s",i,j);Exception i... 阅读全文
posted @ 2015-08-11 16:48
_Doraemon
阅读(423)
评论(0)
推荐(0)
摘要:
Guava 在Google code 上地址:https://code.google.com/p/guava-libraries/首先为什么要学习这个库,在实习的时候看大神的代码很简洁,很多地方将一些琐碎凌乱的代码轻松解决,所以抱着试试看的心态搞搞吧。第一部分:basic utilitiesnull... 阅读全文
posted @ 2015-08-11 16:22
_Doraemon
阅读(319)
评论(0)
推荐(0)