mongo
mongo什么意思,mongo翻译
基本解释
n.: 蒙戈
网络: 芒果;蒙哥;芒果油
英汉解释
蒙戈〔蒙古货币名,等于1/100图格里克〕
例句
Morphia accomplishes this by providing a set of annotations and a wrapper around the Mongo Java driver.
通过提供一系列围绕MongoJava驱动程序的注释和包装程序,Morphia完成了这些操作。
Mongo collections, much like relational database tables, need to be properly indexed to ensure reasonable query performance.
Mongo集合(非常像关系数据库表)需要正确进行索引以便确保合理的查询性能。
On Windows, this is in the form of the application mongo. exe.
在Windows系统中,它就是mongo.exe应用程序。
If at any stage you are looking for some help, you can simply issue the command "help" to the Mongo shell prompt.
如果您在某个阶段需要帮助,只需要在Mongoshell提示符下发出“help”命令。
Outside of the Mongo shell, you would use the update function in your applications to apply changes to existing data.
除了Mongoshell之外,您可以在应用程序中使用update函数来将更改应用到现有数据。
If you"re familiar with JavaScript you"ll also have a leg up as the mongo client is a full JavaScript interpreter.
如果你很熟悉JavaScript,你会觉得更加容易,因为Mongo客户端完全是由JavaScript编译的。
By default, the Mongo shell connects to the "test" database.
默认情况下,Mongoshell连接到“测试”数据库。
Ultimately I want to be able to query Mongo for the entities I want.
最终我希望能够查询Mongo并得到我想要的实体。
To make your life easier, rename this folder to mongo.
为了简便,将这个文件夹重命名为mongo。
Using the Mongo shell, we can insert data using a JSON-like syntax where each document is an object of key-value pairs.
通过Mongoshell,可以使用类似于JSON的语法插入数据,其中每个文档都是一个键-值对形式的对象。