码迷,mamicode.com
首页 >  
搜索关键字:mysqldump single master    ( 21891个结果
查询锁事务及语句
if exists(select * from master.sys.sysprocesses where spid in (select blocked from master.sys.sysprocesses))begin---确定进程被锁住的其他资源select spid 进程,STATUS ...
分类:其他好文   时间:2014-05-16 06:38:48    阅读次数:329
应对失败的方法(coping with failure)
我们曾经说过ES能应对node出现故障的事情,那就来试试吧。我们先吧第一个node给干掉,如下图:我们干掉的第一个node是master node。但是为了ES能够正常的工作,一个集群cluster必须要有一个master node,所以,干掉master node后ES首要事情就是重新选择一个no...
分类:其他好文   时间:2014-05-15 16:39:50    阅读次数:281
[LeetCode]Single Number
Given an array of integers, every element appears twice except for one. Find that single one....
分类:其他好文   时间:2014-05-15 07:20:39    阅读次数:264
LeetCode-004 Add Two Numbers
【题目】 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 linked list. Input: (2 -> 4 -> 3) + (5 -> 6 -> 4) Out...
分类:其他好文   时间:2014-05-15 05:13:49    阅读次数:306
GOLANG 在 UBUNTU 14.04 上使用 Oracle 数据库
本文参考了以下地址的文章: https://github.com/Centny/Centny/blob/master/Articles/How%20build%20github.com%3amattn%3ago-oci8.md? 一、安装oracle的OCI套件 1、OCI下载链接页面下载(instantclient-basic,instantclie...
分类:数据库   时间:2014-05-15 04:09:37    阅读次数:461
The incident LOST_EVENTS occured on the master. Message: error writing to the binary log, Error_code
1 mysq error日志报错如下:2014-05-12 11:29:54 22977 [ERROR] Slave SQL: The incident LOST_EVENTS occured on the master. Message: error writing to the binary log, Error_code: 15902014-05-12 11:29:54 22977 [ERR...
分类:其他好文   时间:2014-05-15 04:07:27    阅读次数:318
LeetCode--Single Number II
Single Number II  Total Accepted: 14472 Total Submissions: 44420My Submissions Given an array of integers, every element appears three times except for one. Find that single one. Note: Y...
分类:其他好文   时间:2014-05-15 01:23:42    阅读次数:273
LeetCode 010 Regular Expression Matching
【题目】 Implement regular expression matching with support for '.' and '*'. '.' Matches any single character. '*' Matches zero or more of the preceding element. The matching should cover the entire input string (not partial). The function prototype shoul...
分类:其他好文   时间:2014-05-14 21:36:52    阅读次数:348
java并发编程之Master-Worker模式
Master-Worker模式适合在一个任务可以拆分成多个小任务来进行的情况下使用。packagecn.fcl.masterworker; importjava.util.HashMap; importjava.util.Map; importjava.util.Queue; importjava.util.concurrent.ConcurrentHashMap; importjava.util.concurrent.ConcurrentLinked..
分类:编程语言   时间:2014-05-14 18:26:04    阅读次数:243
工作总结
2014-5-14:今天来公司突然发现mysql数据库不同步;方法一:slavestop; setglobalsql_slave_skip_counter=1; slavestart; showslavestatus\G;跳过一个事件event方法二:1.查看从服务器的状态showslavestatus\G记录下maser_log_file和read_master_log_pos记录下这两个值Master_L..
分类:其他好文   时间:2014-05-14 17:51:08    阅读次数:286
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!