- 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."
- Learning Java Functional Programming
- Rust編程:入門、實戰與進階
- Windows系統管理與服務配置
- 深入淺出WPF
- Django開發從入門到實踐
- Raspberry Pi for Secret Agents(Third Edition)
- Java Web應用開發技術與案例教程(第2版)
- Drupal 8 Configuration Management
- HTML 5與CSS 3權威指南(第3版·上冊)
- Procedural Content Generation for C++ Game Development
- Kotlin開發教程(全2冊)
- JSP程序設計實例教程(第2版)
- Java7程序設計入門經典
- 算法秘籍
- Learning Image Processing with OpenCV