es中的编辑分为:基于id的单条件编辑、自定义条件的编辑 基于id的单条件编辑:UpdateRequest 基于自定义条件的编辑:有待学习 //es单条操作--修改文档(记录)public String editEsDocument(){ //开始设置属性 Elasticsearch elastic ...
分类:
其他好文 时间:
2021-04-27 14:55:49
阅读次数:
0
#[云计算]OpenStack - RabbitMQ 参考: RabbitMQ核心概念以及工作原理:https://www.jianshu.com/p/256c502d09cd RabbitMQ在OpenStack中的位置(Queue) 什么是RabbitMQ? MQ全程为Message Queue ...
分类:
其他好文 时间:
2021-04-27 14:55:29
阅读次数:
0
https://www.cnblogs.com/hepeng/p/8780552.html public class ShareMem { [DllImport("user32.dll", CharSet = CharSet.Auto)] public static extern IntPtr Se ...
一、配置: igase-message-archiving源码也有的,工程导进去就可以,init.properties的加配置, --comp-name-2=message-archive --comp-class-2=tigase.archive.MessageArchiveComponent m ...
分类:
其他好文 时间:
2021-04-27 14:31:39
阅读次数:
0
最近发现我们系统导出excel文件时由于是导出百万级数据导出,速度过慢并且内存占用多,故进行了下面的一次优化。 我们使用apache的poi进行excel文件操作 主要耗时: 1、从数据库得到需要导出的结果集耗时 2、将数据写入excel耗时 优化前 public abstract class Ba ...
分类:
其他好文 时间:
2021-04-26 13:58:43
阅读次数:
0
桥接模式 桥接模式结构图: 示例代码: // 桥接角色Message接口 public interface Message { void sendMessage(String message, String toUser); } // 具体Message角色Email public class Em ...
分类:
其他好文 时间:
2021-04-26 13:31:33
阅读次数:
0
minChargeMoney: [ { required: true, message: "此项必填", trigger: "blur", type:"number", transform(value) { return Number(value); } }, ], ...
分类:
其他好文 时间:
2021-04-26 13:19:44
阅读次数:
0
在cenos7中 使用docker 进行快速安装 直接下载redis的最新版本 (当然不使用docker 直接下载压缩包解压安装亦可 ) sudo docker pull redis 使用 docker images 命令进行查看是否安装成功 使用 docker ps 查看 redis的CONTAI ...
分类:
其他好文 时间:
2021-04-26 13:12:39
阅读次数:
0
一、PubSubJS的使用 工具库: PubSubJS 下载: npm install pubsub-js --save 使用: 1) import PubSub from 'pubsub-js' //引入 2) PubSub.subscribe('delete', function(data){ ...
分类:
其他好文 时间:
2021-04-24 13:38:03
阅读次数:
0
set(CMAKE_BUILD_TYPE "Release")if( CMAKE_BUILD_TYPE STREQUAL "Debug" ) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -g -Wall -Wno-unused-variabl ...
分类:
其他好文 时间:
2021-04-24 13:16:43
阅读次数:
0