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

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.
主站蜘蛛池模板: 上高县| 方山县| 阜康市| 平利县| 巴林左旗| 汪清县| 安岳县| 宁城县| 梨树县| 龙江县| 鹤山市| 上林县| 嘉鱼县| 和硕县| 商水县| 盱眙县| 寻乌县| 镶黄旗| 应城市| 海城市| 拉萨市| 龙口市| 永济市| 甘孜| 阳春市| 绿春县| 平乐县| 阳城县| 共和县| 阳原县| 庄河市| 昭平县| 临湘市| 昭平县| 龙口市| 麻栗坡县| 台中市| 南丰县| 西畴县| 文昌市| 南召县|