摘要: mongo show dbs use xxx show collections db.xxx.insert({}) // 添加一个空内容 db.xxx.find() db.users.update({ "_id" : ObjectId("xxxx")},{$set:{"xxx":true}}) db 阅读全文
posted @ 2017-09-22 17:55 adouwt 阅读(263) 评论(0) 推荐(0) 编辑