微信扫一扫
查询被占用端口使用情况
netstat -ano|findstr "9008"
杀死使用端口进程
接着输入命令:taskkill /f /pid xxx注意:xxx是该进程的ID
end.
相关推荐