会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
binperson
Anything Is Possible.
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
mongodb
mongodb使用
摘要:列出所有数据库 show dbs 使用/新建 use 数据库 查看在哪个数据库里 db 插入/db.一个集合名字,集合自动创建。 db.student.insert({"name":"xiaoming"}); 查看集合 show collections 查找全部 db.student.find(); 查找 db.student.find({"age":12}); 如果...
阅读全文
posted @
2016-07-23 20:27
binperson
阅读(181)
评论(0)
推荐(0)
公告