- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Dr Alex Blewitt
- 176字
- 2021-07-14 10:36:19
Conventions
You will also 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: "Running java -version
should give output like this."
A block of code is set as follows:
public class Utility { public static boolean breakpoint() { System.out.println("Breakpoint"); return false; } }
Any command-line input or output is written as follows:
java version "1.8.0_92" Java(TM) SE Runtime Environment (build 1.8.0_92-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.92-b14, mixed mode)
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: "Choose a workspace, which is the location in which projects are to be stored, and click on OK:"
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- 大學計算機基礎(第二版)
- HornetQ Messaging Developer’s Guide
- Java范例大全
- R語言游戲數據分析與挖掘
- Learning Python by Building Games
- 編程菜鳥學Python數據分析
- SSM開發實戰教程(Spring+Spring MVC+MyBatis)
- 零基礎學C語言第2版
- Mastering Python Design Patterns
- Java Web應用開發給力起飛
- jQuery技術內幕:深入解析jQuery架構設計與實現原理
- HTML5移動前端開發基礎與實戰(微課版)
- 人人都能開發RPA機器人:UiPath從入門到實戰
- 數據庫技術及應用教程上機指導與習題(第2版)
- Flink原理深入與編程實戰:Scala+Java(微課視頻版)