zoukankan
html css js c++ java
nginx启动失败/报错(bind() to 0.0.0.0:80 failed (10013: An attempt was made to access a socket...permissions) nginx启动失败
出现这个问题是因为80端口被占用了
1、cmd输入命令netstat -aon|findstr “80”
2.、查看80端口 16356对应的任务
输入命令 tasklist
|
findstr "
16356
"
3、结束掉16356的任务
4、启动nginx
浏览器输入localhost
查看全文
相关阅读:
Mac上使用Charles抓取https
使用react-navigation 报错isMounted
create-react-app创建出来项目,如何设置CSS模块化?
Markdown 常用语法整理
Git安装和使用
页面重定向跳转
AntDesign 踩坑大全
js实现数组、对象深度克隆的两种办法
wamp中mysql安装时能启动,重启后无法启动的解决办法
前端开发工具收藏
原文地址:https://www.cnblogs.com/qq1445496485/p/14449223.html
最新文章
qt实现类似QQ伸缩窗口--鼠标事件应用
论文泛读-故障恢复-1
第3次作业
第一次作业
第0次作业
第一次作业
第0次作业
Springboot 2.0
关于Spring MVC 中地址栏访问 /WEB-INF下的.jsp
servlet的运行工作
热门文章
MySql 5.7.20安装
java.sql.SQLException: The server time zone value '�й���ʱ��' is unrecognized or represents more than
allure定制报告
allure 环境搭建
css中的声明冲突
html和css的区别
关于C#中函数声明带参数的函数
关于C#中函数的认识
mac安装nginx
vue 配置history模式
Copyright © 2011-2022 走看看