- 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.
- 機器學習實戰:基于Sophon平臺的機器學習理論與實踐
- 大數據戰爭:人工智能時代不能不說的事
- 平面設計初步
- Dreamweaver CS3網頁制作融會貫通
- Getting Started with MariaDB
- Expert AWS Development
- Associations and Correlations
- 云計算和大數據的應用
- 基于敏捷開發的數據結構研究
- 嵌入式GUI開發設計
- Introduction to R for Business Intelligence
- Drupal高手建站技術手冊
- MongoDB 4 Quick Start Guide
- FreeCAD [How-to]
- Learning iOS 8 for Enterprise