2015年9月8日
摘要: public class DSOOperation { public static void main(String[] args) { Runtime run=Runtime.getRuntime(); try { //cmd /c 下面这句就是删除文件 run.exec("cmd /... 阅读全文
posted @ 2015-09-08 11:55 XZhe 阅读(422) 评论(0) 推荐(0) 编辑
摘要: importjava.io.*;publicclassListFiles{privatestaticStrings="";privatestaticBufferedReaderin=newBufferedReader(newInputStreamReader(System.in));publicst... 阅读全文
posted @ 2015-09-08 10:36 XZhe 阅读(445) 评论(0) 推荐(0) 编辑