- 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.
- Visual Basic程序設計教程
- 區塊鏈:以太坊DApp開發實戰
- Android NDK Beginner’s Guide
- Web Application Development with MEAN
- AutoCAD VBA參數化繪圖程序開發與實戰編碼
- Asynchronous Android Programming(Second Edition)
- 組態軟件技術與應用
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- Bootstrap 4 Cookbook
- Unity 3D/2D移動開發實戰教程
- Practical Game Design with Unity and Playmaker
- Kubernetes源碼剖析
- Mastering AWS Security
- 網絡數據采集技術:Java網絡爬蟲實戰
- 測試架構師修煉之道:從測試工程師到測試架構師