windows command line command to close the port occupancy

// close the port occupation command
EG:
1. netstat -nao | findstr "8080" query port occupied by PID 8080 program
2. taskkill / pid 3017 / F close to the process pid 3017

Guess you like

Origin www.cnblogs.com/yangchensheng/p/11995229.html