System.getProperty

可以获得在 debug configration 里面配置的参数, 比如:

-Dhttp.proxyPort=9095

可以通过System.getProperty("http.proxyPort"))获得。

 

 

String s= "AAA%sBBB";
String s1= String.format(s, "hi");
System.out.println(url);//AAAhisBBB

 

StringUtils.isEmpty(Str)

String[] srray =sList.split(",");

 

posted @ 2016-08-08 14:00  smile_0120  阅读(153)  评论(0编辑  收藏  举报