摘要:
import java.util.*;import java.io.*;import java.net.*;//线程池类,创建处于使用中和空闲中的进程队列class ThreadPool{ private Vector freeThreads = new Vector(); private Vector inUseThreads = new Vector();//Ve... 阅读全文
posted @ 2005-08-18 11:20
oisiv
阅读(535)
评论(0)
推荐(0)

浙公网安备 33010602011771号