- 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.
- Apache Oozie Essentials
- MySQL數據庫應用與管理 第2版
- 無代碼編程:用云表搭建企業數字化管理平臺
- jQuery從入門到精通 (軟件開發視頻大講堂)
- Effective Python Penetration Testing
- Visual Basic程序設計與應用實踐教程
- 數據結構習題解析與實驗指導
- 軟件測試實用教程
- Emgu CV Essentials
- Practical GIS
- Arduino機器人系統設計及開發
- Docker on Windows
- Jenkins 2.x實踐指南
- ROS Robotics Projects
- WordPress 3.7 Complete(Third Edition)