2010年10月18日星期一

Test

    
public static void main(String[] args) throws TException, IOException {
for (int i = 0; i < 1; ++i) {
Thread thread = new ClientThread();
thread.start();
}
}

0 条评论:

发表评论

订阅 博文评论 [Atom]

<< 主页