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

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: "When you type mvn clean install, Maven will execute all the phases in the default lifecycle up to install (including the install phase)."

A block of code is set as follows:

<project>
  [...]
  <build>
    [...]
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>3.1</version>
        <configuration>
          <source>1.7</source>
          <target>1.7</target>
        </configuration>
      </plugin>
    </plugins>
    [...]
  </build>
  [...]
</project>

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

<project>
  [...]
  <build>
    [...]
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>3.1</version>
        <configuration>
 <source>1.7</source>
 <target>1.7</target>
 </configuration>
      </plugin>
    </plugins>
    [...]
  </build>
  [...]
</project>

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

$ mvn install:install

New terms and important words are shown in bold.

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 陇川县| 上虞市| 策勒县| 策勒县| 青海省| 正安县| 峨眉山市| 马尔康县| 乌拉特后旗| 隆化县| 璧山县| 永丰县| 敦化市| 青龙| 贵港市| 兴隆县| 南漳县| 伊金霍洛旗| 连平县| 高碑店市| 吉木萨尔县| 小金县| 赤城县| 枣庄市| 白沙| 绥芬河市| 梧州市| 泸水县| 和田县| 舒兰市| 巩留县| 富裕县| 乌兰察布市| 商河县| 汕头市| 柘城县| 闵行区| 闽清县| 宝应县| 乌拉特前旗| 安国市|