摘要: 在进程列表的下面,有个show processes in all sessions,把它勾上就能看到了 阅读全文
posted @ 2016-03-16 21:19 BloggerSb 阅读(958) 评论(0) 推荐(0)
摘要: inert into users value(3,5) db.users.insert({a:3,b:5}) select a,b from users db.users.find({}, {a:1,b:1}) select * from users db.users.find() select * 阅读全文
posted @ 2016-03-16 08:35 BloggerSb 阅读(294) 评论(0) 推荐(0)