- Electron Projects
- Denys Vuika
- 202字
- 2021-06-24 12:14:30
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 box—you 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."
- 微信公眾平臺與小程序開發:從零搭建整套系統
- What's New in TensorFlow 2.0
- TestNG Beginner's Guide
- 數據結構(Python語言描述)(第2版)
- Django:Web Development with Python
- 程序員考試案例梳理、真題透解與強化訓練
- Learning Firefox OS Application Development
- Windows內核編程
- NetBeans IDE 8 Cookbook
- Couchbase Essentials
- 深入理解BootLoader
- ROS機器人編程實戰
- Three.js權威指南:在網頁上創建3D圖形和動畫的方法與實踐(原書第4版)
- Google Adsense優化實戰
- Java EE輕量級解決方案:S2SH