socket通信的问题
心的炙焰 2015-07-21 05:26:33 服务端的问题:
简述如下,
使用jar的发布包直接通过命令运行,可以连接到客户端的请求
>>>netstat -ano|findstr “8001”
TCP 0.0.0.0:8001 0.0.0.0:0 9584
TCP [ : : ]:8001 [ : : ]:0 9584
>>>tasklist -ano|findstr “9584”
java.exe 9584Console 1 188,792 K
使用eclipse启动结果就连接不到客户端了,下面是启动eclipse的cmd
>>>netstat -ano|findstr “8001”
TCP 0.0.0.0:8001 0.0.0.0:0 2668
TCP [ : : ]:8001 [ : : ]:0 2668
>>>tasklist -ano|findstr “2668”
javaw.exe 2668 Console 1 428,204 K