- 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.
- 做好PPT就靠這幾招:圖解力+吸引力+說服力
- 持續演進的Cloud Native:云原生架構下微服務最佳實踐
- 中文版CorelDRAW 2022基礎教程
- IBM Cognos 8 Report Studio Cookbook
- JasperReports for Java Developers
- Premiere Pro 2022短視頻剪輯、調色與特效制作實戰(全彩微課版)
- Moldflow模流分析與工程應用
- Spring Web Flow 2 Web Development
- Photoshop CC中文版基礎與實例教程(第7版)
- 中文版Premiere Pro CC實用教程
- 中文版CorelDRAW X6基礎培訓教程
- 跟儲君老師學Excel極簡思維
- SolidWorks 2018有限元:運動仿真與流場分析自學手冊
- 學摳圖:Photoshop專業摳圖技法案例教程
- After Effects 2022從入門到精通