http://www.cnblogs.com/bonelee/p/6078947.html 里分析了ES bulk实现,其中路由代码: ShardId shardId = clusterService.operationRouting().indexShards(clusterState, conc ...
分类:
编程语言 时间:
2016-11-18 22:10:52
阅读次数:
203
摘要: Error creating bean with name 'XXX': Requested bean is currently in creation: Is there an unresolvable circular reference?; nested exception is or ...
分类:
编程语言 时间:
2016-11-15 23:50:49
阅读次数:
1237
大概分析一般使用了注解才会报这方面的错 1.没有在spring的ApplicationContext.xml中开启注解事务 2.没有在方法上挂注解事务标签 ...
分类:
Web程序 时间:
2016-11-14 12:17:52
阅读次数:
129
添加线程组 (1)thread group(线程组),setup thread group相当于lr初始化“环境”的初始化脚本,teardown thread group相当于lr测试完毕后对应的清除信息的脚本。 (2)名称:可以给线程组设置一个命名。 注释:可以对线程组添加备注以标记。 在取样器错 ...
分类:
编程语言 时间:
2016-11-11 00:16:32
阅读次数:
255
安卓平台提供对蓝牙的通讯栈的支持,允许设别和其他的设备进行无线传输数据。应用程序层通过安卓API来调用蓝牙的相关功能,这些API使程序无线连接到蓝牙设备,并拥有P2P或者多端无线连接的特性。
分类:
移动开发 时间:
2016-11-10 12:11:17
阅读次数:
280
linux虚拟内存管理功能? 大地址空间;? 进程保护;? 内存映射;? 公平的物理内存分配;? 共享虚拟内存。实现结构剖析(1)内存映射模块(mmap):负责把磁盘文件的逻辑地址映射到虚拟地址,以及把虚拟地址映射到物理地址(2)交换模块(swap)负责控制内存内容的换入与换出,淘汰最近没访问的页,... ...
分类:
系统相关 时间:
2016-11-08 19:55:28
阅读次数:
279
Web browsers are probably the most widely used software. In this book I will explain how they work behind the scenes. We will see what happens when yo ...
分类:
其他好文 时间:
2016-11-08 13:17:35
阅读次数:
153
JSON 教程 <body><h2>JSON Object Creation in JavaScript</h2> <p>Name: <span id="jname"></span><br /> Age: <span id="jage"></span><br /> Address: <span id ...
分类:
Web程序 时间:
2016-10-19 19:51:58
阅读次数:
190
mongo分片备份后删除分片并重建分片索引,结果常遇到以下情况:shard01上的集合创建了分片索引,而shard02上却没有创建分片索引,导致chunk只分布在shard01分片上。具体报错信息:"errmsg":"abortingmigration,shardismissing1indexesandcollectionisnotempty.Non-trivialindex..
分类:
其他好文 时间:
2016-10-18 23:16:52
阅读次数:
596
jstatd 命令全称: Virtual Machine jstat Daemon DESCRIPTION The jstatd tool is an RMI server application that monitors for the creation and termination of i ...
分类:
编程语言 时间:
2016-09-29 01:29:03
阅读次数:
356