- Mastering Predictive Analytics with R(Second Edition)
- James D. Miller Rui Miguel Forte
- 207字
- 2021-07-02 20:25:13
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: "The \Drupal\Core\Url
class provides static methods to generate an instance of itself, such as ::fromRoute()
."
A block of code is set as follows:
/** * {@inheritdoc} */ public function alterRoutes(RouteCollection $collection) { if ($route = $collection->get('mymodule.mypage)) { $route->setPath('/my-page'); } }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
/**
* {@inheritdoc}
*/
public function alterRoutes(RouteCollection $collection) {
if ($route = $collection->get('mymodule.mypage)) {
$route->setPath('/my-page');
}
}
Any command-line input or output is written as follows:
$ php core/scripts/run-tests.sh PHPUnit
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: "Clicking the Next button moves you to the next screen."
- JavaScript從入門到精通(微視頻精編版)
- Java面向對象軟件開發
- 跟“龍哥”學C語言編程
- TestNG Beginner's Guide
- Responsive Web Design with HTML5 and CSS3
- Selenium Design Patterns and Best Practices
- The React Workshop
- 精通Linux(第2版)
- 0 bug:C/C++商用工程之道
- C# and .NET Core Test Driven Development
- Modern C++ Programming Cookbook
- 小程序從0到1:微信全棧工程師一本通
- Modernizing Legacy Applications in PHP
- Java網絡編程實用精解
- C#從入門到精通(微視頻精編版)