- Offline First Web Development
- Daniel Sauble
- 155字
- 2021-07-30 10:30:47
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, URLs, and user input are shown as follows: Copy this file (named pouchdb-3.6.0.min.js
or similar) to the todo-app/
folder.
A block of code is set as follows:
Ext.define('TodoApp.store.Item', { extend: 'Ext.data.Store', config: { model: 'TodoApp.model.Item', autoLoad: true } });
Any command-line input or output is written as follows:
$ brew install node
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Clicking the Next button moves you to the next screen."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Microsoft Dynamics 365 Extensions Cookbook
- 樂學Web編程:網站制作不神秘
- Web程序設計(第二版)
- HTML5+CSS3網站設計基礎教程
- Nginx實戰:基于Lua語言的配置、開發與架構詳解
- Java程序設計入門
- jQuery Mobile移動應用開發實戰(第3版)
- Python全棧數據工程師養成攻略(視頻講解版)
- 現代C++編程實戰:132個核心技巧示例(原書第2版)
- 軟件測試綜合技術
- Unity Character Animation with Mecanim
- 計算機應用基礎(第二版)
- Learning Kotlin by building Android Applications
- Head First Kotlin程序設計
- Flutter之旅