- Practical Internet of Things with JavaScript
- Arvind Ravulavaru
- 177字
- 2021-07-02 19:58:36
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: "Now, inside the broker folder, create another folder named certs and cd into that folder." A block of code is set as follows:
// MongoDB connection options
mongo: {
uri: 'mongodb://admin:admin123@ds241055.mlab.com:41055/iotfwjs'
},
mqtt: {
host: process.env.EMQTT_HOST || '127.0.0.1',
clientId: 'API_Server_Dev',
port: 8883
}
};
Any command-line input or output is written as follows:
openssl req -newkey rsa:2048 -nodes -keyout key.pem -x509 -days 365 -out certificate.pem
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Once logged in, click on the Create New button to create a new DB."
Warnings or important notes appear like this.
Tips and tricks appear like this.
- Microsoft Power BI Quick Start Guide
- 3D Printing with RepRap Cookbook
- Blockchain Quick Start Guide
- ESP8266 Home Automation Projects
- 具比例時滯遞歸神經網絡的穩定性及其仿真與應用
- Applied Data Visualization with R and ggplot2
- 電腦上網輕松入門
- 從零開始學Java Web開發
- 學練一本通:51單片機應用技術
- 單片機技術項目化原理與實訓
- AVR單片機工程師是怎樣煉成的
- 數字多媒體技術基礎
- 設計模式
- 基于Proteus的PIC單片機C語言程序設計與仿真
- 精通ROS機器人編程(原書第2版)