首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 其他相关 >

utp/tcp通信过程中的有关问题

2013-10-27 
utp/tcp通信过程中的问题通信过程中涉及到的端口问题:Unrecognized Windows Sockets error: 0: JVM_BindUn

utp/tcp通信过程中的问题
通信过程中涉及到的端口问题:
Unrecognized Windows Sockets error: 0: JVM_Bind
Unrecognized Windows Sockets error: 0: Cannot Bind

是端口被占用引起的。
使用
netstat -aon  -p udp -b | findstr 8080
命令查看端口占用进程情况

热点排行