- 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(卷I)
- 云原生Spring實(shí)戰(zhàn)
- 信息安全技術(shù)
- 用Python實(shí)現(xiàn)深度學(xué)習(xí)框架
- 軟件品質(zhì)之完美管理:實(shí)戰(zhàn)經(jīng)典
- Mastering Elixir
- Mastering SciPy
- AutoCAD基礎(chǔ)教程
- Google Maps JavaScript API Cookbook
- Beginning PHP
- 你好!Python
- Learning Scrapy
- iOS應(yīng)用逆向工程:分析與實(shí)戰(zhàn)
- Bootstrap for ASP.NET MVC(Second Edition)
- Python實(shí)現(xiàn)Web UI自動化測試實(shí)戰(zhàn):Selenium 3/4+unittest/Pytest+GitLab+Jenkins