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

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Click on the start button and search for settings option."

A block of code is set as follows:

var http = require("http") http.createServer(function (request, response) {
// Send the HTTP header
// HTTP Status: 200 : OK
// Content Type: text/plain
response.writeHead(200, {'Content-Type': 'text/plain'})
// Send the response body as "Hello World" response.end('Hello World\n')
}).listen(3000)

// Console will print the message console.log('Server running')

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

$ aws ec2 describe-instance-status --instance-ids i-057e8deb1a4c3f35d --output text| grep -i SystemStatus

SYSTEMSTATUS ok

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

$ aws ec2 authorize-security-group-ingress \
   --group-name HelloWorld \
   --protocol tcp \
   --port 3000 \
   --cidr 0.0.0.0/0

Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "In this menu, find the feature called Windows Subsystem for Linux (Beta)."

Warnings or important notes appear like this.
Tips and tricks appear like this.
主站蜘蛛池模板: 分宜县| 股票| 长乐市| 基隆市| 喀喇沁旗| 霍林郭勒市| 大足县| 巴楚县| 蒙自县| 临邑县| 邢台市| 延川县| 罗江县| 阳谷县| 东乡族自治县| 榕江县| 博兴县| 新野县| 兰州市| 蚌埠市| 保山市| 东光县| 象州县| 台南县| 六安市| 红原县| 公主岭市| 易门县| 霍城县| 白山市| 潜江市| 盈江县| 洪湖市| 临湘市| 柳州市| 冕宁县| 化州市| 湖北省| 得荣县| 炎陵县| 灌云县|