如端口5555被占用
1.先查看哪些进程号占用该端口
netstat -ano|findstr "5555"
2.根据id查进程,
tasklist|findstr "13064"
转载于:https://blog.51cto.com/andyma/1703984
如端口5555被占用
1.先查看哪些进程号占用该端口
netstat -ano|findstr "5555"
2.根据id查进程,
tasklist|findstr "13064"
转载于:https://blog.51cto.com/andyma/1703984