cmd命令

查看端口占用情况:
netstat -ano | findstr 5000
根据进程号杀死进程:
taskkill /pid XXXXX /f (XXXXX的地方用进程号替换)
查找应用:
where python

posted @ 2023-03-24 15:05  夏天的尾巴%  阅读(8)  评论(0编辑  收藏  举报