摘要: 问题:敏感头信息Authorization,Cookie,Set-Cookie默认是不转发的 解决方法:在配置文件中加入: zuul.sensitive-headers:(这块空着) 阅读全文
posted @ 2020-08-23 22:08 遥~ 阅读(366) 评论(0) 推荐(0) 编辑
摘要: the version of SpringBoot and SpringCloud incompatible 阅读全文
posted @ 2020-08-22 22:32 遥~ 阅读(1451) 评论(0) 推荐(0) 编辑
摘要: empty constructor: public Result() { } 阅读全文
posted @ 2020-08-22 22:30 遥~ 阅读(855) 评论(0) 推荐(0) 编辑
摘要: select version(),@@sql_mode;SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY','')); 阅读全文
posted @ 2020-08-22 21:57 遥~ 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 一、synopsis 二、installation 1、windows (1)install Erlang(otp_win64_20.2.exe) (2)install RabbitMQ(rabbitmq-server-3.7.4.exe) (3)start RabbitMQ Management( 阅读全文
posted @ 2020-08-17 22:39 遥~ 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 一、basic operation 1、installation("https://developer.aliyun.com/mirror/docker-ce?spm=a2c6h.13651102.0.0.3e221b11xKAp2g") 2、docker (1)systemctl start do 阅读全文
posted @ 2020-08-11 23:08 遥~ 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 一、ElasticSearch 1、Installation (1)uncompress elasticsearch-5.6.8 (2)command line-->elasticsearch(at \bin directory) 2、usage (1)create index (2)create 阅读全文
posted @ 2020-08-08 22:14 遥~ 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 1.controller层没有加@ResponseBody 2.Service层实现类未添加注解@Autowired 阅读全文
posted @ 2020-08-08 10:57 遥~ 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 一、summary 1、architecture 2、data type(BSON) (1)null (2)Boolean (3)Float(64bit) (4)NumberInt/NumberLong (5)String (6)Date (7)Regular Expression (8)Array 阅读全文
posted @ 2020-08-07 19:59 遥~ 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 一、网络连接故障 1、硬件 (1)网卡 (2)网线(包括水晶头) (3)路由器(包括交换机、hub、modem等) 2、软件 (1)网卡没启 (2)ip、端口、URI不对 (3)防火墙没开通 (4)DNS(这个最容易漏掉,谨记!同时关注hosts文件) 3、其他 (1)没费了 (2)被黑了 (3)网 阅读全文
posted @ 2020-08-06 15:14 遥~ 阅读(834) 评论(0) 推荐(0) 编辑