RabbitMQ的mirror queue(镜像队列)机制是最简单的队列HA方案,它通过在cluster的基础上增加ha-mode、ha-param等policy选项,可以根据 需求将cluster中的队列镜像到多个节点上,从而实现高可用,消除cluster模式中队列内容单点带来的风险。 在使用镜像 ...
分类:
其他好文 时间:
2020-02-10 14:08:05
阅读次数:
79
简介首先,老规矩,下代码前先了解md5的几个函数 python中digest()和hexdigest()区别: 其中 hash.digest()返回摘要,作为二进制数据字符串值 hash.hexdigest()返回摘要,作为十六进制数据字符串值 源码如下: #md5进行数据的加密 import ha ...
分类:
编程语言 时间:
2020-02-08 17:41:46
阅读次数:
67
本次部署haddoop集群三台hostname:HBASE01 HBASE02 HBASE03 192.168.240.129 HBASE01 192.168.240.130 HBASE02 192.168.240.131 HBASE03 将HBASE01 HBASE02作为namenode节点,H ...
分类:
其他好文 时间:
2020-02-06 14:24:12
阅读次数:
69
环境 hadoop 2.5.2 sqoop 1.4.7 异常 解决方案: 千万不要信什么 一:sqoop目录下的sqoop-1.4.4.jar拷贝到hadoop的lib目录下解决 二:把sqoop的lib目录下的sqoop的(sqoop-1.4.5.jar或sqoop-1.4.6.jar)包放到ha ...
分类:
Web程序 时间:
2020-01-30 19:20:55
阅读次数:
286
0、 Keepalived介绍 Keepalived是基于VRRP(Virtual Router Redundancy Protocol,虚拟路由器冗余协议)协议的一款高可用软件。Keepailived有一台主服务器(master)和多台备份服务器(backup),在主服务器和备份服务器上面部署相同 ...
分类:
数据库 时间:
2020-01-29 00:57:59
阅读次数:
86
Problem A. Collecting Coins Solution Observe that the easiest solution would be increase every one's number of coins to \(\max(A,B,C)\) Then all we ha ...
分类:
其他好文 时间:
2020-01-28 21:37:34
阅读次数:
106
题目内容 Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would ha ...
分类:
其他好文 时间:
2020-01-27 19:08:41
阅读次数:
65
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <script type="text/javascript" > //这里的对象数据是从今日头条源代码粘的 var obj={"ha ...
分类:
编程语言 时间:
2020-01-26 22:19:10
阅读次数:
89
下载Spark安装包 从官网下载 http://spark.apache.org/downloads.html 从微软的镜像站下载 http://mirrors.hust.edu.cn/apache/ 从清华的镜像站下载 https://mirrors.tuna.tsinghua.edu.cn/ap ...
分类:
其他好文 时间:
2020-01-26 18:59:28
阅读次数:
71
给定一个整数数组 nums 和一个目标值 target,请你在该数组中找出和为目标值的那 两个 整数,并返回他们的数组下标。 你可以假设每种输入只会对应一个答案。但是,你不能重复利用这个数组中同样的元素。 package com.leetcode.part1; import java.util.Ha ...
分类:
其他好文 时间:
2020-01-26 14:30:57
阅读次数:
71