- Hands-On Design Patterns with Java
- Dr. Edward Lavieri
- 182字
- 2021-06-24 14:57:52
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: "Next, we have the Mother class, which extends Grandmother and has its own constructor method."
A block of code is set as follows:
Mother() {
System.out.println("Mother constructor executed.");
}
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
public abstract class MotorHomeAbstractFactory {
public abstract Frame createFrame();
public abstract Style createStyle();
public abstract Engine createEngine();
public abstract Kitchen createKitchen();
}
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: "Beneath the Receive Order node is a horizontal black bar referred to as a fork."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 同步:秩序如何從混沌中涌現
- 新型數據庫系統:原理、架構與實踐
- 深入淺出MySQL:數據庫開發、優化與管理維護(第2版)
- 數據庫設計與應用(SQL Server 2014)(第二版)
- 數據科學工程實踐:用戶行為分析與建模、A/B實驗、SQLFlow
- R語言數據挖掘
- 新手學會計(2013-2014實戰升級版)
- 數據庫查詢優化器的藝術:原理解析與SQL性能優化
- Filecoin原理與實現
- 離線和實時大數據開發實戰
- 智能與數據重構世界
- PostgreSQL高可用實戰
- Visual Studio 2012 and .NET 4.5 Expert Development Cookbook
- Oracle 內核技術揭密
- 大數據技術體系詳解:原理、架構與實踐