- Hands-On Data Analysis with Scala
- Rajesh Gupta
- 156字
- 2021-06-24 14:51:03
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: "Create a package called handson.example by expanding to src/main/scala and right-clicking on this folder."
A block of code is set as follows:
scala> def factorial(n: Int): Long = if (n <= 1) 1 else n * factorial(n-1)
factorial: (n: Int)Int
scala> factorial(5)
res0: Long = 120
Any command-line input or output is written as follows:
$ brew install sbt@1
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Click on Create New Project, and then click on Scala and select the sbt console."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 基于C語言的程序設(shè)計
- 工業(yè)機器人產(chǎn)品應(yīng)用實戰(zhàn)
- 模型制作
- Zabbix Network Monitoring(Second Edition)
- 大數(shù)據(jù)處理平臺
- 筆記本電腦維修90個精選實例
- Linux內(nèi)核精析
- 基于ARM9的小型機器人制作
- 中文版AutoCAD 2013高手速成
- Microsoft Dynamics CRM 2013 Marketing Automation
- 運動控制系統(tǒng)(第2版)
- 精通ROS機器人編程(原書第2版)
- 玩轉(zhuǎn)PowerPoint
- PowerPoint 2003中文演示文稿5日通
- ARM嵌入式開發(fā)實例