- Spring 5 Design Patterns
- Dinesh Rajput
- 117字
- 2021-07-08 09:59:23
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, and user input are shown as follows: "In our code, we have a TransferServiceImpl class, and its constructor takes two arguments:"
A block of code is set as follows:
public class JdbcTransferRepository implements TransferRepository{ JdbcTemplate jdbcTemplate; public setDataSource(DataSource dataSource) { this.jdbcTemplate = new JdbcTemplate(dataSource); } // ... }
New terms and important words are shown in bold.
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- Mastering NetBeans
- HoloLens Beginner's Guide
- Mastering Entity Framework
- 嚴密系統設計:方法、趨勢與挑戰
- Python數據可視化之Matplotlib與Pyecharts實戰
- Python數據分析從0到1
- Android系統原理及開發要點詳解
- Swift 4從零到精通iOS開發
- Learning iOS Security
- 硬件產品設計與開發:從原型到交付
- Oracle 12c從入門到精通(視頻教學超值版)
- Visual Basic程序設計實驗指導及考試指南
- WCF技術剖析(卷1)
- UML基礎與Rose建模實用教程(第三版)
- Software-Defined Networking with OpenFlow(Second Edition)