码迷,mamicode.com
首页 >  
搜索关键字:mysqldump single master    ( 21891个结果
leetcode - Single Number
今天开始刷leetcode上的题,争取校招前刷过一遍,从AC率最高的题目开始刷,不废话了,看题题目:Single NumberGiven an array of integers, every element appearstwiceexcept for one. Find that single ...
分类:其他好文   时间:2014-06-09 12:57:45    阅读次数:260
主数据0
1、主数据的概念借用其他网站的一个数据分类模型,我们可以看到有元数据(metadata),引用数据(Reference Data),主数据(Master Data),企业结构数据(Enterprise structure Data),交易活动数据(Transaction Activity Data)...
分类:其他好文   时间:2014-06-08 21:51:33    阅读次数:301
storm0.9-single
参考http://shiyanjun.cn/archives/241.html用新版包自己做了一遍(1)安装zeromq4&jzmq[安装依赖]yum install uuid*yum install libtoolyum install libuuid yum install libuuid-de...
分类:其他好文   时间:2014-06-08 21:43:41    阅读次数:317
单一职责原则
什么是单一职责原则 什么是单一职责原则? 单一职责原则的英文名称是Single Responsibility Principle,简称SRP。SRP的原话解释是:There should never be more than one reason for a class to change.也就是说...
分类:其他好文   时间:2014-06-08 19:36:12    阅读次数:315
leetcode——Add Two Numbers 两个链表表示的正整数对其求和(AC)
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a link...
分类:其他好文   时间:2014-06-08 15:30:28    阅读次数:227
Ubuntu14.04下Hadoop2.2.0集群搭建
系统版本:master:Ubuntu 14.04 salve1:Ubuntu 14.04hadoop: hadoop 2.2.01、系统配置以及安装SSH无密码登陆环境(master&slaves):修改本机(master)和子节点(slaveN)机器名:打开/etc/hostname文件sudo ...
分类:其他好文   时间:2014-06-08 07:32:54    阅读次数:310
【转】SQL2008清除日志
USE [master]GOALTER DATABASE DNName SET RECOVERY SIMPLE WITH NO_WAITGOALTER DATABASE DNName SET RECOVERY SIMPLE --简单模式GOUSE DNNameGODBCC SHRINKFILE (N...
分类:数据库   时间:2014-06-08 07:15:39    阅读次数:189
如何监控主从之间的延时seconds_behind_master OR mk-heartbeat
日常工作中,对于MySQL主从复制检查,一方面我们要保证复制的整体结构是否正常,另一方面需要检查主从数据是否保持一致。对于前者我们可以通过监控复制线程是否工作正常以及主从延时是否在容忍范围内,对于后者则可以通过分别校验主从表中数据的md5码是否一致,来保证数据一致..
分类:其他好文   时间:2014-06-08 02:30:17    阅读次数:312
【LeetCode】Single Number (2 solutions)
Single NumberGiven an array of integers, every element appearstwiceexcept for one. Find that single one.Note:Your algorithm should have a linear runti...
分类:其他好文   时间:2014-06-07 23:44:39    阅读次数:302
hadoop2.4-single
(1)机器免登录ssh-keygen -t rsacd ~/.ssh/cat id_rsa.pub >> authorized_keyschmod 600 authorized_keys[tip].ssh目录的权限必须是700[tip].ssh/authorized_keys文件权限必须是600(2...
分类:其他好文   时间:2014-06-07 23:11:37    阅读次数:382
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!