列出所有端口的情况,输入命令:netstat -ano 查看被占用端口对应的PID,输入命令:netstat -aon|findstr "8080" 查看进程的pid是哪个应用程序,tasklist|findstr "2720"