- 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.
- JavaScript百煉成仙
- Git Version Control Cookbook
- Learning Spring 5.0
- Game Programming Using Qt Beginner's Guide
- Learning Selenium Testing Tools with Python
- NumPy Essentials
- 64位匯編語言的編程藝術
- Python GUI Programming Cookbook
- JAVA程序設計實驗教程
- Learning ArcGIS for Desktop
- 動手學數據結構與算法
- Test-Driven JavaScript Development
- Python Machine Learning Cookbook
- 微前端設計與實現
- MongoDB Administrator’s Guide