- Spring MVC:Beginner's Guide(Second Edition)
- Amuthan Ganeshan
- 191字
- 2021-07-14 10:49:42
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: "Enter the installed JDK directory path as the variable value; in our case, this would be C:\Program Files\Java\jdk1.8.0_91
. "
A block of code is set as follows:
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1">
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>4.2.2.RELEASE</version> </dependency>
Any command-line input or output is written as follows:
Java(TM) SE Runtime Environment (build 1.8.0_91-b15) Java HotSpot(TM) 64-Bit Server VM (build 25.91-b15, mixed mode)
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: "Click on the Java Platform (JDK) 8u91/8u92 download link"
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- FuelPHP Application Development Blueprints
- 程序員面試算法寶典
- Learning ArcGIS Pro
- 零基礎入門學習Python
- 數據結構案例教程(C/C++版)
- Buildbox 2.x Game Development
- Web Developer's Reference Guide
- Python 快速入門(第3版)
- UML基礎與Rose建模實用教程(第三版)
- 計算機應用基礎案例教程(第二版)
- Cinder:Begin Creative Coding
- JavaScript程序設計基礎教程(慕課版)
- 機器人ROS開發實踐
- The Python Apprentice
- Swift語言實戰晉級(第2版)