mongodb数据库游标的使用浅析
mongodb中的游标使用示例如下: 假设执行如下操作: 1 2 3 4 db.XXX.remove(); db.XXX.insert({'name':'BuleRiver1', 'age':27}); db.XXX.insert({'name':'BuleRiver2', 'age':23}); db.XXX.ins...
MongoDB Remove函数的3个常见用法
MongoDB中MapReduce编程模型使用实例代码
注:作者使用的MongoDB为2.4.7版本。 单词计数示例: 插入用于单词计数的数据: db.data.insert({sentence:'Consider the following map-reduce operations on a collection orders that contai...



