- matplotlib Plotting Cookbook
- Alexandre Devert
- 198字
- 2021-07-16 12:16:22
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: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
[default] exten => s,1,Dial(Zap/1|30) exten => s,2,Voicemail(u100) exten => s,102,Voicemail(b100) exten => i,1,Voicemail(s0)
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
[default]
exten => s,1,Dial(Zap/1|30)
exten => s,2,Voicemail(u100)
exten => s,102,Voicemail(b100)
exten => i,1,Voicemail(s0)
Any command-line input or output is written as follows:
# cp /usr/src/asterisk-addons/configs/cdr_mysql.conf.sample /etc/asterisk/cdr_mysql.conf
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: "Clicking on the Next button moves you to the next screen".
- Learn Type:Driven Development
- 數據結構習題精解(C語言實現+微課視頻)
- MATLAB實用教程
- Learning OpenStack Networking(Neutron)(Second Edition)
- Integrating Facebook iOS SDK with Your Application
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- Web前端應用開發技術
- Access 2010中文版項目教程
- 深入剖析Java虛擬機:源碼剖析與實例詳解(基礎卷)
- Clojure for Java Developers
- OpenCV with Python Blueprints
- Arduino電子設計實戰指南:零基礎篇
- .NET 4.0面向對象編程漫談:應用篇
- C#網絡編程高級篇之網頁游戲輔助程序設計
- INSTANT EaselJS Starter