- R Deep Learning Cookbook
- Dr. PKS Prakash Achyutuni Sri Krishna Rao
- 194字
- 2021-07-02 20:49:02
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:
[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, for example, in menus or dialog boxes, appear in the text like this: "Clicking the Next button moves you to the next screen."
- UNIX編程藝術
- C語言程序設計實踐教程
- Instant QlikView 11 Application Development
- SQL Server 2016數據庫應用與開發
- Bootstrap 4 Cookbook
- Solr Cookbook(Third Edition)
- 算法秘籍
- 深入理解Kafka:核心設計與實踐原理
- Mastering ASP.NET Web API
- Java Web 從入門到項目實踐(超值版)
- Lync Server Cookbook
- Mathematica Data Visualization
- Instant JRebel
- 3D Printing Designs:Fun and Functional Projects
- 構建跨平臺APP:響應式UI設計入門