- Continuous Integration,Delivery,and Deployment
- Sander Rossel
- 208字
- 2021-07-02 15:42:07
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: "A thousand-line function with multiple nested if and while loops (and I've seen plenty) is pretty much untestable." A block of code is set as follows:
public static class MyMath { public static int Add(int a, int b) { return a + b; } }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<!DOCTYPE html>
<html>
<head>
[...]
</head>
<body ng-app="shopApp">
<%- include navbar.ejs %>
<div class="container" ng-controller="productController">
[...]
</div>
</body>
</html>
Any command-line input or output is written as follows:
sudo apt-get update
sudo apt-get install ubuntu-desktop
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: "Git will rewind your work until it finds the master, which is after the Added weapons commit."
- AngularJS入門與進階
- Getting Started with Gulp(Second Edition)
- LabVIEW2018中文版 虛擬儀器程序設(shè)計自學(xué)手冊
- 數(shù)據(jù)結(jié)構(gòu)習(xí)題精解(C語言實現(xiàn)+微課視頻)
- The DevOps 2.4 Toolkit
- iOS編程基礎(chǔ):Swift、Xcode和Cocoa入門指南
- QGIS By Example
- 零基礎(chǔ)入門學(xué)習(xí)Python(第2版)
- Apache Camel Developer's Cookbook
- Serverless Web Applications with React and Firebase
- Arduino可穿戴設(shè)備開發(fā)
- Learning Grunt
- Java高并發(fā)編程詳解:深入理解并發(fā)核心庫
- 和孩子一起學(xué)編程:用Scratch玩Minecraft我的世界
- PHP動態(tài)網(wǎng)站開發(fā)實踐教程