- Learning Node.js Development
- Andrew Mead
- 177字
- 2021-06-30 18:56:38
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."
A block of code is set as follows:
console.log('Starting app.js');
const fs = require('fs');
const _ = require('lodash');
const yargs = require('yargs');
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
const argv = yargs.argv;
var command = process.argv[2];
console.log('Command:', command);
console.log('Process', process.argv);
console.log('Yargs', argv);
Any command-line input or output is written as follows:
cd hello-world
node app.js
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select System info from the Administration panel."
- 高校網(wǎng)絡(luò)道德教育研究
- Learning QGIS 2.0
- 信息通信網(wǎng)絡(luò)建設(shè)安全管理概要2
- 面向物聯(lián)網(wǎng)的嵌入式系統(tǒng)開(kāi)發(fā):基于CC2530和STM32微處理器
- 企業(yè)網(wǎng)絡(luò)安全管理
- Getting Started with Grunt:The JavaScript Task Runner
- 通信原理及MATLAB/Simulink仿真
- 語(yǔ)音信號(hào)處理及Blackfin DSP實(shí)現(xiàn)
- 深入理解OpenStack Neutron
- Hands-On Microservices with Node.js
- 大型企業(yè)微服務(wù)架構(gòu)實(shí)踐與運(yùn)營(yíng)
- 工業(yè)以太網(wǎng)技術(shù):AFDX/TTE網(wǎng)絡(luò)原理、接口、互連與安全
- 物聯(lián)網(wǎng),So Easy!
- 物聯(lián)網(wǎng)技術(shù)與實(shí)踐
- 深入淺出計(jì)算機(jī)網(wǎng)絡(luò)