- Microservices with Azure
- Namit Tanasseri Rahul Rai
- 165字
- 2021-07-02 22:18:18
Conventions
In this book, you will find a number of text styles 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: "the argument cancellationToken is an object of type CancellationToken"
A block of code is set as follows:
<Resources>
<Endpoints>
<Endpoint Name="ServiceEndpoint" Type="Input" Protocol="http"
Port="80" />
</Endpoints>
</Resources>
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<Resources>
<Endpoints>
<Endpoint Name="ServiceEndpoint" Type="Input" Protocol="http"
Port="80" />
</Endpoints>
</Resources>
Any command-line input or output is written as follows:
PS C:\> Register-ServiceFabricApplicationType <Application name>
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: " In the Security section, set the Security mode to Secure"
- 多媒體CAI課件設計與制作導論(第二版)
- 基于粒計算模型的圖像處理
- Android Development with Kotlin
- KnockoutJS Starter
- RealSenseTM互動開發實戰
- Hands-On Nuxt.js Web Development
- OpenCV 3計算機視覺:Python語言實現(原書第2版)
- HTML+CSS+JavaScript網頁制作:從入門到精通(第4版)
- Go語言入門經典
- SEO教程:搜索引擎優化入門與進階(第3版)
- 關系數據庫與SQL Server 2012(第3版)
- Spring Boot 3:入門與應用實戰
- 系統分析師UML用例實戰
- PHP程序設計高級教程
- Java與Android移動應用開發:技術、方法與實踐