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

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in the text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Just type code or visual studio code into the search boxyou should get the link to the corresponding package."

A block of code is set as follows:

win = new BrowserWindow({ 
width: 800,
height: 600,
webPreferences: {
nodeIntegration: true
}
frame: false
});

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

function createWindow() {
win = new BrowserWindow({ titleBarStyle: 'hidden' });

win.loadURL(`http://localhost:3000`);

win.on('closed', () => {
win = null;
});
}

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

git --version

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: "If you click on the icon, you should get the Quit menu entry."

Warnings or important notes appear like this.
Tips and tricks appear like this.
主站蜘蛛池模板: 电白县| 巴林右旗| 天津市| 保山市| 庆云县| 吴堡县| 祁阳县| 治县。| 东宁县| 大厂| 云龙县| 武夷山市| 秦皇岛市| 徐闻县| 当涂县| 化州市| 施甸县| 扶风县| 乐平市| 太仓市| 松潘县| 娱乐| 鹤壁市| 平陆县| 卓尼县| 南投县| 福建省| 冀州市| 镇平县| 定陶县| 大邑县| 原阳县| 石狮市| 丹东市| 冷水江市| 南雄市| 和龙市| 淮安市| 延庆县| 米易县| 承德市|