- Mastering Node.js(Second Edition)
- Sandro Pasquali Kevin Faaborg
- 225字
- 2021-07-02 19:28: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: "If we take a look at our find-byte.c file, we will see that our render method returns content wrapped in the View component".
A block of code is set as follows:
const s1 = "first string";
const s2 = "second string";
let s3 = s1 + s2;
Any command-line input or output is written as follows:
$ node --version
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 char *s1 = "first string";
const char *s2 = "second string";
int size = strlen(s1) + strlen(s2);
char *buffer = (char *)malloc(size + 1);
strcpy(buffer, s1);
strcat(buffer, s2);
free(buffer);
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: "Clicking the Next button moves you to the next screen."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
- 黑客攻防實戰技術完全手冊:掃描、嗅探、入侵與防御
- 物聯網(IoT)基礎:網絡技術+協議+用例
- OpenLayers Cookbook
- Learning QGIS 2.0
- Web Application Development with R Using Shiny
- 互聯網基礎資源技術與應用發展態勢(2021—2023)
- 局域網組建、管理與維護項目教程(Windows Server 2003)
- 雷達饋線技術
- CCNP TSHOOT(642-832)認證考試指南
- 網絡環境中基于用戶視角的信息質量評價研究
- Bonita Open Solution 5.x Essentials
- SAE原理與網絡規劃
- 異構蜂窩網絡關鍵理論與技術
- Dart Cookbook
- 云計算技術與標準化