- Learning Apache Thrift
- Krzysztof Rakowski
- 187字
- 2021-07-23 14:55:38
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: "It initializes the variable x
, which is an integer."
A block of code is set as follows:
int main() { int x = 42; // this line will produce compilation error x = "forty two"; return 0; }
Any command-line input or output is written as follows:
sudo apt-get update
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: "It varies from version to version, but in most cases may be found if you right-click on My Computer and choose Properties, then look for the Advanced panel and the Environment Variables… tab."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Java逍遙游記
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- Python編程自學(xué)手冊(cè)
- LaTeX Cookbook
- Learn TypeScript 3 by Building Web Applications
- JavaScript:Functional Programming for JavaScript Developers
- Full-Stack Vue.js 2 and Laravel 5
- Xamarin.Forms Projects
- PySide GUI Application Development(Second Edition)
- Mastering Linux Network Administration
- C程序設(shè)計(jì)實(shí)踐教程
- Getting Started with Gulp
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)實(shí)踐教程
- 深入剖析Java虛擬機(jī):源碼剖析與實(shí)例詳解(基礎(chǔ)卷)
- Web性能實(shí)戰(zhàn)