- Cloud Native Python
- Manish Sethi
- 169字
- 2021-07-02 19:11:47
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: "Create a signup route, which will take the GET and POST methods to read the page, and submit the data to the backend database."
A block of code is set as follows:
sendTweet(event){
event.preventDefault();
this.props.sendTweet(this.refs.tweetTextArea.value);
this.refs.tweetTextArea.value = '';
}
Any command-line input or output is written as follows:
$ apt-get install nodejs
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: "Click on the Create user button, the user will be created, and the policy will be attached to it."
- Puppet 4 Essentials(Second Edition)
- 數(shù)據(jù)庫原理及應(yīng)用(Access版)第3版
- Java深入解析:透析Java本質(zhì)的36個(gè)話題
- jQuery炫酷應(yīng)用實(shí)例集錦
- 深度學(xué)習(xí):Java語言實(shí)現(xiàn)
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)教程(Windows 7+Office 2010)
- 工業(yè)機(jī)器人離線編程
- Android應(yīng)用開發(fā)實(shí)戰(zhàn)(第2版)
- Unity 2017 Game AI Programming(Third Edition)
- Python程序設(shè)計(jì):基礎(chǔ)與實(shí)踐
- LibGDX Game Development By Example
- 網(wǎng)絡(luò)工程方案設(shè)計(jì)與實(shí)施(第二版)
- PHP程序員面試算法寶典
- Natural Language Processing with Java Cookbook
- WebRTC Cookbook