- 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.
- 實(shí)時(shí)流計(jì)算系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn)
- 手把手教你玩轉(zhuǎn)RPA:基于UiPath和Blue Prism
- 并行數(shù)據(jù)挖掘及性能優(yōu)化:關(guān)聯(lián)規(guī)則與數(shù)據(jù)相關(guān)性分析
- 電腦上網(wǎng)直通車
- 網(wǎng)絡(luò)化分布式系統(tǒng)預(yù)測(cè)控制
- 悟透AutoCAD 2009案例自學(xué)手冊(cè)
- 網(wǎng)站入侵與腳本攻防修煉
- 單片機(jī)原理實(shí)用教程
- 工業(yè)機(jī)器人實(shí)操進(jìn)階手冊(cè)
- JRuby語(yǔ)言實(shí)戰(zhàn)技術(shù)
- Creating ELearning Games with Unity
- 納米集成電路制造工藝(第2版)
- Kubernetes on AWS
- Advanced Deep Learning with Keras
- PostgreSQL High Performance Cookbook