- Mastering Dart
- Sergey Akopkokhyants
- 196字
- 2021-08-05 17:19:17
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: "The inst
variable holds a reference to the original object in the reflectee
property."
A block of code is set as follows:
// AssemblyLine. class AssemblyLine { // List of items on line. List _items = []; // Add [item] to line. add(item) { _items.add(item); } // Make operation on all items in line. make(operation) { _items.forEach((item) { operation(item); }); } }
Any command-line input or output is written as follows:
sudo apt-get install libnss3-tools
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: "Expand the Web SQL tree item from the Resources tab to see the Web SQL storage data."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- 數據通信網絡實踐:基礎知識與交換機技術
- Web安全防護指南:基礎篇
- 網絡故障現場處理實踐(第4版)
- 企業私有云建設指南
- Socket.IO Real-time Web Application Development
- Yii Application Development Cookbook(Second Edition)
- 物聯網長距離無線通信技術應用與開發
- The Kubernetes Workshop
- 4G小基站系統原理、組網及應用
- 網絡利他行為研究:積極心理學的視角
- Hands-On Microservices with Node.js
- 物聯網基礎及應用
- Guide to NoSQL with Azure Cosmos DB
- Python API Development Fundamentals
- 5G智慧交通