摘要: 数据库:biancheng 新增集合以及文档: > db.createCollection("user"){ "ok" : 1 }> db.user.insert({name:'ceshi',age:22,sex:'nv'})WriteResult({ "nInserted" : 1 })> pom 阅读全文
posted @ 2022-05-28 19:27 小白龙白龙马 阅读(167) 评论(0) 推荐(0)
摘要: 安装后,到安装bin目录下,点击:mongo.exe; MongoDB shell version v5.0.8 connecting to: mongodb://127.0.0.1:27017/?compressors=disabled&gssapiServiceName=mongodb Impl 阅读全文
posted @ 2022-05-28 18:06 小白龙白龙马 阅读(192) 评论(0) 推荐(0)
摘要: 安装教程参考如下: https://blog.csdn.net/weixin_41466575/article/details/105326230?spm=1001.2101.3001.6661.1&utm_medium=distribute.pc_relevant_t0.none-task-blo 阅读全文
posted @ 2022-05-28 17:57 小白龙白龙马 阅读(38) 评论(0) 推荐(0)
摘要: 其他参考: https://blog.csdn.net/xueqinmax/article/details/81366087?spm=1001.2101.3001.6650.1&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault% 阅读全文
posted @ 2022-05-28 14:09 小白龙白龙马 阅读(75) 评论(0) 推荐(0)