zhaow

查找端口占用情况:netstat -ano|findstr 4848

查看使用指定端口的应用程序:tasklist|findstr xxxx,xxxx指的是pid

结束指定进程:taskkill /pid xxxx -t -f,xxxx指的是pid
或者:taskkill /f /t /im QQ.exe


分类:

技术点:

相关文章:

  • 2021-09-20
  • 2021-11-20
猜你喜欢
  • 2021-11-20
  • 2021-11-20
  • 2021-10-10
  • 2021-11-20
  • 2021-04-06
  • 2021-09-10
相关资源
相似解决方案