- 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.
- JSP網(wǎng)絡(luò)編程(學(xué)習(xí)筆記)
- Python自然語(yǔ)言處理實(shí)戰(zhàn):核心技術(shù)與算法
- 微服務(wù)與事件驅(qū)動(dòng)架構(gòu)
- Java 9 Programming Blueprints
- 算法精粹:經(jīng)典計(jì)算機(jī)科學(xué)問(wèn)題的Python實(shí)現(xiàn)
- Building Minecraft Server Modifications
- Visual Basic程序設(shè)計(jì)教程
- Arduino可穿戴設(shè)備開發(fā)
- C#程序設(shè)計(jì)基礎(chǔ)入門教程
- 金融商業(yè)數(shù)據(jù)分析:基于Python和SAS
- Visual C#(學(xué)習(xí)筆記)
- 計(jì)算機(jī)常用算法與程序設(shè)計(jì)教程(第2版)
- Java Web程序開發(fā)參考手冊(cè)
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)
- Hands-On Machine Learning with ML.NET