Home > Database > Mysql Tutorial > 【MongoDB】探讨《MongoDB权威指南》书籍中的几点错误

【MongoDB】探讨《MongoDB权威指南》书籍中的几点错误

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-07 16:12:28
Original
990 people have browsed it

今天进一步学习MongoDB,学习资料是《MongoDB权威指南》,详细见如下封面: 在阅读过程中发现了如下错误: 第一处:P29页批量插入,在书中讲到可以利用batchInsert函数实现批量插入,我运行时候发现系统提示没有这个方法。我用的软件是2.6.4.我以为是版本过

今天进一步学习MongoDB,学习资料是《MongoDB权威指南》,详细见如下封面:

\

在阅读过程中发现了如下错误:

第一处:P29页批量插入,在书中讲到可以利用batchInsert函数实现批量插入,我运行时候发现系统提示没有这个方法。我用的软件是2.6.4.我以为是版本过低,然后下载2.6.6 最新版本进行测试,报同样的错误;喎?http://www.2cto.com/kf/ware/vc/" target="_blank" class="keylink">vcD4KPHA+UHJvcGVydHkg"batchInsert' of object student.students is not a function

后来查询用命令:db.students.help()查询了集合操作的所有方法,没有找到batchInsert这个方法;

第二处: P31页,在删除速度中,倒数最后一行。db.tester.remove(), db.findOne();

db.findOne(); 这个方法在这里不能用,如果按照这个写直接报错,应该写成db.tester.findOne();

第三处:P62页,返回一个匹配的数组元素:我按照书上面的操作,结果报错,无论也调试不成:

\

本人实例:

后记:真心告诉想学习mongodb的小伙伴,不要用这本书作为学习材料。里面的错误内容很多,请大家注意

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
mongodb start
From 1970-01-01 08:00:00
0
0
0
linux - ubuntu14 error installing mongodb
From 1970-01-01 08:00:00
0
0
0
Use of symfony2 mongodb
From 1970-01-01 08:00:00
0
0
0
mongodb _id rename
From 1970-01-01 08:00:00
0
0
0
Parameter understanding of mongodb
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template