- WildFly:New Features
- Filippe Costa Spolti
- 153字
- 2021-07-16 11:45:46
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, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "After installation, we must set the JAVA_HOME
environment variable."
A block of code is set as follows:
<outbound-socket-binding name="gmailTest"> <remote-destination host="smtp.gmail.com" port="993"/> </outbound-socket-binding>
Any command-line input or output is written as follows:
[root@wfly_book opt]# cd /opt/ [root@wfly_book opt]# mkdir /opt/server [root@wfly_book opt]# cd /opt/server
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Click on the Profile tab and then immediately click on Datasources."
推薦閱讀
- C# 從入門到項目實踐(超值版)
- Java持續(xù)交付
- C語言程序設計案例式教程
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- WordPress Plugin Development Cookbook(Second Edition)
- Processing創(chuàng)意編程指南
- Clean Code in C#
- Learning Android Application Testing
- 貫通Tomcat開發(fā)
- 石墨烯改性塑料
- 30天學通C#項目案例開發(fā)
- 百萬在線:大型游戲服務端開發(fā)
- Python高性能編程(第2版)
- Docker on Windows
- C++面向對象程序設計教程