- 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.
- 創意UI:Photoshop玩轉移動UI設計
- 中文版3ds Max 2016/VRay效果圖制作實戰基礎教程
- Hi!扁平化Photoshop扁平化用戶界面設計教程
- Excel 2010 商務數據分析與處理(第2版)
- 人臉識別算法與案例分析
- AutoCAD 2018中文版基礎教程
- Django 1.0 Website Development
- 詳解AutoCAD 2022機械設計(第6版)
- Apache Solr 3.1 Cookbook
- 學摳圖:Photoshop專業摳圖技法案例教程
- 中文版Photoshop CS6經典自學教程
- 中望3D從入門到精通
- 剪映:從零開始精通短視頻剪輯(電腦版)
- Unreal Development Kit Beginner's Guide
- AutoCAD 2019中文版實戰從入門到精通