描述
DAYS函数返回两个日期之间的天数。
语法
DAYS (end_date, start_date)争论
Argument描述Required/OptionalEnd_dateStart_date and End_date are the two dates between which you want to know the number of days.RequiredStart_dateStart_date and End_date are th…
启动Nginx报这个nginx: [emerg] still could not bind()。 问题原因
nginx启动要使用的端口被占用了
解决方法:
1、根据Nginx配置文件查看配置的端口默认的是80端口,然后我们输出指令查看端口占用情况。
输入命令:
netstat -ntlp|grep 8…