摘要: 多线程的一个接口和一个类 //Runnable接口: @FunctionalInterface public interface Runnable { public abstract void run(); } //Thread类,它其实也是实现了Runnable接口 public class Th 阅读全文
posted @ 2020-03-11 15:54 昕友软件开发 阅读(403) 评论(0) 推荐(0) 编辑
欢迎访问我的开源项目:xyIM企业即时通讯