- Mastering MongoDB 3.x
- Alex Giamas
- 159字
- 2021-08-20 10:10:42
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "In a sharded environment, each mongod applies its own locks, thus greatly improving concurrency."
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
> db.types.find().sort({a:-1})
{ "_id" : ObjectId("5908d59d55454e2de6519c4a"), "a" : [ 2, 5 ] }
{ "_id" : ObjectId("5908d58455454e2de6519c49"), "a" : [ 1, 2, 3 ] }
Any command-line input or output is written as follows:
> db.types.insert({"a":4})
WriteResult({ "nInserted" : 1 })
New terms and important words are shown in bold.
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 玩轉智能機器人程小奔
- AutoCAD快速入門與工程制圖
- 空間機器人遙操作系統及控制
- Python Algorithmic Trading Cookbook
- Hadoop Real-World Solutions Cookbook(Second Edition)
- 機器學習流水線實戰
- 計算機網絡原理與技術
- Kubernetes for Serverless Applications
- 西門子變頻器技術入門及實踐
- 新編計算機圖形學
- 未來學徒:讀懂人工智能飛馳時代
- WOW!Photoshop CS6完全自學寶典
- 智能制造系統及關鍵使能技術
- Redash v5 Quick Start Guide
- Mastering Machine Learning with R