随笔分类 -  other

摘要:可以获得在 debug configration 里面配置的参数, 比如: -Dhttp.proxyPort=9095 可以通过System.getProperty("http.proxyPort"))获得。 String s= "AAA%sBBB"; String s1= String.forma 阅读全文
posted @ 2016-08-08 14:00 smile_0120 阅读(171) 评论(0) 推荐(0)