Conventions
In this book, you will find a number of text styles 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: "This will list all the nodes under the opendaylight-inventory subtree of MD-SAL that stores OpenFlow switch information."
A block of code is set as follows:
<node xmlns="urn:TBD:params:xml:ns:yang:network-topology">
<node-id>new-netconf-device</node-id>
<host xmlns="urn:opendaylight:netconf-node-topology">127.0.0.1</host>
<port xmlns="urn:opendaylight:netconf-node-topology">17830</port>
<username xmlns="urn:opendaylight:netconf-node-topology">admin</username>
<password xmlns="urn:opendaylight:netconf-node-topology">admin</password>
<tcp-only xmlns="urn:opendaylight:netconf-node-topology">false</tcp-only>
Any command-line input or output is written as follows:
$ ./bin/karaf
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "If prompted, choose to select the Insecure connection option."
- 微服務(wù)設(shè)計(jì)(第2版)
- Visual Basic程序設(shè)計(jì)教程
- Responsive Web Design with HTML5 and CSS3
- Instant 960 Grid System
- C語言程序設(shè)計(jì)
- Java開發(fā)入行真功夫
- 深入淺出Android Jetpack
- Flux Architecture
- Keras深度學(xué)習(xí)實(shí)戰(zhàn)
- Terraform:多云、混合云環(huán)境下實(shí)現(xiàn)基礎(chǔ)設(shè)施即代碼(第2版)
- Distributed Computing in Java 9
- Python預(yù)測(cè)之美:數(shù)據(jù)分析與算法實(shí)戰(zhàn)(雙色)
- Cinder:Begin Creative Coding
- 編程風(fēng)格:程序設(shè)計(jì)與系統(tǒng)構(gòu)建的藝術(shù)(原書第2版)
- 編程改變生活:用PySide6/PyQt6創(chuàng)建GUI程序(進(jìn)階篇·微課視頻版)