查看端口占用情况

1、 win + R => “cmd” 打开命令窗口

2、查看所有被占用的端口: netstat -anon

3、查找占用端口的进程: netstat -anon | findstr "10001"