摘要: When I start the Resin server it says What is this hmux? Is this a service or just resin use it for itself? This is a sample of Resin output: Hmux por 阅读全文
posted @ 2016-04-28 13:53 雨花梦 阅读(437) 评论(0) 推荐(0)
摘要: import java.io.File; public class Test { public static void main(String args[]){ Test t = new Test(); delFolder("c:/bb"); System.out.println("deleted"); } //删除文件夹 //param folderPath 文件夹完整绝对路径 public... 阅读全文
posted @ 2016-04-28 13:22 雨花梦 阅读(2163) 评论(0) 推荐(0)