- Learning Unreal? Engine iOS Game Development
- Muhammad A.Moniem
- 198字
- 2021-07-23 20:12:31
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."
- Practical Data Analysis Cookbook
- Implementing VMware Horizon 7(Second Edition)
- SoapUI Cookbook
- FFmpeg入門詳解:音視頻流媒體播放器原理及應用
- Julia機器學習核心編程:人人可用的高性能科學計算
- Ray分布式機器學習:利用Ray進行大模型的數據處理、訓練、推理和部署
- Learning ELK Stack
- Learning Hunk
- Express Web Application Development
- LabVIEW虛擬儀器程序設計從入門到精通(第二版)
- 平面設計經典案例教程:CorelDRAW X6
- jQuery技術內幕:深入解析jQuery架構設計與實現原理
- Java程序設計教程
- 情境微課開發(第2版)
- Node.js進階之路