- Hands-On Design Patterns with Swift
- Florent Vilmart Giordano Scalzo Sergio De Simone
- 186字
- 2021-07-02 14:44:57
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."
A block of code is set as follows:
func translate(point : Point, dx : Double, dy : Double) {
point.x += dx
point.y += dy
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
func translate(point : Point, dx : Double, dy : Double) {
point.x += dx
point.y += dy
}
Any command-line input or output is written as follows:
$ gem install jazzy
$ jazzy
Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Navigate to the Diagnostics tab."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 同步:秩序如何從混沌中涌現(xiàn)
- Greenplum:從大數(shù)據(jù)戰(zhàn)略到實現(xiàn)
- 卷積神經(jīng)網(wǎng)絡(luò)的Python實現(xiàn)
- 企業(yè)大數(shù)據(jù)系統(tǒng)構(gòu)建實戰(zhàn):技術(shù)、架構(gòu)、實施與應(yīng)用
- 醫(yī)療大數(shù)據(jù)挖掘與可視化
- 大數(shù)據(jù)Hadoop 3.X分布式處理實戰(zhàn)
- WS-BPEL 2.0 Beginner's Guide
- 數(shù)據(jù)庫原理與應(yīng)用(Oracle版)
- 數(shù)據(jù)庫技術(shù)及應(yīng)用教程
- Power BI商業(yè)數(shù)據(jù)分析完全自學(xué)教程
- Hadoop大數(shù)據(jù)開發(fā)案例教程與項目實戰(zhàn)(在線實驗+在線自測)
- Mastering LOB Development for Silverlight 5:A Case Study in Action
- 數(shù)據(jù)庫應(yīng)用系統(tǒng)技術(shù)
- 中國云存儲發(fā)展報告
- 領(lǐng)域驅(qū)動設(shè)計精粹