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.
All Android and iOS examples and descriptions are based on Android Studio, xCode and various third party services, running on a OSX machine.
Console input is shown as:
$ gem install cocoapods
A block of code is set as follows:
func refresh (sender: AnyObject!) {
...
let cngQuery = client.queryDataset("wwmu-gmzc")
cngQuery.orderAscending("title").get { res in
switch res {
case .Dataset (let data):
self.data = data
...
}
}
Data (XML, JSON or otherwise) is shown as:
<key>UberClientID</key>
<string>your uber client id</string>
<key>UberCallbackURI</key>
<string></string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>uber</string>
</array>
Where you need to apply your own client ID, API key or API secret it, for example, reads as: your client_id within the code or the data.
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: "Clicking the Next button moves you to the next screen."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
- Python數(shù)據(jù)分析、挖掘與可視化從入門到精通
- Learning Spring Boot
- PySpark大數(shù)據(jù)分析與應(yīng)用
- 揭秘云計(jì)算與大數(shù)據(jù)
- 網(wǎng)站數(shù)據(jù)庫技術(shù)
- 數(shù)據(jù)庫技術(shù)實(shí)用教程
- Proxmox VE超融合集群實(shí)踐真?zhèn)?/a>
- 新基建:數(shù)據(jù)中心創(chuàng)新之路
- PostgreSQL指南:內(nèi)幕探索
- 一本書講透Elasticsearch:原理、進(jìn)階與工程實(shí)踐
- Spring MVC Beginner’s Guide
- 從Lucene到Elasticsearch:全文檢索實(shí)戰(zhàn)
- SQL進(jìn)階教程(第2版)
- Scratch Cookbook
- 一本書講透數(shù)據(jù)治理:戰(zhàn)略、方法、工具與實(shí)踐