- Node.js 6.x Blueprints
- Fernando Monteiro
- 201字
- 2021-07-14 10:34:57
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows:
Before we proceed, let's change the welcome message from: routes/index.js file to the following highlighted code.
A block of code is set as follows:
/* GET home page. */ router.get('/', function(req, res, next) { res.render('index', { title: 'Express from server folder' }); });
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
/* GET home page. */
router.get('/', function(req, res, next) {
res.render('index', { title: 'Express from server folder' });
});
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "clicking on the Next button moves you to the next screen".
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- iOS面試一戰(zhàn)到底
- Mastering Objectoriented Python
- 新一代通用視頻編碼H.266/VVC:原理、標準與實現(xiàn)
- SQL Server 2012數(shù)據(jù)庫技術(shù)及應用(微課版·第5版)
- 編寫整潔的Python代碼(第2版)
- JavaScript應用開發(fā)實踐指南
- Java圖像處理:基于OpenCV與JVM
- Xcode 6 Essentials
- Web前端開發(fā)技術(shù):HTML、CSS、JavaScript
- Selenium WebDriver Practical Guide
- Distributed Computing with Python
- H5匠人手冊:霸屏H5實戰(zhàn)解密
- LabVIEW數(shù)據(jù)采集(第2版)
- MySQL數(shù)據(jù)庫應用技術(shù)及實戰(zhàn)
- 深入淺出Rust