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

  • JavaScript Security
  • Y.E Liang
  • 222字
  • 2021-08-05 17:18:56

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.

主站蜘蛛池模板: 合山市| 屯留县| 新疆| 沙田区| 庆阳市| 广宁县| 永安市| 鄂温| 海盐县| 邻水| 静乐县| 安阳县| 刚察县| 肥城市| 丰原市| 通化市| 石台县| 廉江市| 贡山| 安阳县| 旺苍县| 会宁县| 西盟| 边坝县| 吴忠市| 宁晋县| 新巴尔虎右旗| 收藏| 清原| 泸定县| 伊川县| 怀宁县| 普兰店市| 宁国市| 灯塔市| 湄潭县| 淮滨县| 安吉县| 临武县| 独山县| 当阳市|