- Securing WebLogic Server 12c
- Luca Masini Rinaldi Vincenzo
- 80字
- 2021-08-05 18:35:49
Conventions
In this book, you will 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 are shown as follows: "We can also disable the standard maven-install-plugin
plugin".
A block of code is set as follows:
<plugin> <artifactId>maven-compiler-plugin</artifactId> <version>2.0.2</version> <configuration> <encoding>UTF-8</encoding> <source>${maven.compiler.source}</source> <target>${maven.compiler.target}</target> </configuration> </plugin> <plugin>
推薦閱讀
- Java逍遙游記
- OpenCV實例精解
- Leap Motion Development Essentials
- Mastering Python Scripting for System Administrators
- The Computer Vision Workshop
- 零基礎(chǔ)學(xué)MQL:基于EA的自動化交易編程
- PHP+MySQL+Dreamweaver動態(tài)網(wǎng)站開發(fā)實例教程
- PostgreSQL Replication(Second Edition)
- D3.js By Example
- Vue.js 2 Web Development Projects
- 一本書講透Java線程:原理與實踐
- Machine Learning for OpenCV
- 軟件測試分析與實踐
- Jakarta EE Cookbook
- Visual FoxPro數(shù)據(jù)庫程序設(shè)計