- MongoDB Cookbook(Second Edition)
- Cyrus Dasadia Amol Nayak
- 192字
- 2021-07-23 14:38:54
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
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: "Create the /data/mongo/db directory
(or any of your choice)."
A block of code is set as follows:
import com.mongodb.DB; import com.mongodb.DBCollection; import com.mongodb.DBObject; import com.mongodb.MongoClient;
Any command-line input or output is written as follows:
$ sudo apt-get install default-jdk
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "As we want to start a free micro instance, check the Free tier only checkbox on the left".
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Instant Testing with CasperJS
- CMDB分步構建指南
- Python神經網絡項目實戰
- Mastering Ubuntu Server
- Responsive Web Design by Example
- 機器學習與R語言實戰
- Multithreading in C# 5.0 Cookbook
- NetBeans IDE 8 Cookbook
- 編程菜鳥學Python數據分析
- NoSQL數據庫原理
- Natural Language Processing with Java and LingPipe Cookbook
- Building Wireless Sensor Networks Using Arduino
- IoT Projects with Bluetooth Low Energy
- Mastering SciPy
- Python應用與實戰