摘要: 1. 多线程的使用。 1). 实现一个类,继承Runnable接口,实现接口的run方法。 class MyRunnable implements Runnable{ public void run() { ... }} 2). 创建一个Runnable对象Runn... 阅读全文
posted @ 2014-11-15 21:27 Lothduin 阅读(155) 评论(0) 推荐(0) 编辑