- 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.
- 演進式架構(原書第2版)
- Java EE 6 企業級應用開發教程
- Oracle Exadata性能優化
- Three.js開發指南:基于WebGL和HTML5在網頁上渲染3D圖形和動畫(原書第3版)
- DevOps Automation Cookbook
- Python神經網絡項目實戰
- 精通Scrapy網絡爬蟲
- 3D少兒游戲編程(原書第2版)
- Java 11 Cookbook
- Visual C++應用開發
- PLC編程與調試技術(松下系列)
- Web Development with MongoDB and Node(Third Edition)
- Nginx實戰:基于Lua語言的配置、開發與架構詳解
- 計算機應用基礎案例教程
- Unity 3D/2D移動開發實戰教程