Chow's Notes


  • 首页

  • 分类

  • 归档

  • 标签
Chow's Notes

mongodb命令行导入导出数据

发表于 2016-10-19 | 分类于 数据库 |

导出:

mongoexport –host 127.0.0.1 –port 27017 –collection 集合名字–db 库名 –out 导出数据文件名.json

导入:

mongoimport –host 127.0.0.1 –port 27017 –collection 集合名字 –db 库名 –file /home/zhouping/数据文件名.json

Python: The _imagingft C module is not installed
python wsgi web程序部署方式记录
Chow

Chow

123 日志
21 分类
43 标签
GitHub DomainDeal
© 2017 Chow
由 Hexo 强力驱动
感谢github提供的免费空间 感谢iissnan's主题 - NexT.Pisces