摘要: package com.yh.thread; import java.util.Timer; public class TimeTest01 { public static void main(String[] args) { Timer t=new Timer(); t.schedule(new 阅读全文
posted @ 2019-12-22 17:03 动起来mygod 阅读(110) 评论(0) 推荐(0)
摘要: package com.yh.thread; public class RunnableTest { public static void main(String[] args) { Runnable r1=new ThreadRunnable1(); Runnable r2=new ThreadR 阅读全文
posted @ 2019-12-22 11:43 动起来mygod 阅读(92) 评论(0) 推荐(0)
摘要: package com.yh.day02.arrays; import java.io.File;import java.io.FileInputStream;import java.io.FileNotFoundException;import java.io.FileOutputStream;i 阅读全文
posted @ 2019-12-22 11:23 动起来mygod 阅读(246) 评论(0) 推荐(0)
摘要: package com.yh.day02.arrays; import java.io.File; public class ListTest01 { public static void main(String[] args) { File file=new File("E:/upload/tes 阅读全文
posted @ 2019-12-22 10:44 动起来mygod 阅读(130) 评论(0) 推荐(0)