摘要:
数据库:biancheng 新增集合以及文档: > db.createCollection("user"){ "ok" : 1 }> db.user.insert({name:'ceshi',age:22,sex:'nv'})WriteResult({ "nInserted" : 1 })> pom 阅读全文
posted @ 2023-02-05 17:23
小白龙白龙马
阅读(175)
评论(0)
推荐(0)
摘要:
参考文档,菜鸟教程:https://www.runoob.com/mongodb/mongodb-tutorial.html 参考文档、黑马教程:https://www.bilibili.com/video/BV1bJ411x7mq?p=1&vd_source=79bbd5b76bfd74c2ef1 阅读全文
posted @ 2023-02-05 16:36
小白龙白龙马
阅读(119)
评论(0)
推荐(0)