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

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.

主站蜘蛛池模板: 通道| 微山县| 温州市| 长顺县| 卓尼县| 贵德县| 南部县| 梧州市| 慈溪市| 尼勒克县| 元朗区| 兴国县| 阿拉善盟| 迭部县| 陆丰市| 汾阳市| 剑阁县| 松江区| 宣威市| 新郑市| 津南区| 栖霞市| 镇原县| 龙口市| 德钦县| 清丰县| 涞源县| 临城县| 平阴县| 平果县| 长阳| 华安县| 鄢陵县| 休宁县| 平江县| 丹棱县| 永城市| 莱芜市| 玉山县| 云安县| 泸西县|