Check whether the port number is occupied and delete it

1. Open CMD , enter netstat -nao | findstr (project backend port, mine is 7777)

It is found that port 7777 is still running, and the process with PID 15600 is also running.
2. Open the task manager, find this process, and end it

 

Guess you like

Origin blog.csdn.net/weixin_43167662/article/details/130055011