- AWS Administration:The Definitive Guide
- Yohan Wadia
- 173字
- 2021-08-20 10:46:31
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: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
{ "Id": "Policy1448937262025", "Version": "2012-10-17", "Statement": [ { "Sid": "Stmt1448937260611", "Effect": "Allow", "Principal": "*", } }
Any command-line input or output is written as follows:
CREATE TABLE doge ( idint(11) NOT NULL auto_increment, namevarchar(255), description text,
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: "Next, select the Launch DB Instance button to bring up the DB Launch Wizard:"
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- HTML5+CSS3王者歸來
- Fundamentals of Linux
- HTML5 移動Web開發從入門到精通(微課精編版)
- YARN Essentials
- Backbone.js Blueprints
- Access 2016數據庫管
- Learning Data Mining with R
- Unity Game Development Scripting
- 深入淺出PostgreSQL
- Expert Data Visualization
- Java Web開發詳解
- SQL 經典實例
- ServiceNow:Building Powerful Workflows
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(2)
- GitHub入門與實踐