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

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 can include other contexts through the use of the include directive."

A block of code is set as follows:

angular.module('supernav.controllers', [])
.controller('MapCtrl', function ($scope) {
  $scope.mapCreated = function (map) {
    $scope.map = map;
  };
});

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

.state('app.scala', {
  url: '/scala',
  views: {
    'scala-view': {
      templateUrl: 'templates/app-chat.html',
      controller: 'ChatController',
 resolve: {
 chatRoom: function () {
 return 'scala';
 }
 }
    }
  }
});

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

console.log('Hello World!');

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: "Conclude this process by clicking on Create Column, and we are done!".

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 紫阳县| 治县。| 雷州市| 蛟河市| 吐鲁番市| 乌拉特中旗| 凉城县| 哈密市| 大悟县| 股票| 宿迁市| 贵德县| 延寿县| 六枝特区| 淮南市| 垦利县| 丹寨县| 天祝| 灵璧县| 左云县| 贵港市| 肃南| 交城县| 海林市| 延川县| 前郭尔| 搜索| 乌拉特前旗| 明溪县| 赣州市| 通许县| 福鼎市| 资溪县| 德保县| 朔州市| 靖边县| 德州市| 宿松县| 南投县| 青川县| 桃江县|