- Rake Task Management Essentials
- Andrey Koleshko
- 183字
- 2021-07-16 12:01:40
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: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
task :hello do puts 'Hello, Rake!' end
Any command-line input is written as follows:
$ rake task2
All command-line outputs have been highlighted and will appear as follows:
rake aborted! this is an error
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: "You will be redirected to the configuration page of the created project. There you will find the Build section with the Add build step dropdown."
- Android應用程序開發與典型案例
- Getting started with Google Guava
- Learning Docker
- Spring Cloud、Nginx高并發核心編程
- Access 2016數據庫管
- ADI DSP應用技術集錦
- GameMaker Programming By Example
- Swift語言實戰精講
- Unity 2017 Mobile Game Development
- Kotlin開發教程(全2冊)
- 面向對象程序設計及C++(第3版)
- SQL Server實例教程(2008版)
- Learning Alfresco Web Scripts
- Apache Kafka 1.0 Cookbook
- 深入實踐C++模板編程