- 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.
- Mastering Node.js(Second Edition)
- CorelDRAW X6 中文版圖形設(shè)計(jì)實(shí)戰(zhàn)從入門到精通
- 自動(dòng)駕駛網(wǎng)絡(luò):自智時(shí)代的網(wǎng)絡(luò)架構(gòu)
- 解析QUIC/HTTP3:未來(lái)互聯(lián)網(wǎng)的基石
- 物聯(lián)網(wǎng)信息安全
- 物聯(lián)網(wǎng)+BIM:構(gòu)建數(shù)字孿生的未來(lái)
- 面向物聯(lián)網(wǎng)的嵌入式系統(tǒng)開發(fā):基于CC2530和STM32微處理器
- 物聯(lián)網(wǎng)與無(wú)線傳感器網(wǎng)絡(luò)
- Windows Server 2012 Hyper-V虛擬化管理實(shí)踐
- 5G技術(shù)與標(biāo)準(zhǔn)
- 5G時(shí)代的大數(shù)據(jù)技術(shù)架構(gòu)和關(guān)鍵技術(shù)詳解
- 無(wú)線傳感器網(wǎng)絡(luò)定位方法及應(yīng)用
- Learn Node.js by Building 6 Projects.
- CiviCRM Cookbook
- 5G智聯(lián)萬(wàn)物:輕松讀懂5G應(yīng)用與智能未來(lái)