/c就是个数:

netstat -ant|find  /I "192.168.1.1"
netstat -na -p tcp| findstr 80 | find  "ESTABLISH"
netstat -an -p tcp | find "127.0.0.1" | find  "2112"
netstat -an |find  ":80"  

相关文章:

  • 2022-12-23
  • 2021-11-23
  • 2022-12-23
  • 2021-05-25
  • 2022-12-23
  • 2021-06-27
  • 2021-12-30
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-26
  • 2022-12-23
  • 2021-12-22
  • 2022-12-23
  • 2022-12-23
  • 2021-10-18
相关资源
相似解决方案