摘要: 多线程的服务器程序 线程中等待客户端的消息 我的代码能实现服务器与客户端的通信 问题是: 当客户端中断或退出 以上代码却不能判断Socket中断 跳不出while的无限循环 解决方法: 1. while(Binput.read()!= -1) 这种方法 能判断出客户端输入是否为空 客户端断开 能跳出 阅读全文
posted @ 2018-04-06 09:49 zhaocundang 阅读(2670) 评论(0) 推荐(0) 编辑
摘要: 项目中借鉴了以下资料: https://www.cnblogs.com/whenever/p/5526420.html https://www.cnblogs.com/jpwz/p/5715852.html https://www.cnblogs.com/sddychj/p/6102192.html 阅读全文
posted @ 2018-04-06 00:10 zhaocundang 阅读(917) 评论(0) 推荐(0) 编辑