- 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.
推薦閱讀
- 在最好的年紀學Python:小學生趣味編程
- Visual C++程序設計學習筆記
- 微服務設計原理與架構
- 差分進化算法及其高維多目標優化應用
- 琢石成器:Windows環境下32位匯編語言程序設計
- Microsoft Azure Storage Essentials
- Python+Tableau數據可視化之美
- Building Wireless Sensor Networks Using Arduino
- Mastering Python Design Patterns
- Hands-On Kubernetes on Windows
- 一步一步跟我學Scratch3.0案例
- Python程序設計開發寶典
- Magento 2 Beginners Guide
- Web程序設計:ASP.NET(第2版)
- XML程序設計(第二版)