- Practical XMPP
- Lloyd Watkin David Koelle
- 171字
- 2021-07-08 11:24:00
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: First we'll install libicu
and libexpat-dev
.
A block of code is set as follows:
modules_enabled = { "roster"; "saslauth"; "tls"; "dialback"; "disco"; "version"; "uptime"; "time"; "ping", "register"; "posix"; "bosh"; };
Any command-line input or output is written as follows:
$ curl https://raw.githubusercontent.com/creationix/nvm/v0.32.0/install.sh | bash $ source ~/.bashrc $ nvm install 6 $ node -v
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: "The shortcuts in this book are based on the Mac OS X 10.5+
scheme."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- WebAssembly實戰
- 秒懂設計模式
- Big Data Analytics
- C語言課程設計
- Cocos2d-x學習筆記:完全掌握Lua API與游戲項目開發 (未來書庫)
- Create React App 2 Quick Start Guide
- LabVIEW虛擬儀器程序設計從入門到精通(第二版)
- Python機器學習之金融風險管理
- Django實戰:Python Web典型模塊與項目開發
- Getting Started with Python
- 深入理解BootLoader
- Android高級開發實戰:UI、NDK與安全
- 實驗編程:PsychoPy從入門到精通
- Java EE輕量級解決方案:S2SH
- JavaScript程序設計基礎教程(慕課版)