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

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: "This js directory also includes the common.js file that includes the common app utilities."

A block of code is set as follows:

<?xml version='1.0' encoding='utf-8'?>
<widget id="com.jsmobile.soundrecorder" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>SoundRecorder</name>
<description>
        A sample Apache Cordova application that responds to the deviceready event.
</description>
<author email="dev@cordova.apache.org" >
        Apache Cordova Team
</author>
<content src="index.html" />
<access origin="*" />
</widget>

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

 (function() {
   
    var memoManager = MemoManager.getInstance();
    var recInterval;
   
    $(document).on("pageinit", "#memoCapture", function(e) {        
 $("#saveMemo").on("tap", function(e) {
 e.preventDefault();
 
 var memoItem = new MemoItem({
 "type": $("#mtype").val(),
 "title": $("#title").val() || "Untitled",
 "desc": $("#desc").val() || "", 
 "location": $("#location").val() || "",
 "mtime": $("#mtime").html() || new Date().toLocaleString(),
 "id": $("#mid").val() || null
 });
 
 memoManager.saveMemo(memoItem);
 
 $.mobile.changePage("#memoList");
 });
   
        // ...
    });
})();

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

> sudo npm install -g cordova

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: "Once you are done, click on the Stop Recording button to finish recording."

Note

Warnings or important notes appear in a box like this

Tip

Tips and tricks appear like this

主站蜘蛛池模板: 盘山县| 永川市| 洱源县| 哈尔滨市| 新竹市| 扎兰屯市| 新沂市| 巴中市| 贵阳市| 恩施市| 玉林市| 建宁县| 杨浦区| 武强县| 武隆县| 白山市| 虹口区| 深水埗区| 江陵县| 大兴区| 旅游| 儋州市| 噶尔县| 独山县| 南昌市| 永寿县| 基隆市| 文化| 巍山| 惠水县| 乐昌市| 东台市| 刚察县| 克拉玛依市| 西乌珠穆沁旗| 金山区| 祁连县| 河南省| 五台县| 沁水县| 罗平县|