- Java EE 8 High Performance
- Romain Manni Bucau
- 141字
- 2021-06-30 19:14:22
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Most of this book will work with a web profile server, so we will package our application as war:"
A block of code is set as follows:
<packaging>war</packaging>
Any command-line input or output is written as follows:
$ export JAVA_HOME=/home/developer/jdk1.8.0_144
$ export MAVEN_HOME=/home/developer/apache-maven-3.5.0
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select System info from the Administration panel."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 30天自制操作系統
- 電腦組裝與系統安裝
- 從零開始寫Linux內核:一書學透核心原理與實現
- Linux Mint Essentials
- Linux內核完全注釋(20周年版·第2版)
- 網絡操作系統:Windows Server 2003管理與應用
- WindowsServer2012Hyper-V虛擬化部署與管理指南
- Linux性能優化
- 混沌工程實戰:手把手教你實現系統穩定性
- Mobile First Design with HTML5 and CSS3
- STM32庫開發實戰指南:基于STM32F4
- Application Development in iOS 7
- 從實踐中學習Kali Linux無線網絡滲透測試
- Linux內核設計的藝術:圖解Linux操作系統架構設計與實現原理
- ElasticSearch Cookbook