sw-engine-cgiPHP MongoDB database drivermongodb
database driver,数据库驱动;
分类:
其他好文 时间:
2014-05-10 07:30:15
阅读次数:
261
组里用的几台机器换了网段,MongoDB需要做重新配置。查看Replica
Set的状态如下:rs.status(){ "startupStatus" : 1, "ok" : 0, "errmsg" : "loading
local.system.repls...
分类:
数据库 时间:
2014-05-10 06:26:06
阅读次数:
693
Neal is very curious about combinatorial problems, and now here comes a problem about words. Knowing that Ray has a photographic memory and this may not trouble him, Neal gives it to Jiejie.
Since Ji...
分类:
其他好文 时间:
2014-05-10 03:48:22
阅读次数:
352
mongod --dbpath "d:\Program Files\MongoDB 2.6
Standard\data\db" --logpath "d:\Program Files\MongoDB 2.6
Standard\logs\MongoDB.log" --install --service...
分类:
数据库 时间:
2014-05-09 10:19:13
阅读次数:
301
HubbleDotNet 从 1.2.3 版本以后开始在官方代码中支持和 Mongodb
对接,Mongodb 是10gen 公司开发的 no-sql 数据库,其读写性能比传统关系数据库要快很多,而且可以非常方便的分布式部署。HubbleDotNet
通过支持 Mongodb 也使其本身同时具备了 ...
分类:
数据库 时间:
2014-05-09 08:05:58
阅读次数:
476
MongoDB教程首页MongoDB 介绍MongoDB 优点MongoDB
安装(Window/Linux)MongoDB 数据模型MongoDB 创建数据库MongoDB 删除数据库MongoDB 创建集合MongoDB
删除集合MongoDB 数据类型MongoDB 插入文档MongoDB 查...
分类:
数据库 时间:
2014-05-09 05:31:58
阅读次数:
407
http://docs.mongodb.org/manual/tutorial/install-mongodb-on-windows/#mongodb-as-a-windows-serviceC:\mongodb\bin\mongod.exe
--dbpath d:\test\mongodb\dat...
分类:
数据库 时间:
2014-05-09 03:31:30
阅读次数:
340
这几天闲着没事,写了个python爬虫,专把堆糖上的摄影类图片扒下来...
分类:
编程语言 时间:
2014-05-09 01:05:09
阅读次数:
295
先看看列表里的__setslice__方法函数的帮助文档
help(list.__setslice__)
帮助文档如下所示:
__setslice__(...)
x.__setslice__(i, j, y) x[i:j]=y
Use of negative indices is not supported.
从帮助文档可以看出这个方法函数可...
分类:
编程语言 时间:
2014-05-09 01:01:56
阅读次数:
326