- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://jongo.org/
- 软件文档: https://jongo.ci.cloudbees.com/job/jongo-ci/site/apidocs/index.html
- 官方下载: https://github.com/bguerout/jongo/releases
软件介绍
Jongo, 在 Java 中像 Mongo shell 一样使用 Mongo
忠实还原: Jongo 修复了 Mongo 查询语言在 Java 中时不能使用的问题, 复制/粘贴你的 shell 查询就可以了
面向对象: 保存对象到 collections& 从 collections 查找对象 . 使用你自己的类库或者内嵌的 Jackson 做转换
结实好用: 和 Mongo Java driver 一样快. 开源, 充分测试 & 结实好用的类库.
文档参见: jongo.org
SHELL
db.friends.find({age: {$gt: 18}})JAVA DRIVER
friends.find(new BasicDBObject("age",new BasicDBObject("$gt",18)))JONGO
friends.find("{age: {$gt: 18}}").as(Friend.class)
Introduction to the Design and Analysis of Algorithms
Anany Levitin / Addison Wesley / 2006-2-24 / USD 122.00
Based on a Based on a new classification of algorithm design techniques and a clear delineation of analysis methods, "Introduction to the Design and Analysis of Algorithms" presents the subject in a c......一起来看看 《Introduction to the Design and Analysis of Algorithms》 这本书的介绍吧!
JS 压缩/解压工具
在线压缩/解压 JS 代码
SHA 加密
SHA 加密工具
