- Mastering NetBeans
- David Salter
- 226字
- 2021-07-16 20:17:53
Conventions
In this book, you will 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: "From there, double-click on the included NetBeans xxx.mpkg
file to start the installation (the exact names of the .dmg
and .mpkg
files varies, depending upon the version and bundle downloaded)."
A block of code is set as follows:
public class Main { public static void main(String args[]) { Greeter greeter = new Greeter(); System.out.println(greeter.greet("David")); } }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<#assign licenseFirst = "/*"> <#assign licensePrefix = " * "> <#assign licenseLast = " */"> <#include "${project.licensePath}"> <#if package?? && package != ""> package ${package}; </#if> /** * Project: ${project.name} * ${url} * * @author ${user} */ public class ${name} { }
Any command-line input or output is written as follows:
chmod +x netbeans-<xxx>-linux.sh
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "From here, we can customize NetBeans by clicking on the Customize button."
- JSP網(wǎng)絡(luò)編程(學(xué)習(xí)筆記)
- Visual Basic程序開發(fā)(學(xué)習(xí)筆記)
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- Java編程指南:基礎(chǔ)知識、類庫應(yīng)用及案例設(shè)計
- Xamarin.Forms Projects
- QTP自動化測試進(jìn)階
- 重學(xué)Java設(shè)計模式
- Learning Network Forensics
- 零基礎(chǔ)學(xué)Python網(wǎng)絡(luò)爬蟲案例實(shí)戰(zhàn)全流程詳解(高級進(jìn)階篇)
- ArcGIS By Example
- 自制編程語言
- Windows Phone 7.5:Building Location-aware Applications
- 深度探索Go語言:對象模型與runtime的原理特性及應(yīng)用
- Python趣味編程與精彩實(shí)例
- Mudbox 2013 Cookbook