- WS-BPEL 2.0 Beginner's Guide
- Matjaz B. Juric Denis Weerasiri
- 270字
- 2021-08-05 18:01:26
Time for action – heading
- Action 1
- Action 2
- Action 3
Instructions often need some extra explanation so that they make sense, so they are followed with:
What just happened?
This heading explains the working of tasks or instructions that you have just completed.
You will also find some other learning aids in the book, including:
Pop quiz – heading
These are short multiple-choice questions intended to help you test your own understanding.
Have a go hero – heading
These practical challenges give you ideas for experimenting with what you have learned.
You will also 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: "Finally, we need to set the JAVA_HOME
and ORACLE_HOME
environment variables."
A block of code is set as follows:
<process ...> ... <sequence> <!-- Wait for the incoming request to start the process --> <receive ... /> <!-- Perform some activities --> ... <!-- Return the response --> <reply ... /> </sequence> </process>
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<process ...> ... <sequence> <!-- Wait for the incoming request to start the process --> <receive ... /> ... </sequence> </process>
Any command-line input or output is written as follows:
SET JAVA_HOME=%USERPROFILE%\top_level_folder_jdkversion SET ORACLE_HOME=%USERPROFILE%\Oracle\Middleware\Oracle_Home
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: "The first step is the Welcome screen, where we only need to click on the Next button."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Hands-On Machine Learning with Microsoft Excel 2019
- 信息系統與數據科學
- 分布式數據庫系統:大數據時代新型數據庫技術(第3版)
- Oracle高性能自動化運維
- Creating Dynamic UIs with Android Fragments(Second Edition)
- Python數據分析:基于Plotly的動態可視化繪圖
- 圖數據實戰:用圖思維和圖技術解決復雜問題
- Oracle數據庫管理、開發與實踐
- Unreal Engine Virtual Reality Quick Start Guide
- R Machine Learning Essentials
- 改進的群智能算法及其應用
- 數據分析思維:產品經理的成長筆記
- Microsoft Dynamics NAV 2015 Professional Reporting
- SOLIDWORKS 2018中文版機械設計基礎與實例教程
- Kafka權威指南(第2版)