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

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: "relationship between the Tweet and Message objects."

A block of code is set as follows:

class Customer
{
public string firstName;
public string lastName;
public string phoneNumber;
public string emailAddress;

public string GetFullName()
{
return firstName + " " + lastName;
}
}

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

class class-name {
// property 1
// property 2
// ...

// method 1
// method 2
// ...
}

Any command-line input or output is written as follows:

git config --global user.name = "john"
git config --global user.email = "john@example.com"

Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Go to Tools | Extensions and Updates."

Warnings or important notes appear like this.
Tips and tricks appear like this.
主站蜘蛛池模板: 南通市| 明溪县| 康马县| 华坪县| 辽宁省| 商丘市| 香港 | 乳山市| 阆中市| 华安县| 汉中市| 都昌县| 邵阳市| 景洪市| 通州市| 屏山县| 长沙县| 青冈县| 观塘区| 资中县| 临漳县| 祁东县| 泸溪县| 兴仁县| 江油市| 长沙市| 深水埗区| 略阳县| 商河县| 扬州市| 蒲城县| 郯城县| 宁南县| 尼木县| 南通市| 新野县| 牟定县| 时尚| 南昌县| 类乌齐县| 林甸县|