Veja o uso da porta mac/windows/linux

Este artigo registra principalmente a ocupação de portas dos três sistemas de mac/windows/linux

Mac

lsof -i tcp:15740

kill <端口号>

Linux

lsof -i tcp:15740

kill -9 <端口号>
netstat -tunlp | grep 端口号
netstat -tunlp | grep 15740

kill -9 <端口号>

janelas

netstat -ano
netstat -aon|findstr "15740"

taskkill /T /F /PID <端口号>

Acho que você gosta

Origin blog.csdn.net/Orange_hhh/article/details/128183892
Recomendado
Clasificación