- jQuery 1.3 with PHP
- Kae Verens
- 176字
- 2021-04-01 13:35:57
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 are shown as follows: "The URL string we're working with includes a number of sSearch
parameters."
A block of code is set as follows:
<?php $dir='.'; // directory containing the scripts $d=0; foreach (new DirectoryIterator($dir) as $file) { $d+=$file->getMTime(); } ?>
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
$.getJSON('./calendar.php?action=get_event&id='+calEvent.id,function(eventdata){
var controls='<a href="javascript:calendar_delete_entry('+eventdata.id+');">'+'[delete]</a>';
if(+eventdata.recurring)controls+='<br />'+'<a href="javascript:calendar_delete_recurrences('+eventdata.id+')">'+' [stop recurring]</a>';
$('<div id="calendar_edit_entry_form"
Any command-line input or output is written as follows:
yum install php-pecl-imagick
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: "When you click on this ? icon, smaller help icons will be shown next to all the elements in the page."
- 性能測試從零開始
- 設計模式之禪(第2版)
- 中文版3ds Max 2016/VRay效果圖制作實戰(zhàn)基礎教程
- 圖像處理基礎教程(Photoshop CS5)(第2版)
- Blender 3D Architecture, Buildings, and Scenery
- Excel 2016入門與提高
- Excel公式、函數(shù)與圖表案例實戰(zhàn)從入門到精通(視頻自學版)
- SPSS統(tǒng)計分析
- After Effects影視動畫特效及欄目包裝案例實戰(zhàn)
- 中文版CINEMA 4D R20 實用教程
- 中文版3ds Max 2014基礎培訓教程
- 攝影師的后期課:人像調色篇
- Maya Paint Effect 特效應用手冊
- Photoshop 2021中文版入門、精通與實戰(zhàn)
- AI賦能Rhino產(chǎn)品造型創(chuàng)意設計(視頻教學版)