搜索资源列表
Mongodb
- mongodb 测试工具,测试系统运行效率并比较-mongodb test tools, test and compare the efficiency of system operation
MongoDB.pdf
- 一个非常好的mongodb实战教程,很适合初学者。-A very good mongodb actual combat tutorials, very suitable for beginners.
MongoDB.The.Definitive.Guide
- MongoDB.The.Definitive.Guide是一本mongodb的原本书籍,很权威,讲的也很不错~值得一看。-MongoDB.The.Definitive.Guide is a mongodb the original books, very authoritative, speaking very good- worth a look.
MongoDB
- MongoDB是一个基于分布式文件存储的数据库。由C++语言编写。旨在为WEB应用提供可护展的高性能数据存储解决方案。-MongoDB is based on a distributed file storage database. By the C++ language. WEB application designed to provide protection for the development of high-performance data storage solutions.
MongoDB_INstruction
- MongoDB是当今非常流行的NoSQL数据库,本文档简单对其做了一个简单介绍-MongoDB very popular today NoSQL database, the document simply made a brief introduction to their
mongodb2VSoracle--DBTests
- MongoDB数据库与传统的关系型数据库Oracle性能对比-MongoDB traditional relational database, Oracle database performance comparison
MongoDB-Trail
- MongoDB入门教程,对于初学者来说,还是很合适的-MongoDB Tutorial for beginners, is still very appropriate
scaling-mongodb
- Oreilly Scalling mongoDB
The-Definitive-Guide-to-MongoDB
- mongODB 的技术指导书,是nosql数据库的一个重要中间件,用于云计算和web-The Definitive Guide to MongoDB
TheDefinitiveGuidetoMongoDB
- mongodb是一个高性能的非关系型数据库,其底层还实现了一个分布式文件系统,可用于各种云计算。基于mongodb做搜索引擎也是非常好的选择,用它给数以亿计的网页建立反向索引也是轻而易举的事情!!!本书由维护mongodb的核心人员所写,详细且清晰的介绍了mongodb。-mongodb is a high performance non-relational database, the bottom also implements a distributed file system, can
the-little-mongodb-book
- the little mongodb book
mongodb-linux-i686-1.8.4
- linux下的NoSQL连接包。注意解压缩后后缀名换成.tgz。MongoDB是一个基于分布式文件存储的数据库。他支持的数据结构非常松散,是类似json的bjson格式,因此可以存储比较复杂的数据类型-The Linux NoSQL connection bag. MongoDB is a based on distributed file storage database. His support for data structure is very loose, is similar to
mongodb-learning-manual
- MongoDB是一个可扩展、高性能的下一代数据库,由C++语言编写, 旨在为web应用提供可扩展的高性能数据存储解决方案。本文介绍了MongoDB的相关知识和使用方法-MongoDB is a scalable, high-performance next-generation database prepared by the C++ language designed for web applications to provide scalable, high-performance da
mongodb c#测试代码
- mongodb c#测试代码,包含数据库的连接,插入,批量插入操作
SpringData-MongoDB-Example-v1.0.4
- Example of work with Spring Data and MongoDB. The Mongo is most popular from NoSQL databases. It s scalable document-oriented database.
mongodb
- mongodb数据库的学习与总结 mongodb数据库的学习与总结-the mongodb database of learning and summarize
MongoDB教程
- MongoDB V3.0.6 教程,中文教程,(MongoDB V3.0.6 USER Manual)
mongodb
- mongodb数据库的基本操作,例如增删改查,聚合查询等(The basic operation of mongodb database)
MongoDB Setting
- This section of the manual contains tutorials on installation of MongoDB. For upgrade instructions, see Upgrade Procedures instead.
mongoDB操作例子含源码
- 本片文档详细介绍了mongoDB数据库基本操作方式,包括连接新建数据库以及简单的根据单条件或多条件增删改查