- 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.
- 網絡教育學習指導
- 網絡云百問百答
- Twilio Cookbook
- Building RESTful Web Services with Spring 5(Second Edition)
- Learning Swift(Second Edition)
- Microservice Patterns and Best Practices
- 面向5G-Advanced的關鍵技術
- 網絡安全應急響應技術實戰指南
- TD-LTE無線網絡規劃與設計
- Learning Windows 8 Game Development
- 網絡利他行為研究:積極心理學的視角
- 高級網絡技術
- 物聯網工程概論
- 5G時代的大數據技術架構和關鍵技術詳解
- 云工廠:開啟中國制造云時代