如端口5555被占用1.先查看哪些进程号占用该端口netstat -ano|findstr "5555"2.根据id查进程,tasklist|findstr "13064"
.
如端口5555被占用
1.先查看哪些进程号占用该端口
netstat -ano|findstr "5555"
2.根据id查进程,
tasklist|findstr "13064"
如端口5555被占用1.先查看哪些进程号占用该端口netstat -ano|findstr "5555"2.根据id查进程,tasklist|findstr "13064"
.
如端口5555被占用
1.先查看哪些进程号占用该端口
netstat -ano|findstr "5555"
2.根据id查进程,
tasklist|findstr "13064"