netstat -aon|findstr 1099 找出占用1099端口的进程

然后关闭占用该端口的进程:taskkill -f -pid 3756(进程id)

相关文章:

  • 2022-01-17
  • 2021-12-04
  • 2021-11-13
  • 2021-11-03
  • 2021-11-27
  • 2021-11-15
猜你喜欢
  • 2021-12-14
  • 2021-11-30
  • 2022-01-10
  • 2021-11-01
相关资源
相似解决方案