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

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: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."

A block of code is set as follows:

public void WriteLog(string message)
{
logFile.WriteLine($"{DateTime.Now} Log Message: {message} ");
}

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

if (!File.Exists(logFileName))
{
logFile = File.CreateText(logFileName);
}
else
{
logFile = File.AppendText(logFileName);
}

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

$ dotnet build

Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select System info from the Administration panel."

Warnings or important notes appear like this.

Tips and tricks appear like this.

主站蜘蛛池模板: 定州市| 泰安市| 丹江口市| 海晏县| 石棉县| 凤庆县| 来凤县| 固镇县| 镇沅| 奉节县| 莱芜市| 奉节县| 汪清县| 二手房| 上蔡县| 巨鹿县| 霍山县| 古交市| 北海市| 元阳县| 孟村| 蓝山县| 通州区| 临江市| 渝中区| 杭锦旗| 积石山| 佛山市| 二手房| 伊春市| 梅河口市| 大渡口区| 萝北县| 磐安县| 汝州市| 九龙坡区| 凤山县| 临沂市| 滁州市| 海门市| 中阳县|