摘要: MongoDB中 将表称为一个集合 mongod: mongod --dbpath dir //打开或者新建一个数据库 dir 为数据库目录 mongoimport: mongimport --db test --collection user --drop --file C:\text.json --db 导入的那个库 --collection 导入到那个表 --drop... 阅读全文
posted @ 2018-10-31 14:51 小二君i 阅读(341) 评论(0) 推荐(0)