- Learning Azure Functions
- Manisha Yadav Mitesh Soni
- 199字
- 2021-07-08 10:15:23
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:
{
"bindings": [
{
"name": "myBlob",
"type": "blobTrigger",
"direction": "in",
"path": "photographs/{name}",
"connection": "origphotography2017_STORAGE",
"dataType": "binary"
},
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
"name": "myBlob",
"type": "blobTrigger",
"direction": "in",
"path": "photographs/{name}",
"connection": "origphotography2017_STORAGE",
"dataType": "binary"
},
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 the Next button moves you to the next screen."
Tips and tricks appear like this.
- PHP動態網站程序設計
- Learning Scala Programming
- 嵌入式軟件系統測試:基于形式化方法的自動化測試解決方案
- 企業級Java EE架構設計精深實踐
- C++面向對象程序設計(微課版)
- Mastering Entity Framework
- jQuery從入門到精通 (軟件開發視頻大講堂)
- MySQL數據庫管理與開發實踐教程 (清華電腦學堂)
- The HTML and CSS Workshop
- Linux Device Drivers Development
- 精通Python自動化編程
- SQL基礎教程(第2版)
- Spring+Spring MVC+MyBatis從零開始學
- Visual C++從入門到精通(第2版)
- Python程序設計教程