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

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: "The inst variable holds a reference to the original object in the reflectee property."

A block of code is set as follows:

// AssemblyLine.
class AssemblyLine {
  // List of items on line.
  List _items = [];
  
  // Add [item] to line.
  add(item) {
    _items.add(item);
  }

  // Make operation on all items in line. 
  make(operation) {
    _items.forEach((item) {
      operation(item);
    });
  }
}

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

sudo apt-get install libnss3-tools

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: "Expand the Web SQL tree item from the Resources tab to see the Web SQL storage data."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 修武县| 桦川县| 朝阳市| 乌拉特中旗| 四子王旗| 阿鲁科尔沁旗| 吉木乃县| 买车| 喀喇沁旗| 辉县市| 南澳县| 安岳县| 田阳县| 金阳县| 长春市| 团风县| 霍林郭勒市| 宁城县| 瑞丽市| 平阳县| 丹凤县| 晋江市| 利川市| 罗甸县| 阳原县| 德惠市| 梅河口市| 资中县| 昌黎县| 樟树市| 班戈县| 武隆县| 东乡县| 兴国县| 临邑县| 鄢陵县| 涿州市| 高邑县| 华宁县| 大石桥市| 色达县|