In the software development, we usually are faced with a common question of exporting or importing data from database. So in this blog we will together study the mongoddb export and mongodb import.

一、 mongoImport

First of all, let's create many test records;

watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvc3hiMDg0MTkwMTExNg==/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/Center" alt="">

and then we use the 'mongoexport -help ' command to query the main options.

The content of the txt is as follows:

According to the query condition, the export file will be exported.

最新文章

  1. 编译安装apache
  2. Android Studio增加NDK代码编译支持--Mac环境
  3. Java EE开发平台随手记1
  4. 描述Linux下文件删除的原理(计时3分钟)
  5. xdebug调试php程序
  6. 将Qt5.5 动态链接生成的exe及依赖dll打包方法
  7. DB,Cache和Redis应用场景分析
  8. PhoneGap搭建运行环境(3.2版本)
  9. 【转】设置SecureCRT会话的缓冲区大小
  10. VB.NET数据库编程基础教程
  11. 分布式监控系统开发【day37】:监控客户端开发(五)
  12. Rem自适应js---flexible.min.js
  13. HTML5 学习03——内联 SVG
  14. ELK日志收集
  15. django-内网项目上线测试部署步骤
  16. C#winform抓取百度,Google搜索关键词结果
  17. 11.7 (下午)开课二个月零三天 (PDO)
  18. 连接APB1和APB2的设备有哪些
  19. 一款基于css3的简单的鼠标悬停按钮
  20. Python学习---Django的request扩展[获取用户设备信息]

热门文章

  1. selenium python (八)定位frame中的对象
  2. cocos2dx 内存管理的理解
  3. SublimeText3 初探(工欲善其事,必先利其器)
  4. 第一天开通博客,就粗略写一下刚了解TCP/IP协议工作过程
  5. MATLAB图像处理工具箱
  6. (转载)OC学习篇之---代理模式
  7. public static void main(String arg[])
  8. 数据结构(12) -- 图的邻接矩阵的DFS和BFS
  9. Azure中的分布式1——多实例
  10. 桶排序-Node.js-对象排序