官术网_书友最值得收藏!

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: "At the time of the writing, the currently active version was node.js 0.10.33."

A block of code is set as follows:

var Dungeon = function(cells) {
  this.cells = cells
  this.bookedCells = 0
}

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

var dungeons = {}
Dungeon.find = function(id, callback) {
  if(!dungeons[id]) {
    dungeons[id] = new Dungeon(100)
  }

Any command-line input or output is written as follows:

$ npm install –g express

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: "Clicking on the Next button moves you to the next screen."

Note

Important links or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 库尔勒市| 思茅市| 江津市| 普安县| 丰都县| 邵东县| 隆回县| 保亭| 乐陵市| 东海县| 常熟市| 阿巴嘎旗| 墨脱县| 万安县| 镇远县| 陇西县| 即墨市| 义乌市| 天峨县| 通州区| 崇阳县| 宝鸡市| 吉木萨尔县| 勐海县| 潢川县| 宾川县| 错那县| 万宁市| 宁南县| 景洪市| 永安市| 桃源县| 巴林右旗| 勃利县| 邳州市| 新平| 达州市| 靖宇县| 西贡区| 武宣县| 曲阳县|