- Microsoft Windows Azure Development Cookbook
- Neil Mackenzie
- 212字
- 2021-04-02 18:51:54
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 are shown as follows: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
String containerName = "chapter2"; String blobName = "DownloadBlobExample"; String fileName = Path.GetTempPath() + @"\Pippo"; DownloadBlob(containerName, blobName, fileName);
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
String containerName = "chapter2"; String blobName = "DownloadBlobExample"; String fileName = Path.GetTempPath() + @"\BlobName"; DownloadBlob(containerName, blobName, fileName);
Any command-line input or output is written as follows:
# makecert -sky exchange -r -pe -a sha1 -len 2048 -sr localmachine -ss My –n "CN=Azure Service Management" AzureServiceManagement.cer
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: "On the Windows Azure Compute node, right click on an instance node and select View IntelliTrace logs".
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Photoshop CC 2018實用教程
- Excel商務數據分析與應用(慕課版)
- Software Testing using Visual Studio 2010
- 中文版Illustrator 2021完全自學教程
- CoffeeScript Application Development
- 中文版Premiere Pro CC入門教程
- Procreate繪畫創作從入門到精通
- Photoshop CS6中文版基礎培訓教程
- ImageMagick Tricks
- PyTorch深度學習簡明實戰
- Photoshop CC 2017從入門到精通
- 正則表達式必知必會(修訂版)
- Vulkan實戰
- Flash CS5動畫設計教程
- Cinema 4D R20完全學習手冊