官术网_书友最值得收藏!

Conventions

In this book, you will find a number of styles of text 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: "We are going to modify the web.xml file."

A block of code is set as follows:

private boolean isUserAllowed(final String username, final String password, final Set<String> rolesSet) {
    boolean isAllowed = false;
    if (rolesSet.contains(ADMIN)) {
      isAllowed = true;
    }
    return isAllowed;
  }
}

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

final List<String> authorizationList = headersMap.get(AUTHORIZATION_PROPERTY);

Any command-line input or output is written as follows:

mvn clean install

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: "From the pop-up window, select the SSL Settings tab."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 博乐市| 宾阳县| 尼勒克县| 南岸区| 焦作市| 克什克腾旗| 安溪县| 大埔区| 武山县| 稻城县| 苍梧县| 闸北区| 盐边县| 英超| 新干县| 麦盖提县| 衡南县| 基隆市| 濉溪县| 赫章县| 图们市| 南郑县| 四平市| 商城县| 巴青县| 阿拉善盟| 永修县| 麻城市| 安岳县| 墨竹工卡县| 商都县| 卢湾区| 乐清市| 泰来县| 甘肃省| 井陉县| 涟水县| 壶关县| 彭水| 五指山市| 商南县|