随笔分类 - mongodb
摘要:参考文章 mongodb删除字段_十分钟了解Mongodb数据库 mongodb删除字段_MongoDB系列:二、MongoDB常用操作练习(仅学习) Mongodb $nin操作符 mongodb的常用操作符 https://blog.csdn.net/xulong5000/article/det
阅读全文
摘要:需求概述 两个表中都有用户名,在personSubject用户名为code,在person中为userName 当删除userName表中的数据后,要求personSubject表中删除和person表对应的数据 解决方法 persons = db.getCollection("iam.identi
阅读全文
摘要:https://www.jianshu.com/p/91a31157ea9e
阅读全文
摘要:1.下载mongodb的linux版本 2.安装mongodb 2.1解压 tar -xvf mongodb-linux-x86_64-4.0.10.tgz 2.2移动解压后的文件到指定目录中 mv mongodb-linux-x86_64-4.0.10 /usr/mongodb 2.3设置数据存储
阅读全文