常用命令查找端口占用解除80端口占用查看进程执行时的一些信息 常用命令 查找端口占用netstat -ano|findstr 80 解除80端口占用如果此时查出来是pid=4的系统进程占用,那么需要关闭掉对应的iis服务。 查看进程执行时的一些信息wmic process where name=”java.exe” get processid,executablepath,commandLine,name