2019年8月16日
摘要:
server { listen 80; server_name localhost; #charset koi8-r; #access_log /var/log/nginx/host.access.log main; location / { root /usr/share/nginx/html; ...
阅读全文
posted @ 2019-08-16 00:01
wylb小天
阅读(1514)
推荐(0)
2019年4月21日
摘要:
停止nginx nginx -s reload :修改配置后重新加载生效 nginx -s reopen :重新打开日志文件nginx -t -c /path/to/nginx.conf 测试nginx配置文件是否正确关闭nginx:nginx -s stop :快速停止nginx quit :完整
阅读全文
posted @ 2019-04-21 17:47
wylb小天
阅读(128)
推荐(0)
posted @ 2019-04-21 17:38
wylb小天
阅读(207)
推荐(0)
2019年4月19日
摘要:
这个错误的原因是 JpaImpl 类没有加上
阅读全文
posted @ 2019-04-19 10:10
wylb小天
阅读(202)
推荐(0)
2019年4月11日
posted @ 2019-04-11 10:41
wylb小天
阅读(2620)
推荐(0)
2019年3月31日
摘要:
一、由于启动用户和nginx工作用户不一致所致 需要修改的地方为 user:root, 默认为 user:nginx 修改后就可以访问了 二、缺少index.html或者index.php文件,就是配置文件中index index.html index.htm这行中的指定的文件。 1. server
阅读全文
posted @ 2019-03-31 20:37
wylb小天
阅读(312)
推荐(0)
摘要:
mac 自带openssl环境,不用安装,直接使用openssl就可以 打开终端,进入到即将生成密钥文件的目录下,然后输入命令:openssl,进入OpenSSL命令行,然后输入 生成私钥,然后输入 将私钥转换成PKCS8格式 然后输入 生成公钥,最后exit退出 此时在你当前目录下会出现3个文件:
阅读全文
posted @ 2019-03-31 15:32
wylb小天
阅读(1191)
推荐(0)
2019年3月27日
摘要:
浏览器提示错误代码: 出现这个问题是core服务异常,重启core服务可解决 layUi 下拉框赋值 关键代码是 如果不走网关,console_web 访问 console_service 需要配置跨域
阅读全文
posted @ 2019-03-27 21:29
wylb小天
阅读(176)
推荐(0)
2019年3月22日
posted @ 2019-03-22 15:59
wylb小天
阅读(3)
推荐(0)
2019年3月21日
摘要:
redis.clients.jedis.exceptions.JedisDataException: value sent to redis cannot be null at redis.clients.util.SafeEncoder.encode(SafeEncoder.java:28) at redis.clients.util.SafeEncoder.encodeMan...
阅读全文
posted @ 2019-03-21 17:19
wylb小天
阅读(5966)
推荐(0)