标签:mongo mon collect xxx cti set nbsp date 操作
mongo
show dbs
use xxx
show collections
db.xxx.find()
db.users.update({ "xxx" : ObjectId("xxxx")},{$set:{"xxx":true}})
标签:mongo mon collect xxx cti set nbsp date 操作
原文地址:http://www.cnblogs.com/adouwt/p/7576191.html