- 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>
推薦閱讀
- Embedded Linux Projects Using Yocto Project Cookbook
- Java應(yīng)用與實戰(zhàn)
- Android開發(fā)精要
- C語言程序設(shè)計實訓(xùn)教程
- C# and .NET Core Test Driven Development
- Scratch趣味編程:陪孩子像搭積木一樣學(xué)編程
- Node學(xué)習(xí)指南(第2版)
- 零基礎(chǔ)學(xué)C語言第2版
- ASP.NET求職寶典
- 零基礎(chǔ)學(xué)Java第2版
- Groovy 2 Cookbook
- Java程序設(shè)計入門(第2版)
- Node.js Web Development
- Raspberry Pi By Example
- Android Application Programming with OpenCV 3