- Play Framework Essentials
- Julien Richard Foy
- 192字
- 2021-08-05 17:47:44
Conventions
In this book, you will find a number of styles of text 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: "Source files are under the app/
directory."
A block of code is set as follows:
val index = Action { Ok("Just Play Scala") }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
val index = Action {
Ok("Just Play Scala")
}
Any command-line input or output is written as follows:
$ curl -v http://localhost:9000/items
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "If everything works fine, your browser should show a page titled Just Play Scala (or Just Play Java)."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- SQL Server 從入門到項(xiàng)目實(shí)踐(超值版)
- Building a Home Security System with Raspberry Pi
- 跟“龍哥”學(xué)C語(yǔ)言編程
- Dependency Injection in .NET Core 2.0
- Raspberry Pi 2 Server Essentials
- Oracle Database 12c Security Cookbook
- ASP.NET 3.5程序設(shè)計(jì)與項(xiàng)目實(shí)踐
- Modern JavaScript Applications
- Symfony2 Essentials
- C++新經(jīng)典
- 學(xué)習(xí)正則表達(dá)式
- Java網(wǎng)絡(luò)編程核心技術(shù)詳解(視頻微課版)
- Python Data Science Cookbook
- 軟件測(cè)試綜合技術(shù)
- Apache Camel Developer's Cookbook