Check if the port number is occupied

#查看端口号占用信息:
netstat -aon|findstr "3000"

#通过PID查看占用此端口的程序:
tasklist|findstr "13588"

#在任务管理器中找到此进程结束即可!

#结束此程序的所有进程
taskkill /f /t /im atom.exe


 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325963336&siteId=291194637