- Vue.js 2 Web Development Projects
- Guillaume Chau
- 138字
- 2021-07-02 22:34:21
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 are shown as follows: "We can select HTML elements through the use of the d3.select function."
A block of code is set as follows:
class Animal
{
public:
virtual void Speak(void) const //virtual in the base class
{
//Using the Mach 5 console print
M5DEBUG_PRINT("...\n");
}
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: "Clicking the Next button moves you to the next screen."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
推薦閱讀
- AngularJS Testing Cookbook
- Python語言程序設(shè)計(jì)
- 編寫整潔的Python代碼(第2版)
- MySQL數(shù)據(jù)庫管理與開發(fā)(慕課版)
- PySide GUI Application Development(Second Edition)
- C++寶典
- Go語言精進(jìn)之路:從新手到高手的編程思想、方法和技巧(2)
- UI設(shè)計(jì)全書(全彩)
- Instant Debian:Build a Web Server
- Clojure Polymorphism
- Python機(jī)器學(xué)習(xí)與量化投資
- Jakarta EE Cookbook
- Web開發(fā)新體驗(yàn)
- 美麗洞察力:從化妝品行業(yè)看顧客需求洞察
- Python Django Web從入門到項(xiàng)目實(shí)戰(zhàn)(視頻版)