摘要:
solrcloud 集群搭建初始条件:1. 三台服务器 IP 地址分别为 192.168.1.133 192.168.1.134 192.168.1.135 2. 使用 solr-5.3.1,zookeeper-3.4.63. Linux version 3.16.0-23-generic,...
阅读全文
posted @ 2015-11-16 09:40
一天不进步,就是退步
阅读(452)
推荐(1)
摘要:
原文地址:http://www.it165.net/os/html/201411/10142.htmlZookeeper GitHub的下载地址是:https://github.com/apache/zookeeper解压,打开cmd,切换到Zookeeper源码的根目录下面(下面有一个build....
阅读全文
posted @ 2015-11-07 23:40
一天不进步,就是退步
阅读(572)
推荐(0)
摘要:
早期和当前的"流式计算"系统分别称为"连续查询处理类"和"可扩展数据流平台类"计算系统。流式计算系统的特点:1)低延迟 2)极佳的系统容错性 3)极强的系统扩展能力 4)灵活强大的应用逻辑表达能力目前典型的流式计算系统:S4,storm,millwheel,samza,d-stream,hadoop...
阅读全文
posted @ 2015-11-06 11:37
一天不进步,就是退步
阅读(346)
推荐(0)
摘要:
1. 数据分片与路由 抽象模型为两级映射关系,第一级映射是key-partition映射,第二级映射是partition-machine映射。 数据分片有哈希分片和范围分片: 哈希分片只支持点查询,如cassandra,voltmort,membase; 范围分片支持范围查询,google的b...
阅读全文
posted @ 2015-11-02 20:02
一天不进步,就是退步
阅读(535)
推荐(0)
摘要:
原文地址:https://www.percona.com/blog/2013/08/12/want-to-archive-tables-use-pt-archiver/Percona Toolkit’spt-archiveris one of the best utilities to archiv...
阅读全文
posted @ 2015-11-02 17:35
一天不进步,就是退步
阅读(452)
推荐(0)
摘要:
原文地址:http://www.tocker.ca/2013/10/24/improving-the-performance-of-large-tables-in-mysql.htmlToday I wanted to take a look at improving the performance...
阅读全文
posted @ 2015-11-02 16:30
一天不进步,就是退步
阅读(338)
推荐(0)
摘要:
mybatis本身的说明:String SubstitutionBy default, using the #{} syntax will cause MyBatis to generate PreparedStatement properties and set the values safely...
阅读全文
posted @ 2015-11-02 10:24
一天不进步,就是退步
阅读(27240)
推荐(2)
摘要:
原文地址:http://www.codejava.net/frameworks/spring/sending-e-mail-with-spring-mvcTable of contents:1.Spring framework’s support for e-mail2.Required jar f...
阅读全文
posted @ 2015-10-28 17:39
一天不进步,就是退步
阅读(291)
推荐(0)
摘要:
BackgroundWe have a legacy system in our production environment that keeps track of when a user takes an action on Causes.com (joins a Cause, recruits...
阅读全文
posted @ 2015-10-28 11:51
一天不进步,就是退步
阅读(347)
推荐(0)
摘要:
原文地址:http://shift-alt-ctrl.iteye.com/blog/1886831Spring-data-redis为spring-data模块中对redis的支持部分,简称为“SDR”,提供了基于jedis客户端API的高度封装以及与spring容器的整合,事实上jedis客户端已...
阅读全文
posted @ 2015-10-27 18:01
一天不进步,就是退步
阅读(1467)
推荐(0)