<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>琼殿技术论坛 - MongoDB论坛</title>
    <link>https://bbs.qiongdian.com/f-89-1</link>
    <description>Latest 20 threads of MongoDB论坛</description>
    <copyright>Copyright(C) 琼殿技术论坛</copyright>
    <generator>Discuz! Board by Discuz! Team</generator>
    <lastBuildDate>Wed, 27 May 2026 08:16:16 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://bbs.qiongdian.com/static/image/common/logo_88_31.gif</url>
      <title>琼殿技术论坛</title>
      <link>https://bbs.qiongdian.com/</link>
    </image>
    <item>
      <title>万字详解，吃透 MongoDB！</title>
      <link>https://bbs.qiongdian.com/t-63155-1-1.html</link>
      <description><![CDATA[本文已经收录进 JavaGuide（「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。）

少部分内容参考了 MongoDB 官方文档的描述，在此说明一下。
MongoDB 基础
MongoDB 是什么？
MongoDB 是一个基于 分布式文件存储 的开源 NoSQL 数据库系统，由 C+ ...]]></description>
      <category>MongoDB论坛</category>
      <author>清风知我意</author>
      <pubDate>Sun, 29 Jan 2023 07:20:00 +0000</pubDate>
    </item>
    <item>
      <title>MongoDB从入门到实战之MongoDB工作常用操作命令</title>
      <link>https://bbs.qiongdian.com/t-63145-1-1.html</link>
      <description><![CDATA[前言
上一章节我们快速的在Docker容器中安装了MongoDB，并且通过Navicat MongoDB可视化管理工具快速的连接、创建数据库、集合以及添加了文档数据源。这一章节我们主要是了解一下在日常工作中MongoDB一些常用的操作命令。
MongoDB从入门到实战的相关教程
MongoDB从入门到 ...]]></description>
      <category>MongoDB论坛</category>
      <author>独角戏爱偏襟盘扣装和古装</author>
      <pubDate>Sun, 01 Jan 2023 04:20:00 +0000</pubDate>
    </item>
    <item>
      <title>Docker安装MongoDB并使用Navicat连接</title>
      <link>https://bbs.qiongdian.com/t-63144-1-1.html</link>
      <description><![CDATA[MongoDB简介：
　　MongoDB是一个基于分布式文件存储的数据库。由C++语言编写。旨在为WEB应用提供可扩展的高性能数据存储解决方案。是一个介于关系数据库和非关系数据库之间的产品，是非关系数据库当中功能最丰富，最像关系数据库的。它支持的数据结构非常松散，是类似j ...]]></description>
      <category>MongoDB论坛</category>
      <author>不负时光不负卿</author>
      <pubDate>Sun, 16 Oct 2022 10:04:00 +0000</pubDate>
    </item>
    <item>
      <title>SpringBoot 整合 MongoDB 实战解说</title>
      <link>https://bbs.qiongdian.com/t-63153-1-1.html</link>
      <description><![CDATA[一、介绍
在前面的文章中，我们详细的介绍了 MongoDB 的配置和使用，如果你对 MongoDB 还不是很了解，也没关系，在 MongoDB 中有三个比较重要的名词：数据库、集合、文档！

数据库（Database）：和关系型数据库一样，每个数据库中有自己的用户权限，不同的项目组可以使 ...]]></description>
      <category>MongoDB论坛</category>
      <author>龙乡飞同凡响</author>
      <pubDate>Wed, 31 Aug 2022 09:36:00 +0000</pubDate>
    </item>
    <item>
      <title>.Net Core中使用MongoDB</title>
      <link>https://bbs.qiongdian.com/t-63147-1-1.html</link>
      <description><![CDATA[MongoDB 是由C++语言编写的，是一个基于分布式且面向文档存储的开源数据库系统。
下载地址：

https://www.mongodb.com/download-center/community

在.Net Core中使用需要引入核心包 MongoDB.Driver
添加数据：

//与Mongodb建立连接
MongoClient client = new MongoCl ...]]></description>
      <category>MongoDB论坛</category>
      <author>冷暖吱吱</author>
      <pubDate>Sun, 02 Aug 2020 08:48:00 +0000</pubDate>
    </item>
    <item>
      <title>MongoDB安装以及配置教程</title>
      <link>https://bbs.qiongdian.com/t-63149-1-1.html</link>
      <description><![CDATA[MongoDB安装以及配置教程

 安装的版本(mongo 3.4)：
mongodb-win32-x86_64-2008plus-ssl-3.4.4-signed.msi
资源：
　　链接：https://pan.baidu.com/s/1Rb71jp-YJGHKXqcWL2fUKQ 　　提取码：tvpd
★如果嫌弃网盘限速可以点击下载下面这个小版本差别不大)
mongodb-win32 ...]]></description>
      <category>MongoDB论坛</category>
      <author>照張办事</author>
      <pubDate>Wed, 29 Apr 2020 17:21:00 +0000</pubDate>
    </item>
    <item>
      <title>MongoDB操作符之$elemMatch</title>
      <link>https://bbs.qiongdian.com/t-63152-1-1.html</link>
      <description><![CDATA[问题
如果MongoDB 数据库集合中仅存在一条记录
{
    \&quot;_id\&quot; : ObjectId(\&quot;5e6b4ef546b5f44e5c5b276d\&quot;),
    \&quot;name\&quot; : \&quot;赵小明\&quot;,
    \&quot;used_name\&quot; : [ 
        \&quot;赵明\&quot;, 
        \&quot;赵小朋\&quot;
    ],
    \&quot;age\&quot; : 16,
    \&quot;gender\&quot; : 0,
    \&quot;relatives\&quot; : [ 
        {
     ...]]></description>
      <category>MongoDB论坛</category>
      <author>軍临天下</author>
      <pubDate>Mon, 30 Mar 2020 02:08:00 +0000</pubDate>
    </item>
    <item>
      <title>MongoDB -&gt; kafka 高性能实时同步(sync 采集)mongodb数据到kafka解决方案</title>
      <link>https://bbs.qiongdian.com/t-63141-1-1.html</link>
      <description><![CDATA[写这篇博客的目的
让更多的人了解 阿里开源的MongoShake可以很好满足mongodb到kafka高性能高可用实时同步需求（项目地址：https://github.com/alibaba/MongoShake，下载地址：https://github.com/alibaba/MongoShake/releases）。至此博客就结束了，你可以愉快地啃这个 ...]]></description>
      <category>MongoDB论坛</category>
      <author>用户梨花</author>
      <pubDate>Tue, 18 Feb 2020 17:25:00 +0000</pubDate>
    </item>
    <item>
      <title>Linux centos7安装Mongodb</title>
      <link>https://bbs.qiongdian.com/t-63154-1-1.html</link>
      <description><![CDATA[Linux centos7安装Mongodb-4.0
1.下载
　　官方下载地址：https://www.mongodb.com/download-center/community
2.上传解压
　　1)rz命令上传
　　
　　2）解压安装
　　解压：tar -zxvf mongodb-linux-x86_64-4.0.6.tgz
　 移动：mv ./mongodb-linux-x86_64-4.0.6 /usr ...]]></description>
      <category>MongoDB论坛</category>
      <author>哓哓</author>
      <pubDate>Mon, 06 Jan 2020 07:34:00 +0000</pubDate>
    </item>
    <item>
      <title>MongoDB–Spring Data MongoDB详细操作（增删改查）</title>
      <link>https://bbs.qiongdian.com/t-63143-1-1.html</link>
      <description><![CDATA[github：https://github.com/Ccww-lx/Sp...
&amp;nbsp;在NoSQL盛行的时代，App很大可能会涉及到MongoDB数据库的使用，而也必须学会在Spring boot使用Spring Data连接MongoDB进行数据增删改查操作，如下为详细的操作手册。
依赖
直接导入spring-data-mongodb包或者使用Spring ...]]></description>
      <category>MongoDB论坛</category>
      <author>湘水渔叟</author>
      <pubDate>Tue, 10 Dec 2019 01:58:00 +0000</pubDate>
    </item>
    <item>
      <title>Centos7 安装MongoDB</title>
      <link>https://bbs.qiongdian.com/t-63150-1-1.html</link>
      <description><![CDATA[MongoDB是一个基于分布式文件存储的数据库。由C++语言编写。旨在为WEB应用提供可扩展的高性能数据存储解决方案。
欲安装版本
MongoDB 4.2企业版
使用.rpm包（推荐）
1.配置存储库
创建一个/etc/yum.repos.d/mongodb-enterprise.repo文件，以便可以使用以下yum命令直接安 ...]]></description>
      <category>MongoDB论坛</category>
      <author>开心健康幸福</author>
      <pubDate>Wed, 30 Oct 2019 07:22:00 +0000</pubDate>
    </item>
    <item>
      <title>MongoDB的安装，mongod和mongo的区别</title>
      <link>https://bbs.qiongdian.com/t-63142-1-1.html</link>
      <description><![CDATA[&amp;nbsp;
一. mongoDB安装路径
安装路径（最新4.0.11）：https://www.mongodb.com/download-center/community?jmp=nav
建议另外找路径下载，外网太慢，等不住。。
这是一位博主提供的下载路径（4.0.10）：
百度链接：https://pan.baidu.com/s/1xhFsENTVvU-tnjK9ODJ7Ag&amp;nbs ...]]></description>
      <category>MongoDB论坛</category>
      <author>工务</author>
      <pubDate>Wed, 31 Jul 2019 15:27:00 +0000</pubDate>
    </item>
    <item>
      <title>.net Core MongoDB用法演示</title>
      <link>https://bbs.qiongdian.com/t-63151-1-1.html</link>
      <description><![CDATA[C#驱动MongoDB的本质是将C#的操作代码转换为mongo shell，驱动的API也比较简单明了，方法名和js shell的方法名基本都保持一致，熟悉mongo shell后学习MongoDB的C#驱动是十分轻松的，直接看几个demo吧。
0.准备测试数据
使用js shell添加一些测试数据，如下：

use myDb
 ...]]></description>
      <category>MongoDB论坛</category>
      <author>韦唯道来</author>
      <pubDate>Mon, 22 Jul 2019 04:33:00 +0000</pubDate>
    </item>
    <item>
      <title>快速掌握mongoDB(四)—— C#驱动MongoDB用法演示</title>
      <link>https://bbs.qiongdian.com/t-63156-1-1.html</link>
      <description><![CDATA[　　前边我们已经使用mongo shell进行增删查改和聚合操作，这一篇简单介绍如何使用C#驱动MongoDB。C#驱动MongoDB的本质是将C#的操作代码转换为mongo shell，驱动的API也比较简单明了，方法名和js shell的方法名基本都保持一致，熟悉mongo shell后学习MongoDB的C#驱动是 ...]]></description>
      <category>MongoDB论坛</category>
      <author>一彬</author>
      <pubDate>Sat, 20 Jul 2019 03:42:00 +0000</pubDate>
    </item>
    <item>
      <title>快速掌握mongoDB(三)——mongoDB的索引详解</title>
      <link>https://bbs.qiongdian.com/t-63146-1-1.html</link>
      <description><![CDATA[1 mongoDB索引的管理
　　本节介绍mongoDB中的索引，熟悉mysql/sqlserver等关系型数据库的小伙伴应该都知道索引对优化数据查询的重要性。我们先简单了解一下索引：索引的本质就是一个排序的列表，在这个列表中存储着索引的值和包含这个值的数据(数据row或者document)的 ...]]></description>
      <category>MongoDB论坛</category>
      <author>随我婆娑</author>
      <pubDate>Fri, 19 Jul 2019 06:47:00 +0000</pubDate>
    </item>
    <item>
      <title>Springboot配置MongoDB连接</title>
      <link>https://bbs.qiongdian.com/t-63157-1-1.html</link>
      <description><![CDATA[　　之前有个项目，用的是Springboot框架，对接的数据库是mongodb，当时花了一些时间去做这个配置MongoDB的连接，现在把这个过程记录下来，以免遗忘。
一、在pom中添加依赖。




&amp;lt;!-- 增加mongodb支持 --&amp;gt;&amp;lt;dependency&amp;gt;    &amp;lt;groupId&amp;gt;org.springframework.boot&amp;lt;/groupId ...]]></description>
      <category>MongoDB论坛</category>
      <author>卡地亚的生活</author>
      <pubDate>Tue, 16 Jul 2019 03:39:00 +0000</pubDate>
    </item>
    <item>
      <title>快速掌握mongoDB(一)——mongoDB安装部署和常用shell命令</title>
      <link>https://bbs.qiongdian.com/t-63140-1-1.html</link>
      <description><![CDATA[1.mongoDB简介
　　mongoDB 是由C++语言编写的，是一种分布式的面向文档存储的开源nosql数据库。nosql是Not Only SQL的缩写，是对不同于传统的关系型数据库的数据库管理系统的统称。
　　mongoDB是无模式的文档数据库,在关系型数据库中，数据表的每一行都拥有一样的字段 ...]]></description>
      <category>MongoDB论坛</category>
      <author>共和仔</author>
      <pubDate>Tue, 16 Jul 2019 00:32:00 +0000</pubDate>
    </item>
    <item>
      <title>MongoDB的集群模式--Sharding(分片)</title>
      <link>https://bbs.qiongdian.com/t-63159-1-1.html</link>
      <description><![CDATA[&amp;nbsp;
&amp;nbsp;
分片是数据跨多台机器存储，MongoDB使用分片来支持具有非常大的数据集和高吞吐量操作的部署。
具有大型数据集或高吞吐量应用程序的数据库系统可能会挑战单个服务器的容量。例如，高查询率会耗尽服务器的CPU容量。工作集大小大于系统的RAM会强调磁盘驱动器 ...]]></description>
      <category>MongoDB论坛</category>
      <author>李烈火</author>
      <pubDate>Thu, 20 Jun 2019 09:37:00 +0000</pubDate>
    </item>
    <item>
      <title>MongoDB find方法</title>
      <link>https://bbs.qiongdian.com/t-63148-1-1.html</link>
      <description><![CDATA[源数据

{　　\&quot;uuid\&quot; : 12700004,　　\&quot;card\&quot; : 981.3000000000029,
    \&quot;weixin\&quot; : {
        \&quot;unionId\&quot; : \&quot;o1wS90l6kHDFXY2lAPDb9bPxRZxI1\&quot;,
        \&quot;openId\&quot; : \&quot;o9zCJ1Aat93B0UjdlCFDAWmimBcEb\&quot;,
        \&quot;nick\&quot; : \&quot;麦袋\&quot;,
        \&quot;sex\&quot; : 1,
        \&quot;avata]]></description>
      <category>MongoDB论坛</category>
      <author>戴面具的砺锋</author>
      <pubDate>Thu, 23 May 2019 10:03:00 +0000</pubDate>
    </item>
    <item>
      <title>windows环境下启动mongodb服务</title>
      <link>https://bbs.qiongdian.com/t-63158-1-1.html</link>
      <description><![CDATA[方法一1、打开命令窗口，切换到mongodb安装目录下的“bin”目录中。
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 输入命令：cd E:\\software\\MongoDB\\Server\\3.4\\bin
&amp;nbsp;
2、启动服务。输入命令：”mongod --dbpath E:\\software\\MongoDB\\data
&amp;nbsp;
注：--dbpath是指定数据库存 ...]]></description>
      <category>MongoDB论坛</category>
      <author>吃胖而已</author>
      <pubDate>Thu, 09 May 2019 08:53:00 +0000</pubDate>
    </item>
  </channel>
</rss>