- Learning Node.js for Mobile Application Development
- Stefan Buttigieg Milorad Jevdjenic
- 212字
- 2021-07-09 21:21:28
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!".
- 64位匯編語言的編程藝術(shù)
- 面向?qū)ο蟪绦蛟O(shè)計(Java版)
- Unity Shader入門精要
- Xamarin.Forms Projects
- Mastering KnockoutJS
- Unity Game Development Scripting
- Visual FoxPro程序設(shè)計習(xí)題集及實驗指導(dǎo)(第四版)
- Django 5企業(yè)級Web應(yīng)用開發(fā)實戰(zhàn)(視頻教學(xué)版)
- Building Slack Bots
- NGUI for Unity
- Instant Automapper
- INSTANT Apache Hive Essentials How-to
- 數(shù)字媒體技術(shù)概論
- HTML并不簡單:Web前端開發(fā)精進(jìn)秘籍
- 劍指大數(shù)據(jù):企業(yè)級電商數(shù)據(jù)倉庫項目實戰(zhàn)(精華版)