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

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: "A jQuery .get() request simply performs a GET request from a server."

A block of code is set as follows:

var jqxhr = $.get("http://example.com/data", function() {
  alert( "success" );
})
  .done(function() {
    alert( "second success" );
  })
  .fail(function() {
    alert( "error" );
  })
  .always(function() {
    alert( "finished" );
  });

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 express    = require('express');
var bodyParser = require('body-parser');
var app        = express();
var session = require('cookie-session');
var csrf = require('csrf');

app.use(csrf());
app.use(bodyParser());

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

sudo pip install tornado==3.1
sudo pip install pymongo
sudo pip install tornado-cors

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: "Click on Submit."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 阿克苏市| 泽普县| 北安市| 新绛县| 通辽市| 昭通市| 宜丰县| 新田县| 抚顺县| 晋江市| 富锦市| 陈巴尔虎旗| 卢氏县| 长寿区| 乐山市| 呼玛县| 通道| 榆林市| 宜城市| 金寨县| 和政县| 福清市| 酒泉市| 胶南市| 阜新| 兴文县| 贵南县| 丰台区| 襄城县| 广水市| 滨州市| 花莲市| 杭锦后旗| 南靖县| 巩义市| 丽水市| 宝山区| 定襄县| 黄骅市| 郑州市| 若尔盖县|