- 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.
- 從零開(kāi)始:數(shù)字圖像處理的編程基礎(chǔ)與應(yīng)用
- AngularJS Testing Cookbook
- 編寫(xiě)高質(zhì)量代碼:改善Python程序的91個(gè)建議
- Hadoop+Spark大數(shù)據(jù)分析實(shí)戰(zhàn)
- QTP自動(dòng)化測(cè)試進(jìn)階
- Python算法從菜鳥(niǎo)到達(dá)人
- 精通MATLAB(第3版)
- Learning AWS
- Arduino Wearable Projects
- OpenCV with Python Blueprints
- 面向?qū)ο蠓治雠c設(shè)計(jì)(第3版)
- Internet of Things with Arduino Cookbook
- Mastering Unity 2017 Game Development with C#(Second Edition)
- Learning Swift
- Instant AutoIt Scripting