欢迎来到李先生的博客

深山的鹿,不知归处;万般皆苦,只可自渡。
扩大
缩小

2017年7月10日

创建、更新和删除(三)

摘要: 一:插入 插入是向MongoDB中添加数据的基本方法 db.test.insert() > use testdb switched to db testdb > db.test.insert({"name":"lile"}) WriteResult({"nInserted":1}) > db.tes 阅读全文

posted @ 2017-07-10 16:00 Captain_Li 阅读(732) 评论(0) 推荐(0) 编辑

导航