- 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.
- JavaScript從入門到精通(微視頻精編版)
- UML和模式應用(原書第3版)
- 嵌入式軟件系統測試:基于形式化方法的自動化測試解決方案
- C# Programming Cookbook
- 自己動手寫Java虛擬機
- C語言程序設計基礎與實驗指導
- BeagleBone Media Center
- Learning SQLite for iOS
- PostgreSQL Replication(Second Edition)
- Java程序設計:原理與范例
- C++新經典
- 3ds Max印象 電視欄目包裝動畫與特效制作
- Applied Deep Learning with Python
- INSTANT Premium Drupal Themes
- C語言程序設計實驗指導與習題精解