March 2012
Beginner
294 pages
5h 50m
English
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 are shown as follows: "Due to Tomcat 7's support for web fragments, developers now don't need to implement the specific library configurations for their application web.xml."
A block of code is set as follows:
# .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ];then . ~/.bashrc fi # User specific environment and start-up programs JAVA_HOME=/opt/jdk1.6.0_24 PATH=$JAVA_HOME/bin:$PATH:$HOME/bin export PATH JAVA_HOME unset USERNAME
When we wish to draw your attention to a particular part of a code block, the relevant lines ...
Read now
Unlock full access