会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
遥~
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
下一页
2020年8月23日
zuul解决头信息转发后仍丢失问题
摘要: 问题:敏感头信息Authorization,Cookie,Set-Cookie默认是不转发的 解决方法:在配置文件中加入: zuul.sensitive-headers:(这块空着)
阅读全文
posted @ 2020-08-23 22:08 遥~
阅读(396)
评论(0)
推荐(0)
2020年8月22日
Cannot resolve org.springframework.cloud:spring-cloud-starter-netflix-eureka-server:unknown||The bean 'dataSource', defined in BeanDefinition defined in class path resource
摘要: the version of SpringBoot and SpringCloud incompatible
阅读全文
posted @ 2020-08-22 22:32 遥~
阅读(1460)
评论(0)
推荐(0)
feign.codec.DecodeException: Type definition error...
摘要: empty constructor: public Result() { }
阅读全文
posted @ 2020-08-22 22:30 遥~
阅读(899)
评论(0)
推荐(0)
[Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated
摘要: select version(),@@sql_mode;SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));
阅读全文
posted @ 2020-08-22 21:57 遥~
阅读(226)
评论(0)
推荐(0)
2020年8月17日
RabbitMQ
摘要: 一、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 遥~
阅读(119)
评论(0)
推荐(0)
2020年8月11日
Docker
摘要: 一、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 遥~
阅读(130)
评论(0)
推荐(0)
2020年8月8日
ElasticSearch
摘要: 一、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 遥~
阅读(246)
评论(0)
推荐(0)
Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause
摘要: 1.controller层没有加@ResponseBody 2.Service层实现类未添加注解@Autowired
阅读全文
posted @ 2020-08-08 10:57 遥~
阅读(320)
评论(0)
推荐(0)
2020年8月7日
MongoDB
摘要: 一、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 遥~
阅读(138)
评论(0)
推荐(0)
2020年8月6日
检查网络连接(家用网络)故障的方法
摘要: 一、网络连接故障 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 遥~
阅读(983)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
下一页
公告