log.html <table width="600" align="center" cellspacing="1" bgcolor="#CCCCCC" st...
Smarty缓存的使用和清除
1、Smarty缓存的配置 $smarty->cache_dir = "/caches/"; //缓存目录 ...
smarty局部缓存处理
参考:http://www.51toria.cn/?p=68 demo.tpl 使用insert函数使模板一部分不被缓存 <...
ajax定时调用数据
<script language=javascript> function createXMLHttpRequest() { ...
php中datediff与dateadd
<?php function DateDiff($d1,$d2){ ...