- 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.
- Mastering JavaScript Object-Oriented Programming
- Learning Spring 5.0
- Python程序設計案例教程
- Mastering Rust
- 自然語言處理Python進階
- 組態軟件技術與應用
- 劍指大數據:企業級數據倉庫項目實戰(在線教育版)
- Developing SSRS Reports for Dynamics AX
- Java圖像處理:基于OpenCV與JVM
- Visual C++從入門到精通(第2版)
- 一步一步學Spring Boot:微服務項目實戰(第2版)
- 城市信息模型平臺頂層設計與實踐
- Processing開發實戰
- AngularJS by Example
- Continuous Integration,Delivery,and Deployment