码迷,mamicode.com
首页 >  
搜索关键字:high availability    ( 2775个结果
【MongoDB】The description of procedure in MongoDB
In this blog the procedure of mongodb will be described in details. It is known that mongodb has provided a series of efficient solution to some different questions, such as high performance, changeab...
分类:数据库   时间:2014-10-27 00:32:16    阅读次数:348
A Tour of Go Numeric Constants
Numeric constants are high-precisionvalues.An untyped constant takes the type needed by its context.Try printingneedInt(Big)too.package main import "f...
分类:其他好文   时间:2014-10-26 21:08:04    阅读次数:192
(转载)ASP.NET Quiz Answers: Does Page.Cache leak memory?
"We use Page.Cache to store temporary data, but we have recently discovered that it causes high memory consumption. The bad thing is that the memory n...
分类:Web程序   时间:2014-10-26 01:38:49    阅读次数:173
二分查找函數
找到,返回下標; int binary_search(const int* a, int low_position, int high_position, const int key) { high_position--; while(low_position < high_position) { int mid_position = (low_position+...
分类:其他好文   时间:2014-10-25 23:04:40    阅读次数:155
[wifi-bcm4330] miscellaneous things on bcm4330 wifi
1. HOST_WAKE irq trigger polarity, HIGH-LEVEL(default) or LOW-LEVEL2. Reasons for "enable f2 failed" why does the error "enable F2 failed" , the reaso...
分类:其他好文   时间:2014-10-25 10:32:17    阅读次数:147
UVA题目分类
题目Volume 0. Getting Started 开始10055 - Hashmat the Brave Warrior 10071 - Back to High School Physics 10300 - Ecological Premium 458 - The Decoder 494 -...
分类:其他好文   时间:2014-10-24 20:35:08    阅读次数:263
屏幕密度与分辨率
A set of six generalizeddensities:ldpi(low) ~120dpimdpi(medium) ~160dpihdpi(high) ~240dpixhdpi(extra-high) ~320dpixxhdpi(extra-extra-high) ~480dpixxxh...
分类:其他好文   时间:2014-10-24 12:51:53    阅读次数:236
saltstack的使用
saltstack是自动化管理工具。术语:Master-控制中心,salt命令运行和资源状态管理端Minions-需要管理的客户端机器,会主动去连接Master端,并从Master端得到资源状态信息,同步资源管理信息States-配置管理的指令集Grains-minion端的变量,静态pillar-minion端的变量,动态high..
分类:其他好文   时间:2014-10-23 20:59:40    阅读次数:188
数据结构--二分查找
二分法查找(折半查找)的基本思想:前提:顺序存储且元素有序(1)确定该区间的中点位置:mid=(low+high)/2min代表区间中间的结点的位置,low代表区间最左结点位置,high代表区间最右结点位置(2)将待查a值与结点mid的关键字(下面用R[mid].key)比较,若相等,则查找成功,否...
分类:其他好文   时间:2014-10-23 20:29:48    阅读次数:118
MySQL的MHA
参照原文:http://www.cnblogs.com/gomysql/p/3675429.html简介:MHA(MasterHigh Availability)目前在MySQL高可用方面是一个相对成熟的解决方案,它由日本DeNA公司youshimaton(现就职于Facebook公司)开发,是一套...
分类:数据库   时间:2014-10-23 15:44:56    阅读次数:409
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!