vue-cli自带eslin校验,vs code采用下可以设置在保存文件时会自动纠正格式 ...
分类:
其他好文 时间:
2019-11-30 13:51:01
阅读次数:
93
以hostname区分不同的网站,一个server{ }配置块就是一个网站。 # 省略一些配置...... http { include mime.types; default_type application/octet-stream; #log_format main '$remote_addr ...
分类:
其他好文 时间:
2019-11-30 00:09:43
阅读次数:
84
因为Nginx默认从conf目录搜索https证书,所以https证书一般存放到conf目录下。 #省略一些配置......http { include mime.types; default_type application/octet-stream; sendfile on; keepalive ...
分类:
Web程序 时间:
2019-11-29 23:43:23
阅读次数:
132
#include <stdio.h> #include <stdlib.h> #include <stdbool.h> #include <unistd.h> #include <string.h> #include <strings.h> #include <errno.h> #include < ...
分类:
其他好文 时间:
2019-11-28 23:17:20
阅读次数:
120
#定义apache安装根目录变量 Define SRVROOT "F:\www\apache\Apache2.4.41" #定义http服务根目录 Define WWW "f://www/wwwroot" ServerRoot "${www}"ServerAdmin admin@example.co ...
分类:
Web程序 时间:
2019-11-28 01:28:36
阅读次数:
85
/* mycp.c */ #include<stdio.h> #include<stdlib.h> #include<unistd.h> #include<fcntl.h> #include<string.h> #include<dirent.h> #include<sys/types.h> #in ...
分类:
系统相关 时间:
2019-11-27 19:20:06
阅读次数:
106
Roller crusher, as one of the most ancient crushing equipment, is applied in the department of silicate and cement production for the simple structure... ...
分类:
其他好文 时间:
2019-11-27 13:46:12
阅读次数:
81
42 https://stackoverflow.com/questions/21085446/what-is-the-meaning-of-auto-main-int/21085530 C++11 introduced a notation for trailing return types: I ...
分类:
其他好文 时间:
2019-11-25 18:07:02
阅读次数:
163
org.springframework.jdbc.BadSqlGrammarException: SqlMapClient operation; bad SQL grammar []; nested exception is java.sql.BatchUpdateException: ORA-01 ...
分类:
其他好文 时间:
2019-11-25 15:03:48
阅读次数:
77
io.lettuce.core.RedisCommandExecutionException: ERR invalid longitude,latitude pair 111.110000,111.230000 at io.lettuce.core.ExceptionFactory.createEx ...
分类:
其他好文 时间:
2019-11-25 11:25:19
阅读次数:
527