打开cmd>>powershell>>netstat -aon|findstr :80|findstr LISTEN
netstat -aon|findstr :443|findstr LISTEN
可以通过任务管理器的详细信息查到443被steamcommunity占据
而80端口:
因为之前弄网站,电脑下载了IIS,并且新建了几个网站,绑定的端口都是80
解决方法:
打开了IIS,改变了网站的绑定端口为8888
参考文章:
打开cmd>>powershell>>netstat -aon|findstr :80|findstr LISTEN
netstat -aon|findstr :443|findstr LISTEN
可以通过任务管理器的详细信息查到443被steamcommunity占据
而80端口:
因为之前弄网站,电脑下载了IIS,并且新建了几个网站,绑定的端口都是80
解决方法:
打开了IIS,改变了网站的绑定端口为8888
参考文章: