- Azure IoT Development Cookbook
- Yatish Patil
- 141字
- 2021-07-02 20:50:27
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, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows:" Retrieve the device identity by deviceId."
A block of code is set as follows:
try
{
device = await registryManager.GetDeviceAsync(deviceId);
}
Any command-line input or output is written as follows:
git clone https://github.com/Azure/iot-edge.git
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: "Select Set up a new device."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- Facebook Application Development with Graph API Cookbook
- 軟件架構設計:大型網站技術架構與業務架構融合之道
- Mastering Spring MVC 4
- MySQL 8 DBA基礎教程
- HTML5+CSS3+JavaScript Web開發案例教程(在線實訓版)
- Visual C++數字圖像處理技術詳解
- Java應用開發技術實例教程
- Scala編程實戰(原書第2版)
- Kubernetes源碼剖析
- C編程技巧:117個問題解決方案示例
- Django Design Patterns and Best Practices
- Instant Apache Camel Messaging System
- 面向對象程序設計及C++(第3版)
- 算法超簡單:趣味游戲帶你輕松入門與實踐