- 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."
- JavaScript修煉之道
- Testing with JUnit
- 自己動(dòng)手實(shí)現(xiàn)Lua:虛擬機(jī)、編譯器和標(biāo)準(zhǔn)庫
- SEO實(shí)戰(zhàn)密碼
- Visual C++應(yīng)用開發(fā)
- Modern JavaScript Applications
- SQL Server數(shù)據(jù)庫管理與開發(fā)兵書
- 愛上micro:bit
- Mastering React
- Python爬蟲、數(shù)據(jù)分析與可視化:工具詳解與案例實(shí)戰(zhàn)
- Raspberry Pi Robotic Projects(Third Edition)
- Python青少年趣味編程
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)
- Python繪圖指南:分形與數(shù)據(jù)可視化(全彩)
- FORTRAN程序設(shè)計(jì)權(quán)威指南