1.查看特定端口的使用情况:以80端口为例,输入命令 netstat -aon|findstr "80"
2.根据PID号找到对应的程序:以PID是6776为例,输入命令tasklist|findstr "6776"