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

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.
主站蜘蛛池模板: 黄山市| 瑞昌市| 石首市| 临沭县| 大足县| 安西县| 平塘县| 吉安县| 南投市| 崇义县| 泾川县| 丰城市| 志丹县| 安平县| 孙吴县| 华亭县| 嘉定区| 体育| 西吉县| 綦江县| 石屏县| 固原市| 宁化县| 柞水县| 永康市| 大城县| 密云县| 江陵县| 西昌市| 南平市| 日喀则市| 阜康市| 广德县| 丰城市| 古浪县| 修武县| 贵南县| 和顺县| 青田县| 万源市| 昭平县|