在 Java 中像 Mongo shell 一样使用 Mongo Jongo

码农软件 · 软件分类 · Java开发工具 · 2019-11-06 08:44:35

软件介绍

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)

本文地址:https://codercto.com/soft/d/18375.html

Introduction to the Design and Analysis of Algorithms

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 压缩/解压工具

在线压缩/解压 JS 代码

SHA 加密
SHA 加密

SHA 加密工具