查看所有进程: tasklist

查看某一个进程: tasklist | findstr python

杀死进程:taskkill /F /PID python.exe

 

查看端口占用情况:netstat -ano 

查看某个端口占用情况:netstat -ano |  findstr 3306

 

相关文章:

  • 2022-02-05
  • 2021-12-31
  • 2021-08-16
  • 2021-07-03
猜你喜欢
  • 2022-03-04
  • 2022-12-23
  • 2021-11-26
  • 2021-12-24
  • 2021-11-04
  • 2021-08-07
相关资源
相似解决方案