经过: 项目上线后经常报 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
[TOC] 前言 本文不介绍原理的东西,主要是实现 进化算法的python实现 。 原理介绍可以看这里,能学习要很多,我也在这里写了一些感受心得: "遗传算法/遗传编程 进化算法基于python DEAP库深度解析讲解" 1.优化问题的定义 单目标优化 在创建单目标优化问题时,weights用来指示 ...
分类:
编程语言 时间:
2020-05-18 00:42:18
阅读次数:
76
当执行到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