- Production Ready OpenStack:Recipes for Successful Environments
- Arthur Berezin
- 167字
- 2021-07-09 21:45:13
Conventions
In this book, you will find a number of styles of text 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: "The search method has a similar format to the knife
command."
A block of code is set as follows:
all_users = search(:users, 'id:*') users_s = search(:users, 'id:s*') all_nodes = search(:node, '*')
Any command-line input or output is written as follows:
$ knife data bag show credentials aws
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Once there, a tab labeled Chef Server will be present at the top of the page".
推薦閱讀
- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發經典名著)
- Web Development with Django Cookbook
- PostgreSQL技術內幕:事務處理深度探索
- Apache Spark 2 for Beginners
- Java Web程序設計
- Web程序設計(第二版)
- 你不知道的JavaScript(中卷)
- HTML5入門經典
- Spring快速入門
- RabbitMQ Essentials
- Spring核心技術和案例實戰
- 速學Python:程序設計從入門到進階
- 汽車人機交互界面整合設計
- Learning iOS Security
- Modernizing Legacy Applications in PHP