- Implementing Modern DevOps
- David Gonzalez
- 193字
- 2021-07-08 10:11:13
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: "The next lines of code read the link and assign it to the BeautifulSoup function." A block of code is set as follows:
resource "google_compute_address" "my-first-ip" {
name = "static-ip-address"
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
resource "google_compute_address" "my-first-ip" {
name = "static-ip-address"
}
Any command-line input or output is written as follows:
docker commit 329b2f9332d5 my-ubuntu
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: "In order to download new modules, we will go to Files | Settings | Project Name | Project Interpreter."
- JBoss Weld CDI for Java Platform
- 青少年軟件編程基礎與實戰(圖形化編程三級)
- Mastering Kotlin
- 數據庫系統原理及MySQL應用教程
- 看透JavaScript:原理、方法與實踐
- SQL Server 2016數據庫應用與開發習題解答與上機指導
- Apache Mesos Essentials
- Oracle從入門到精通(第5版)
- Linux:Embedded Development
- 青少年學Python(第1冊)
- Serverless computing in Azure with .NET
- 青少年信息學競賽
- Python語言實用教程
- INSTANT Silverlight 5 Animation
- Extending Unity with Editor Scripting