官术网_书友最值得收藏!

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.

主站蜘蛛池模板: 原平市| 湾仔区| 阿尔山市| 临湘市| 岳普湖县| 仪征市| 庐江县| 辉县市| 内丘县| 北京市| 碌曲县| 宁晋县| 和田县| 汽车| 大邑县| 道孚县| 宣恩县| 新昌县| 左云县| 桂平市| 济源市| 集安市| 双城市| 泸州市| 临安市| 农安县| 元氏县| 方城县| 偏关县| 诏安县| 介休市| 湖口县| 阳山县| 奎屯市| 分宜县| 成都市| 西乡县| 洪泽县| 海南省| 永靖县| 威信县|