摘要:
目前这个是服务端主程序大致的结构以后可能进一步修改 使用连接池代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1privateboolrunning=false;2privateIPAddressserverIP;3privateTcpListenerlistener;4privateThreadWaitTread;//监听客户线程响应多个客户端的连接请求等待客户端登陆5privateTcpClientremoteClient;//远程连接6p 阅读全文