经过: 项目上线后经常报 Unexpected end of stream.; nested exception is redis.clients.jedis.exceptions.JedisConnectionException: Unexpected end of stream. 白天平均半个小 ...
分类:
其他好文 时间:
2020-05-22 21:09:10
阅读次数:
119
嵌套类型的基本概念就不讲了,需要了解概念的,传送门:https://www.cnblogs.com/just84/p/10936034.html 对于嵌套类型的字段,要使用ES专用的嵌套查询 嵌套字段举例: brandInfo:[ ? { ? "group": "xx", ? "category": ...
分类:
其他好文 时间:
2020-05-22 19:15:37
阅读次数:
107
1、SpringMVC拦截器的使用流程 1)、在spring-servlet.xml中配置拦截器信息。 <!-- 调试拦截器--> <mvc:interceptors> <!-- 配置某个拦截器,默认拦截所有请求 --> <!-- <bean class="com.lxy.controller.Fi ...
分类:
编程语言 时间:
2020-05-22 13:07:20
阅读次数:
63
sass四种编译类型 nested 编译排版格式:嵌套,内装—— expanded 编译排版格式:推荐展开,拓展—— compact 编译排版格式:推荐压缩,简洁—— compressed 编译排版格式:精简,浓缩—— ...
分类:
其他好文 时间:
2020-05-22 13:00:43
阅读次数:
44
VScode编译sass(Live Sass Compile) 配置: // sass "editor.largeFileOptimizations": false, "[scss]":{ "editor.defaultFormatter": "michelemelluso.code-beautif ...
分类:
其他好文 时间:
2020-05-22 12:35:50
阅读次数:
69
项目启动是报错: org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.beans.factory.Be ...
分类:
移动开发 时间:
2020-05-19 10:52:54
阅读次数:
63
当执行到47行的时候,会开启一个事务,此事务叫最新事务(老大事务),然后执行到51行的时候,老大事务会传播给51行的 userService,具体如何实现,请看我分析: 动态代理调用目标方法: 一直进去会走进 invokeWithinTransaction 方法,如下图: 重点分析 Transact ...
分类:
编程语言 时间:
2020-05-12 16:55:44
阅读次数:
57
"LeetCode Mini Parse and Flatten Nested List Iterator" "Mini Parse" "Flatten Nested List Iterator" LeetCode Mini Parse and Flatten Nested List Iterato ...
分类:
其他好文 时间:
2020-05-05 18:11:05
阅读次数:
58
错误描述:大致意思就是有多个ServletWebServerFactory spring不知道启动那个 org.springframework.context.ApplicationContextException: Unable to start web server; nested except ...
分类:
移动开发 时间:
2020-05-05 12:31:00
阅读次数:
191
"官网说明" Declarative Pipeline中有效的基本语句和表达式遵循与Groovy语法相同的规则?,但有以下例外: 1. Pipeline的顶层必须是块,具体来说是:pipeline { } 2. 没有分号作为语句分隔符。每个声明必须在自己的一行 3. 块只能包含章节Sections, ...
分类:
其他好文 时间:
2020-05-03 20:51:51
阅读次数:
110