摘要: 三元素:数据库,集合,文档mongod --dbpath=E:\db --rest //开启数据库,并制定数据库目录,并开启restful服务(端口加1000)http://localhost:27017/ //查看是否开启成功mongo //联接到test数据库use 数据库名 //切换到其他数据... 阅读全文
posted @ 2012-07-08 16:35 fannet 阅读(153) 评论(0) 推荐(0)