一、先cmd,使用netstat -ano | findStr 8081查找占用PID
二、使用tasklist | findStr 9172 发现占用软件为java.exe
三、给cmd管理员权限,然后使用wmic process where processid=9172 get commandline
很长一段字符中,找到“罪魁祸首”nexus
四、运行services.msc打开服务,找到nexus服务手动停止
五、再次运行查找8081,已无占用
一、先cmd,使用netstat -ano | findStr 8081查找占用PID
二、使用tasklist | findStr 9172 发现占用软件为java.exe
三、给cmd管理员权限,然后使用wmic process where processid=9172 get commandline
很长一段字符中,找到“罪魁祸首”nexus
四、运行services.msc打开服务,找到nexus服务手动停止
五、再次运行查找8081,已无占用