摘要: nginx 反向代理服务器 1.请求转发 2.负载均衡 3.动静分离 window版的nginx 启动和关闭 启动: nginx.exe 关闭: nginx.exe -s stop 阅读全文
posted @ 2020-04-06 00:45 从精通到陌生 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 1.打开阿里云网站:https://www.aliyun.com/ 2.注册阿里云,最终获取4个参数bucket 名称,endpoint ,Accesskey ID , Access key Secert 3.搭建环境,引入maven依赖 <!-- 阿里云oss依赖 --> <dependency> 阅读全文
posted @ 2020-04-06 00:40 从精通到陌生 阅读(1742) 评论(0) 推荐(0) 编辑
摘要: 1.entity //一级分类 @Data public class OneSubject { private String id; private String title; //一个一级分类有多个二级分类 private List<TwoSubject> children = new Array 阅读全文
posted @ 2020-04-06 00:03 从精通到陌生 阅读(870) 评论(0) 推荐(0) 编辑