分布式的基础:一致性哈希 路由算法的一致性hash http://www.jiacheo.org/blog/174 http://www.tuicool.com/articles/vQVbmai http://www.cnblogs.com/huangxincheng/p/3708316.html ...
分类:
数据库 时间:
2014-07-07 11:31:00
阅读次数:
349
新建立了一个replicat set,登录到primary里,show dbs一看吓一跳local数据库竟然占用了80多G的空间[root@wxlab31 bin]# ./mongo --host 10.1.1.31 --port 27017MongoDB shell version: 2.4.6c...
分类:
数据库 时间:
2014-07-07 11:10:21
阅读次数:
294
谢谢 转载的。。(1)下载mongodbwindow版本:http://www.mongodb.org/dr/downloads.mongodb.org/win32/mongodb-win32-i386-1.8.3.zip/download(2)、设置MongoDB目录(解压zip文件) 将其...
分类:
数据库 时间:
2014-07-03 00:04:03
阅读次数:
292
1、返回的是连接的数据库名and db_name()>02、作用是获取连接用户名and user>03、将数据库备份到Web目录下面;backup database 数据库名 to disk='c:\inetpub\wwwroot\1.db';--4、显示SQL系统版本and 1=(select @...
分类:
数据库 时间:
2014-07-02 22:00:57
阅读次数:
300
当数据库已经建好在DB里,SQL Server 2005 和 SQL Server 2008使用.Bak文件还原的时候,会出现 error : "The backup set holds a backup of a database other than the existing" 查了网上的方法:...
分类:
数据库 时间:
2014-07-02 18:48:45
阅读次数:
203
mongod的主要参数有:基本配置-------------------------------------------------------------------------------- --quiet # 安静输出--portarg# 指定服务端口号,默认端口27017--bind_ipa...
分类:
数据库 时间:
2014-07-02 17:11:40
阅读次数:
225
废话不多说
1:下载nodejs包
下载地址如下:http://www.nodejs.org/download/
下载source code版本需要解压后到其目录执行./configure,然后make && make install;
而binaries的tar.gz解压后即可.
2:下载mongodb
下载地址如下:http://www.mongodb.org/dow...
分类:
数据库 时间:
2014-07-02 16:42:42
阅读次数:
365
Given a string containing only digits, restore it by returning all possible valid IP address combinations.
分类:
其他好文 时间:
2014-07-02 14:45:41
阅读次数:
220
带有镜像的数据库的压缩,如果有些情况没有按照步骤,可能不能将数据库压缩1: backup logBACKUP LOG [database name] TO DISK = N'path\txxx.bak'WITH NOFORMAT, NOINIT, NAME = database name-Trans...
分类:
数据库 时间:
2014-07-01 22:16:43
阅读次数:
478
CentOS 65中安装vmware tools时出现如下错误,centos vmware tools install failure ,no default label for /tmp/vmware-block-restore......经过google,发现此篇文章 ,需要预先安装必备组件,g...
分类:
其他好文 时间:
2014-07-01 18:31:54
阅读次数:
230