- Mastering Python Networking
- Eric Chou
- 222字
- 2021-07-02 21:42:26
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:
# This is a comment
print("hello world")
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
[
{
"hosts": "192.168.199.170",
"tasks": [
"name": "check disk usage",
"shell": "df > df_temp.txt"
]
}
]
Any command-line input or output is written as follows:
$ ssh-keygen -t rsa <<<< generates public-private key pair on the host machine
$ cat ~/.ssh/id_rsa.pub <<<< copy the content of the output and paste it to the ~/.ssh/authorized_keys file on the target host
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: Clicking the Next button moves you to the next screen.
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
- 多媒體CAI課件設計與制作導論(第二版)
- Learning Neo4j
- Learning Data Mining with Python
- 算法大爆炸:面試通關步步為營
- Linux環境編程:從應用到內核
- 大學計算機基礎(第2版)(微課版)
- 數據結構與算法分析(C++語言版)
- 低代碼平臺開發實踐:基于React
- PHP+MySQL+Dreamweaver動態網站開發從入門到精通(第3版)
- 21天學通C++(第5版)
- Statistical Application Development with R and Python(Second Edition)
- Microsoft 365 Certified Fundamentals MS-900 Exam Guide
- OpenMP核心技術指南
- jQuery技術內幕:深入解析jQuery架構設計與實現原理
- CryENGINE Game Programming with C++,C#,and Lua