- Swift 4 Programming Cookbook
- Keith Moon
- 167字
- 2021-07-08 10:21:18
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:
"Next, we'll create the method that will take an Int and return PoolBallType".
A block of code is set as follows:
func poolBallType(forNumber number: Int) -> PoolBallType {
if number < 8 {
return .solid
} else if number > 8 {
return .stripe
} else {
return .black
}
}
Any command-line input or output is written as follows:
brew install postgres
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: "The repository landing page provides the structure and location of JSON configuration file under Configure PostgreSQL".
- Learn Type:Driven Development
- 深入淺出Java虛擬機:JVM原理與實戰
- Silverlight魔幻銀燈
- Java Web開發詳解
- Test-Driven Machine Learning
- 時空數據建模及其應用
- Cocos2d-x Game Development Blueprints
- Mastering jQuery Mobile
- Redmine Cookbook
- 人人都能開發RPA機器人:UiPath從入門到實戰
- Offer來了:Java面試核心知識點精講(框架篇)
- Visual FoxPro程序設計習題及實驗指導
- 你好!Python
- Android項目實戰:博學谷
- 虛擬現實:引領未來的人機交互革命