常见问题:https://www.cnblogs.com/dotnetcrazy/p/9192089.html

netstat -ano|findstr 8080

Win下端口占用问题:OSError: [WinError 10013] 以一种访问权限不允许的方式做了一个访问套接字的尝试

如果不计较端口,换个即可

也可以查找一下是哪个进程,然后结束进程:

netstat |findstr 8080

taskkill /pid 8080

 

相关文章:

  • 2021-09-19
  • 2021-09-01
  • 2021-06-21
  • 2021-09-07
  • 2021-12-22
  • 2021-07-14
  • 2021-08-05
猜你喜欢
  • 2022-01-03
  • 2022-12-23
  • 2021-05-22
  • 2022-12-23
相关资源
相似解决方案