查看被占用的端口的方法:
例如:
查看占用80端口的进程,使用命令:netstat -aon|findstr "80"
解除被占用的端口的方法:
解除占用80端口的进程,使用命令:tasklist |findstr "80"