- 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.
推薦閱讀
- Web應用系統開發實踐(C#)
- Apache Spark 2.x Machine Learning Cookbook
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- SQL經典實例(第2版)
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- Tableau 10 Bootcamp
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(2)
- Deep Learning with R Cookbook
- Application Development with Swift
- Mastering PowerCLI
- 零基礎學SQL(升級版)
- 少兒編程輕松學(全2冊)
- Neo4j權威指南 (圖數據庫技術叢書)
- Java Web開發任務教程
- R統計應用開發實戰