摘要: public class DownloadMusic { private static int count = 1; public static void main(String[] args) throws Exception { while(count < 16){ String path... 阅读全文
posted @ 2019-02-19 22:44 黑魔法os 阅读(1959) 评论(0) 推荐(0) 编辑
摘要: import java.util.Date; import java.util.Timer; import java.util.TimerTask; public class TimerTest { public static void main(String[] args) { Timer timer = new Timer(); // 5s后执... 阅读全文
posted @ 2019-02-19 22:17 黑魔法os 阅读(185) 评论(0) 推荐(0) 编辑