mongo
show dbs
use xxx
show collections
db.xxx.find()
db.users.update({ "xxx" : ObjectId("xxxx")},{$set:{"xxx":true}})
mongodb 的进库操作
原文:http://www.cnblogs.com/adouwt/p/7576191.html