
mongodb
文章平均质量分 86
mingluoxuan
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
mongodb---java 操作
Getting Started with Java DriverIntroductionThis page is a brief overview of working with the MongoDB Java Driver.For more information about the Java API, please refer to the online API Docu...原创 2013-04-07 14:46:59 · 143 阅读 · 0 评论 -
mongodb---spring data
1:mangodb 作为数据缓存层,基础数据层 2:mangodb 支持 条件查询,保存格式是bson类似json的格式: 操作: linux: cd / usr/ mongodb/bin >./ mongo > use person >show dbs //显示有那些数据库 >show collectio...原创 2013-06-08 20:34:24 · 114 阅读 · 0 评论