一、准备
1、准备服务器
建立有2个节点的MySQL CLuster体系,使用6台服务器建立Haproxy+mysql cluster( MySQL 集群) 体系
节点配置说明
节点
对应的IP和端口
Haproxy负载均衡(1个) centos 6.3
1.1.1.11
管理节点(1个) centos 6.3
...
分类:
数据库 时间:
2014-12-03 14:21:24
阅读次数:
258
Evaluate the value of an arithmetic expression inReverse Polish Notation.Valid operators are+,-,*,/. Each operand may be an integer or another express...
分类:
其他好文 时间:
2014-12-03 12:14:39
阅读次数:
169
正常安装完zabbix后,登录后zabbix监控报错zabbix server is not running: the information displayed may not be current,下面的几种情况都有可能引起这个错误,1. selinux是否关闭。一定要关闭这个,开启selinu...
分类:
其他好文 时间:
2014-12-03 10:29:00
阅读次数:
166
源地址:http://storm.apache.org/documentation/Setting-up-a-Storm-cluster.html
本文叙述了storm集群搭建和运行步骤。如果你打算在AWS上进行的话,可以使用storm-deploy项目。storm-deploy在EC2上完全自动进行下载、配置、以及storm集群的安装等步骤。它也为你配置了Ganglia,用以监控CPU、...
分类:
其他好文 时间:
2014-12-03 00:34:03
阅读次数:
190
线程池任务执行流程我们从一个API开始接触Executor是如何处理任务队列的。java.util.concurrent.Executor.execute(Runnable)Executes the given task sometime in the future. The task may ex...
分类:
编程语言 时间:
2014-12-03 00:13:19
阅读次数:
175
Problem Explanation:==================== A database is started in EXCLUSIVE mode by default. Therefore, the ORA-01102 error is misleading and may have...
分类:
其他好文 时间:
2014-12-03 00:08:01
阅读次数:
121
Given a strings1, we may represent it as a binary tree by partitioning it to two non-empty substrings recursively.Below is one possible representation...
分类:
其他好文 时间:
2014-12-02 20:43:38
阅读次数:
190
一、准备1、准备服务器建立有2个节点的MySQLCLuster体系,使用6台服务器建立Haproxy+mysqlcluster(MySQL集群)体系节点配置说明节点对应的IP和端口Haproxy负载均衡(1个)centos6.31.1.1.11管理节点(1个)centos6.31.1.1.30SQL节点(2个)centos6.31.1.1.211.1.1.22数据节点(2个)cent..
分类:
数据库 时间:
2014-12-02 17:36:06
阅读次数:
336
Write a program to solve a Sudoku puzzle by filling the empty cells.Empty cells are indicated by the character'.'.You may assume that there will be on...
分类:
其他好文 时间:
2014-12-02 15:05:17
阅读次数:
182
http://www.cnblogs.com/Azhu/p/4137131.html这篇论文建议先看了上面这一遍,两篇作者是一样的,方法也一样,这一片论文与上面的不同点在于,使用的数据集是目录数据,即数据不能数字化,例如:An example of categorical attribute is ...
分类:
移动开发 时间:
2014-12-02 13:30:48
阅读次数:
193