Microsoft Windows [版本 10.0.18363.418]
(c) 2019 Microsoft Corporation。保留所有权利。

C:\Users\Administrator>netstat -ano|findstr 8081
  TCP    0.0.0.0:8081           0.0.0.0:0              LISTENING       17928
  TCP    [::]:8081              [::]:0                 LISTENING       17928

C:\Users\Administrator>taskkill /f /pid 17928
成功: 已终止 PID 为 17928 的进程。

相关文章:

  • 2022-12-23
  • 2022-01-20
  • 2022-12-23
  • 2021-07-11
  • 2022-02-24
  • 2021-11-04
  • 2021-07-14
猜你喜欢
  • 2021-11-14
  • 2022-12-23
  • 2021-08-06
  • 2022-12-23
  • 2021-09-05
相关资源
相似解决方案