- 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.
- C++程序設(shè)計教程
- oreilly精品圖書:軟件開發(fā)者路線圖叢書(共8冊)
- HTML5+CSS3網(wǎng)站設(shè)計教程
- GameMaker Programming By Example
- 利用Python進(jìn)行數(shù)據(jù)分析(原書第3版)
- Quantum Computing and Blockchain in Business
- JSP程序設(shè)計實例教程(第2版)
- Mastering Concurrency Programming with Java 9(Second Edition)
- Struts 2.x權(quán)威指南
- AMP:Building Accelerated Mobile Pages
- Web編程基礎(chǔ):HTML5、CSS3、JavaScript(第2版)
- Access數(shù)據(jù)庫應(yīng)用教程(2010版)
- Building UIs with Wijmo
- 優(yōu)化驅(qū)動的設(shè)計方法
- Improving your Penetration Testing Skills