- 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"
- 零基礎學Visual C++第3版
- Web前端開發技術:HTML、CSS、JavaScript(第3版)
- FuelPHP Application Development Blueprints
- Building a RESTful Web Service with Spring
- Blockly創意趣味編程
- 精通Scrapy網絡爬蟲
- SAS數據統計分析與編程實踐
- Swift細致入門與最佳實踐
- Java程序員面試筆試寶典(第2版)
- Raspberry Pi Robotic Projects(Third Edition)
- RubyMotion iOS Develoment Essentials
- Struts 2.x權威指南
- Python編程入門(第3版)
- Raspberry Pi Robotic Projects
- Python編程零基礎入門