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

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.

主站蜘蛛池模板: 芒康县| 老河口市| 金塔县| 五河县| 彩票| 九龙城区| 鹤壁市| 高阳县| 惠来县| 石柱| 静乐县| 广饶县| 德格县| 穆棱市| 凌云县| 应用必备| 临江市| 济南市| 广安市| 新源县| 深州市| 富裕县| 台安县| 阜宁县| 新余市| 德兴市| 庆城县| 旬邑县| 通道| 泽普县| 贵阳市| 琼海市| 连云港市| 博客| 腾冲县| 胶南市| 黔南| 平凉市| 汪清县| 乐业县| 洛川县|