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

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.

主站蜘蛛池模板: 河曲县| 仲巴县| 讷河市| 久治县| 衡山县| 通榆县| 马山县| 婺源县| 商丘市| 应城市| 云林县| 精河县| 谷城县| 嘉义县| 万宁市| 衡阳县| 元氏县| 剑川县| 满洲里市| 苍溪县| 海城市| 赣榆县| 准格尔旗| 胶州市| 个旧市| 商城县| 萨迦县| 琼中| 遂昌县| 包头市| 临湘市| 仁化县| 久治县| 南昌市| 应用必备| 景德镇市| 秦皇岛市| 静安区| 阿合奇县| 山东省| 永胜县|