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

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.

主站蜘蛛池模板: 平乡县| 高州市| 厦门市| 文安县| 余姚市| 黑河市| 营口市| 临江市| 如东县| 资阳市| 分宜县| 定日县| 汝州市| 运城市| 永吉县| 庆元县| 伊吾县| 博乐市| 乌审旗| 蒙城县| 新兴县| 油尖旺区| 莒南县| 井研县| 巴林右旗| 兴安县| 孝昌县| 惠来县| 邹平县| 汽车| 吐鲁番市| 延长县| 耿马| 洛阳市| 类乌齐县| 巨鹿县| 高密市| 邯郸县| 贵阳市| 安塞县| 晋州市|