官术网_书友最值得收藏!

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.

There are three styles for code. Code words in text are shown as follows: “We can include other contexts through the use of the include directive.”

A block of code will be set as follows:

// function calls the server using the XMLHttpRequest object 
function process()
{
  // retrieve the name typed by the user on the form
  name = document.getElementById(“myName”).value;
  // execute the quickstart.php page from the server
  xmlHttp.open(“GET”, “quickstart.php?name=” + name, false);  
  // make synchronous server request
  xmlHttp.send(null);  
  // read the response
  handleServerResponse();
}

When we wish to draw your attention to a particular part of a code block, the relevant lines or items will be made bold:

// function calls the server using the XMLHttpRequest object 
function process()
{
  // retrieve the name typed by the user on the form
  name = document.getElementById(“myName”).value;
 // execute the quickstart.php page from the server xmlHttp.open(“GET”, “quickstart.php?name=” + name, false); // make synchronous server request xmlHttp.send(null); // read the response handleServerResponse();
}

Any command-line input and output is written as follows:

./configure --prefix=/usr/local/apache2 --enable-so --enable-ssl --with-ssl --enable-auth-digest

New terms and important words are introduced in a bold-type font. Words that you see on the screen, in menus or dialog boxes for example, appear in our text like this: “clicking the Next button moves you to the next screen”.

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 讷河市| 西昌市| 南投市| 石林| 将乐县| 翁牛特旗| 朝阳县| 平阴县| 揭东县| 大渡口区| 扶绥县| 修水县| 布尔津县| 张家港市| 二连浩特市| 北流市| 遂川县| 西城区| 宣化县| 罗平县| 酉阳| 田阳县| 石渠县| 江都市| 安泽县| 文山县| 隆回县| 蓬莱市| 碌曲县| 道孚县| 津市市| 安溪县| 磐安县| 区。| 渝北区| 喀什市| 溧阳市| 台安县| 曲周县| 田东县| 望都县|