- Alfresco for Administrators
- Vandana Pal
- 166字
- 2021-07-16 11:01:16
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: "Execute the downloaded .bin
file."
A block of code is set as follows:
<module xmlns="urn:jboss:module:1.0" name="org.alfresco.configuration">
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<resources>
<resource-root path="."/>
</resources>
Any command-line input or output is written as follows:
sudo apt-get install mysql-server sudo service mysql start|stop|status
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: "There are two mode of installation: Easy and Advanced."
- Java范例大全
- 深入淺出Java虛擬機:JVM原理與實戰
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- 編程珠璣(續)
- Magento 2 Development Cookbook
- 深入理解Java7:核心技術與最佳實踐
- TypeScript項目開發實戰
- 深入分布式緩存:從原理到實踐
- 劍指大數據:企業級數據倉庫項目實戰(在線教育版)
- C/C++數據結構與算法速學速用大辭典
- 分布式架構原理與實踐
- HTML5游戲開發實戰
- Scratch編程從入門到精通
- Go Systems Programming
- jMonkeyEngine 3.0 Beginner’s Guide