
mongoDB
jiyuanpengjiyuanpeng
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Installing mongoDB
1. Download mongoDB: You should place the mongoDB binaries in a central location on the file system that is easy to access and control. Consider /opt. wget http://fastdl.mongodb.org/linux/mongodb-...原创 2013-04-06 12:52:37 · 110 阅读 · 0 评论 -
Getting Started with mongoDB Development
After starting the mongo shell your session will use the test database for context, by default. At any time issue the following operation at the mongo to report the current database: db db returns ...原创 2013-04-06 18:18:26 · 75 阅读 · 0 评论 -
MongoDB Connection
1. Insert into mongoDB package demo; import java.net.UnknownHostException; import com.mongodb.BasicDBObject; import com.mongodb.DB; import com.mongodb.DBCollection; import com.mongodb.DBCurs...原创 2013-04-13 07:54:35 · 172 阅读 · 0 评论 -
DataNucleus - Tutorial for JDO using MongoDB
Simple demonstration of using JDO with DataNucleus You can run this with any supported datastore by simply editing the followingfiles : (1) src/main/resources/META-INF/persistence.xml [Edit ...原创 2013-04-13 18:47:39 · 122 阅读 · 0 评论