摘要:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title> New Document </title> <me 阅读全文
摘要:
一.多线程的两种方法(第一继承Thread,第二实现Runnable接口)继承Threadpublic class hello extends Thread { public void run() { for (int i = 0; i < 10; i++) { if (count > 0) { S 阅读全文