摘要: public static void main(String[] args) { String str="&emailCheckURL=447&useremail=vip@cxais.com&porm=p"; String[] splitURL=str.split... 阅读全文
posted @ 2015-09-23 16:10 阿尔法钻石狗 阅读(1204) 评论(0) 推荐(0)
摘要: import java.io.FileInputStream;import java.io.FileOutputStream;import java.io.InputStream;import java.io.OutputStream;import java.security.Key;import ... 阅读全文
posted @ 2015-09-23 16:07 阿尔法钻石狗 阅读(2465) 评论(0) 推荐(0)
摘要: public static String getProperty(String key){ InputStream in = PropertiesUtils.class.getResourceAsStream("/conf.properties"); Proper... 阅读全文
posted @ 2015-09-23 16:06 阿尔法钻石狗 阅读(1407) 评论(0) 推荐(0)