摘要: http://developer.51cto.com/art/201203/321042.htm Thread(Runnable target) Allocates a new Thread object. 在java中可有两种方式实现多线程,一种是继承Thread类,一种是实现Runnable接口 阅读全文
posted @ 2016-02-18 01:00 ziranxixi 阅读(246) 评论(0) 推荐(0)