- Mastering JBoss Enterprise Application Platform 7
- Francesco Marchioni Luigi Fugaro
- 188字
- 2021-07-14 10:07:42
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, user input, and Twitter handles are shown as follows: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
<?xml version="1.0" encoding="UTF-8" standalone="no"?><AutomatedInstallation langpack="eng"><productName>EAP</productName><productVersion>7.0.0</productVersion><com.izforge.izpack.panels.HTMLLicencePanel id="HTMLLicencePanel"/>
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
import socket
socket.setdefaulttimeout(3)
newSocket = socket.socket() newSocket.connect(("localhost",22))
Any command-line input or output is written as follows:
cd jboss-eap-7.0 cd bin $ ./standalone.sh
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "In the next window, select the correct JBoss EAP version from the Version combobox and click Download. "
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- 數(shù)字媒體應用教程
- Learning Docker
- Microsoft Application Virtualization Cookbook
- R語言編程指南
- Getting Started with Python Data Analysis
- C#程序設計
- Qt5 C++ GUI Programming Cookbook
- Arduino電子設計實戰(zhàn)指南:零基礎篇
- Android智能手機APP界面設計實戰(zhàn)教程
- 游戲設計的底層邏輯
- 現(xiàn)代C++語言核心特性解析
- Python程序設計:基礎與實踐
- C# 10核心技術指南
- Expert Cube Development with SSAS Multidimensional Models
- Practical Time Series Analysis