netstat -ano |findstr "8099"   //window查看端口占用
taskkill /pid 54828
taskkill /F /pid
54828 //强制中止

 

 转载请注明博客出处:http://www.cnblogs.com/cjh-notes/

相关文章:

  • 2021-05-15
  • 2021-07-24
  • 2022-12-23
  • 2022-12-23
  • 2021-07-27
  • 2021-11-14
  • 2021-10-11
  • 2022-02-16
猜你喜欢
  • 2022-12-23
  • 2022-02-07
  • 2022-12-23
  • 2022-12-23
  • 2021-05-16
  • 2021-07-25
相关资源
相似解决方案