2019年7月22日
摘要: package cn.itcast.demo16.Demo07.Runnable;/** * @author newcityman * @date 2019/7/22 - 23:17 */public class RunnableImpl implements Runnable { @Overrid 阅读全文
posted @ 2019-07-22 23:38 小猪_佩奇 阅读(1891) 评论(0) 推荐(0) 编辑
摘要: package cn.itcast.demo16.demo06.Thread;/** * @author newcityman * @date 2019/7/22 - 21:47 */public class MyThread extends Thread{ public void run() { 阅读全文
posted @ 2019-07-22 22:45 小猪_佩奇 阅读(496) 评论(0) 推荐(0) 编辑