- 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."
- Node.js Design Patterns
- Linux網(wǎng)絡(luò)程序設(shè)計(jì):基于龍芯平臺(tái)
- 云計(jì)算通俗講義(第3版)
- The DevOps 2.4 Toolkit
- VMware虛擬化技術(shù)
- Salesforce Reporting and Dashboards
- Angular開(kāi)發(fā)入門(mén)與實(shí)戰(zhàn)
- Windows Embedded CE 6.0程序設(shè)計(jì)實(shí)戰(zhàn)
- Node.js開(kāi)發(fā)指南
- Illustrator CC平面設(shè)計(jì)實(shí)戰(zhàn)從入門(mén)到精通(視頻自學(xué)全彩版)
- 創(chuàng)意UI:Photoshop玩轉(zhuǎn)APP設(shè)計(jì)
- 寫(xiě)給青少年的人工智能(Python版·微課視頻版)
- AngularJS UI Development
- Responsive Web Design with jQuery
- C Primer Plus(第6版)中文版【最新修訂版】