- Dart Cookbook
- Ivo Balbaert
- 219字
- 2021-08-05 17:42:43
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: "In the checked mode, types are checked by calling assertions of the form assert (var1 is T)
, to control that var1
is of type T
".
A block of code is set as follows:
main() { // running an external program process without interaction: Process.run('notepad', ['tst.txt']).then((ProcessResultrs){ print(rs.exitCode); print(rs.stdout); print(rs.stderr); }); }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
main() {
// running an external program process without interaction:
Process.run('notepad', ['tst.txt']).then((ProcessResultrs){
print(rs.exitCode);
print(rs.stdout);
print(rs.stderr);
});
}
Any command-line input or output is written as follows:
# cp /usr/src/asterisk-addons/configs/cdr_mysql.conf.sample /etc/asterisk/cdr_mysql.conf
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: "First try this; right-click on your project and select Close Folder."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- 黑客攻防實(shí)戰(zhàn)技術(shù)完全手冊(cè):掃描、嗅探、入侵與防御
- MERN Quick Start Guide
- Twilio Cookbook
- SEO 20日
- Spring Boot 2.0 Projects
- SD-WAN架構(gòu)與技術(shù)(第2版)
- 正在爆發(fā)的互聯(lián)網(wǎng)革命
- 大話社交網(wǎng)絡(luò)
- Socket.IO Real-time Web Application Development
- 數(shù)字調(diào)制解調(diào)技術(shù)的MATLAB與FPGA實(shí)現(xiàn):Altera/Verilog版(第2版)
- IPv6網(wǎng)絡(luò)切片:使能千行百業(yè)新體驗(yàn)
- TD-LTE無線網(wǎng)絡(luò)規(guī)劃與設(shè)計(jì)
- 網(wǎng)絡(luò)利他行為研究:積極心理學(xué)的視角
- 5G+區(qū)塊鏈
- 物聯(lián)網(wǎng)頂層設(shè)計(jì)與關(guān)鍵技術(shù)