mongo使用

1.需要新开cmd,而且不用mongo环境

 2.find的时候,注意数据的类型,

db.student.find({"score.shuxue":30});

db.student.find({"score.shuxue":"30"});

是不一样的。

posted @ 2017-11-30 20:45  承载梦想-韩旭明  阅读(132)  评论(0编辑  收藏  举报