摘要: public static void main(String[] args) throws NoSuchAlgorithmException { String systemcode = "xxx"; //密钥 String password = "enasddsa"+systemcode; Mess 阅读全文
posted @ 2016-06-08 10:29 N神3 阅读(215) 评论(0) 推荐(0)
摘要: //递归找出文件夹里面所有文件 public static void main(String[] args) { File f=new File("c://123"); findFile(f); } public static void findFile(File f){ File[] str=f. 阅读全文
posted @ 2016-06-08 09:07 N神3 阅读(274) 评论(0) 推荐(0)