首先 打netstat -aon|findstr "端口号" 来查询具体占用端口号的程序
如:netstat -aon|findstr "8080"
再用tasklist|findstr "占用端口任务id" 来查询具体任务的名字