- 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."
- 深入核心的敏捷開發:ThoughtWorks五大關鍵實踐
- Learn TypeScript 3 by Building Web Applications
- Python時間序列預測
- 用戶體驗增長:數字化·智能化·綠色化
- Unity Game Development Scripting
- Emgu CV Essentials
- Python 3.7從入門到精通(視頻教學版)
- Python 3 數據分析與機器學習實戰
- Swift語言實戰晉級
- R語言:邁向大數據之路(加強版)
- 小程序從0到1:微信全棧工程師一本通
- Appcelerator Titanium:Patterns and Best Practices
- 程序員必會的40種算法
- 軟件測試(慕課版)
- Learning Java Lambdas