- 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.
- DBA攻堅(jiān)指南:左手Oracle,右手MySQL
- 精通Nginx(第2版)
- 跟“龍哥”學(xué)C語(yǔ)言編程
- Java技術(shù)手冊(cè)(原書(shū)第7版)
- Mastering Scientific Computing with R
- Java設(shè)計(jì)模式及實(shí)踐
- Python數(shù)據(jù)分析從0到1
- 利用Python進(jìn)行數(shù)據(jù)分析
- Hands-On Kubernetes on Windows
- 從Power BI到Analysis Services:企業(yè)級(jí)數(shù)據(jù)分析實(shí)戰(zhàn)
- Anaconda數(shù)據(jù)科學(xué)實(shí)戰(zhàn)
- UI設(shè)計(jì)基礎(chǔ)培訓(xùn)教程(全彩版)
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- Getting Started with Web Components
- 菜鳥(niǎo)成長(zhǎng)之路