- Web Development with MongoDB and NodeJS(Second Edition)
- Mithun Satheesh Bruno Joseph D'mello Jason Krol
- 189字
- 2021-07-09 21:12:58
Conventions
In this book, you will find a number of text styles 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: "The function that actually logs Three
is known as a callback to the setTimeout
function."
A block of code is set as follows:
console.log('One'); console.log('Two'); setTimeout(function() { console.log('Three'); }, 2000); console.log('Four'); console.log('Five');
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title"> Newest Images </h3> </div> <div class="panel-body"> {{#each images}} <div class="col-md-4 text-center" style="padding-bottom: 1em;"><a href="/images/{{ uniqueId }}"><img src="/public/upload/{{filename}}" alt="{{title}}" style="width: 175px; height: 175px;" class="img-thumbnail"></a></div> {{/each}} </div> </div>
Any command-line input or output is written as follows:
$ command -parameters –etc
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: " You should see The image:index controller testing123 on the screen!"
- Instant Testing with CasperJS
- 我的第一本算法書
- C#程序設計
- Visual C#.NET程序設計
- 用戶體驗增長:數字化·智能化·綠色化
- Protocol-Oriented Programming with Swift
- Java Web開發就該這樣學
- Internet of Things with ESP8266
- Java圖像處理:基于OpenCV與JVM
- Mastering PowerCLI
- Yii2 By Example
- Elastix Unified Communications Server Cookbook
- 自己動手構建編程語言:如何設計編譯器、解釋器和DSL
- Access 2016數據庫應用與開發:實戰從入門到精通(視頻教學版)
- 大象:Thinking in UML(第二版)