- Spring MVC Beginner’s Guide
- Amuthan G
- 323字
- 2021-07-16 11:25:36
Time for action – heading
- Action 1
- Action 2
- Action 3
Instructions often need some extra explanation so that they make sense, so they are followed with:
What just happened?
This heading explains the working of tasks or instructions that you have just completed.
You will also find some other learning aids in the book, including:
Pop quiz – heading
These are short multiple-choice questions intended to help you test your own understanding.
Have a go hero – heading
These practical challenges give you ideas for experimenting with what you have learned.
You will also 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: "Once the download is finished, go to the downloaded directory and extract the .zip
file into a convenient directory of your choice."
A block of code is set as follows:
<body> <section> <div class="jumbotron"> <div class="container"> <h1> ${greeting} </h1> <p> ${tagline} </p> </div> </div> </section> </body>
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<servlet> <servlet-name>DefaultServlet</servlet-name> <servlet-class> org.springframework.web.servlet.DispatcherServlet </servlet-class> </servlet>
Any command-line input or output is written as follows:
C:\>mvn -version Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 2014-02-14T12:37:52-05:00) Maven home: C:\Program Files\apache-maven-3.2.1 Java version: 1.7.0_51, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.7.0_51\jre Default locale: en_SG, platform encoding: Cp1252 OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
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: "A System Properties window will appear; in this window, select the Advanced tab and click on the Environment Variables button to open the environment variables window."
- 漫話大數據
- Hands-On Data Structures and Algorithms with Rust
- 云計算環境下的信息資源集成與服務
- Effective Amazon Machine Learning
- Voice Application Development for Android
- 基于Apache CXF構建SOA應用
- Starling Game Development Essentials
- 大數據技術入門
- 數據中臺實戰:手把手教你搭建數據中臺
- 云原生架構:從技術演進到最佳實踐
- Learning Ansible
- 工業大數據融合體系結構與關鍵技術
- 數字化轉型方法論:落地路徑與數據中臺
- Trino權威指南(原書第2版)
- MySQL 8.0從入門到實戰