- Vue.js 2.x by Example
- Mike Street
- 147字
- 2021-07-02 20:00:22
Conventions
In this book, you will find a number of text styles 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: "Just assign the names of the layers you want to activate to the VK_INSTANCE_LAYERS environment variable."
A block of code is set as follows:
<p id="app">
{{ calculateSalesTax(shirtPrice) }}
</p>
Any command-line input or output is written as follows:
app.salesTax = 20
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: "Select System info from the Administration panel."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
- Learning Scala Programming
- Bootstrap Site Blueprints Volume II
- 跟“龍哥”學C語言編程
- Java虛擬機字節碼:從入門到實戰
- Learning Unity 2D Game Development by Example
- 零基礎趣學C語言
- Java高并發核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- Django 3.0入門與實踐
- Visual Basic程序設計習題與上機實踐
- 零基礎學Python編程(少兒趣味版)
- Nagios Core Administration Cookbook(Second Edition)
- uni-app跨平臺開發與應用從入門到實踐
- Python語言科研繪圖與學術圖表繪制從入門到精通
- ASP.NET Web API Security Essentials
- Python程序設計教程