- Learning Alfresco Web Scripts
- Ramesh Chauhan
- 177字
- 2021-08-05 17:28:02
Conventions
In this book, you will find a number of styles of text 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: "DeclarativeWebScript
sets the response to be rendered."
A block of code is set as follows:
private RestTemplate restTemplate; public void setRestTemplate(RestTemplate restTemplate) { this.restTemplate = restTemplate; }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<html>
<body>
<p>Hello! ${args.name}.</p>
</body>
</html>
Any command-line input or output is written as follows:
curl -u admin:admin "http://localhost:8080/alfresco/service/helloworld?name=Ramesh"
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Click on the List Web Scripts link."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- SPSS數(shù)據(jù)挖掘與案例分析應(yīng)用實(shí)踐
- 程序員修煉之道:程序設(shè)計(jì)入門30講
- Learn Type:Driven Development
- Vue.js前端開(kāi)發(fā)基礎(chǔ)與項(xiàng)目實(shí)戰(zhàn)
- PHP 7底層設(shè)計(jì)與源碼實(shí)現(xiàn)
- The Computer Vision Workshop
- 編寫高質(zhì)量代碼:改善C程序代碼的125個(gè)建議
- Learning Data Mining with R
- SQL Server與JSP動(dòng)態(tài)網(wǎng)站開(kāi)發(fā)
- PHP從入門到精通(第4版)(軟件開(kāi)發(fā)視頻大講堂)
- Citrix XenServer企業(yè)運(yùn)維實(shí)戰(zhàn)
- R Data Science Essentials
- Java程序設(shè)計(jì)教程
- 計(jì)算機(jī)系統(tǒng)解密:從理解計(jì)算機(jī)到編寫高效代碼
- Python深度學(xué)習(xí)(第2版)