- 博客(10)
- 资源 (1)
- 收藏
- 关注
原创 Es refresh index
ES注意小tips写unit test的时候,第一个case会去 insertData,第二个case update的时候依赖于第一个case的结果,用了Assert.assertEquals去做判断,assert都能过,但代码去查数据库就是没有查到。。后被同事提醒,es createDocument之后要 refresh一下index (我本来还甚至想做个延时等他出结果…太蠢了)...
2021-11-11 15:07:40 1826
原创 static 加载顺序实例
背景:XXXconstant类中有个写死的static final String[],需要动态地从schema中解析出该String Array。并且去除指定数组集合中的部分元素// 需从schema动态加载public static final String[] ALL_KEYS;static { Map<String, Object> typesMap = null; try { allTypeMap = Util.getAllTypes();
2021-11-04 16:39:25 145
原创 JUnitException:Intellij unit test无法正常运行
报错信息:Internal Error occurred.org.junit.platform.commons.JUnitException: TestEngine with ID 'junit-vintage' failed to discover tests at org.junit.platform.launcher.core.EngineDiscoveryOrchestrator.discoverEngineRoot(EngineDiscoveryOrchestrator.java:111
2021-10-27 15:11:03 4287 1
原创 cannot write xcontent for unknown value of type class com.google.gson.internal.LazilyParsedNumber
java.lang.IllegalArgumentException: cannot write xcontent for unknown value of type class com.google.gson.internal.LazilyParsedNumber at org.elasticsearch.common.xcontent.XContentBuilder.unknownValue(XContentBuilder.java:825) at org.elasticsearch.commo.
2021-10-26 15:07:17 1939
翻译 Java 8 – 使用Lambdas表达式进行强力比较
使用Lambdas表达式进行强力比较翻译来源: Eugen Paraschiv 的 Java 8 – Powerful Comparison with Lambdas1.概述在本教程中,我们将首先了解Java 8中的Lambda支持 - 特别是如何利用它来编写Comparator并对Collection进行排序。本文是Baeldung上“Java - Back to Basic”系列的...
2019-04-08 16:26:29 273
翻译 Java - Synchronized关键字指南
Java中Synchronized关键字指南翻译来源: Eugen Paraschiv 的 Guide to the Synchronized Keyword in Java1.概述这篇快速文章将介绍如何在Java中使用synchronized块。简而言之,在多线程环境中,当两个或多个线程同时尝试更新可变共享数据时,会发生互相竞争的情况。 Java提供了一种通过同步对共享数据的线程访问来避...
2019-04-08 11:23:27 164 1
翻译 Java - Try with Resources
Try with Resources翻译来源: Eugen Paraschiv 的 Java – Try with Resources1.概述对Java 7中引入的对于try-with-resources的支持,允许我们声明要在try块中使用的资源,并确保在执行该块之后资源将被关闭。 声明的资源必须实现AutoCloseable接口。2.使用 try-with-resources简单地说...
2019-04-08 10:33:40 180
翻译 使用Spring和Java Config构建REST API
使用Spring和Java Config构建REST API翻译来源: Eugen Paraschiv 的 Build a REST API with Spring and Java Config1.概述本文介绍如何在Spring中设置REST - 控制器和HTTP响应代码,有效负载编组和内容协商的配置。2.了解Spring中的RESTSpring框架支持两种创建RESTful服务的方...
2019-04-04 14:49:41 353
翻译 使用Spring 5引导Web应用程序
使用Spring 5引导Web应用程序翻译来源: Eugen Paraschiv 的 Bootstrap a Web Application with Spring 5概述本教程说明了如何使用Spring引导Web应用程序。我们将研究Spring Boot解决方案以引导应用程序,还可以看到非Spring Boot方法。我们主要使用Java配置,但也看看它们的等效XML配置。使用Spri...
2019-04-04 11:08:48 152
转载 欢迎使用CSDN编辑器
新手指引欢迎使用Markdown编辑器新的改变功能快捷键合理的创建标题,有助于目录的生成如何改变文本的样式插入链接与图片如何插入一段漂亮的代码片生成一个适合你的列表创建一个表格设定内容居中、居左、居右SmartyPants创建一个自定义列表如何创建一个注脚注释也是必不可少的KaTeX数学公式新的甘特图功能,丰富你的文章UML 图表FLowchart流程图导出与导入导出导入欢迎使用Markdown...
2018-10-17 16:35:42 133
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人