- Learning Azure DocumentDB
- Riccardo Becker
- 177字
- 2021-07-30 10:27:47
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: "A good example of a UDF is a function called calculateAge()
that takes the date of birth of a person and returns the age as a value."
A block of code is set as follows:
User user = await client.ReadUserAsync(readUser.SelfLink); FeedResponse<Permission> permissions = await client.ReadPermissionFeedAsync(readUser.SelfLink); foreach (var permission in permissions) { Console.WriteLine(permission.Id + ":" + permission.ResourceLink + ":" + permission.PermissionMode.ToString()); }
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: "Click on the New Support button and follow the wizard that shows up."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- 深度實(shí)踐OpenStack:基于Python的OpenStack組件開發(fā)
- 算法基礎(chǔ):打開程序設(shè)計(jì)之門
- Visual Basic程序設(shè)計(jì)(第3版):學(xué)習(xí)指導(dǎo)與練習(xí)
- C語(yǔ)言程序設(shè)計(jì)
- Unity Shader入門精要
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- 自制編程語(yǔ)言
- The DevOps 2.5 Toolkit
- CoffeeScript Application Development Cookbook
- Geospatial Development By Example with Python
- Processing創(chuàng)意編程指南
- Flink技術(shù)內(nèi)幕:架構(gòu)設(shè)計(jì)與實(shí)現(xiàn)原理
- PHP+MySQL動(dòng)態(tài)網(wǎng)站開發(fā)從入門到精通(視頻教學(xué)版)
- Android智能手機(jī)APP界面設(shè)計(jì)實(shí)戰(zhàn)教程
- PHP 7 Programming Blueprints