- Web Development with MongoDB and Node.js
- Jason Krol
- 247字
- 2021-08-05 17:51:02
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, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Make sure you've npm installed all of the required modules for this chapter and that they are saved to your package.json
file."
A block of code is set as follows:
models.Image.aggregate({ $group : { _id : '1', viewsTotal : { $sum : '$views' } }}, function(err, result) { var viewsTotal = 0; if (result.length > 0) { viewsTotal += result[0].viewsTotal; } next(null, viewsTotal); });
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
.upload-button { border-bottom: solid 2px #005A8B; background: transparent $sprite-bg no-repeat; @include radius(4px); cursor: pointer;
Any command-line input or output is written as follows:
$ node server.js Server up: http://localhost:3300 Mongoose connected.
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: "Users demand more from their apps these days, and if you think about the application we've written, the Like button is a perfect example."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- 電腦組裝與系統安裝
- Citrix XenApp Performance Essentials
- Containerization with LXC
- Puppet實戰
- Persistence in PHP with the Doctrine ORM
- Instant Handlebars.js
- 嵌入式Linux驅動程序和系統開發實例精講
- 完美應用RHEL 8
- 計算機系統的自主設計
- Hands-On GPU Programming with Python and CUDA
- Learn CUDA Programming
- Linux操作系統
- iOS 10快速開發:18天零基礎開發一個商業應用
- 應急指揮信息系統設計
- Linux從入門到精通(視頻教學版)