05 2010 档案

摘要: 搜索了下可以像这样指定MYSQL的参数类型,看到一老外像这样写,,这个,看起来怪怪的表23-1 bind_param第一个参数字符描述字符种类代表的数据类型IintegerDdoubleSstringBblob阅读全文
posted @ 2010-05-30 02:00 大力 阅读(118) | 评论 (1) 编辑
摘要: 要统计广告的弹出次数,找不到这种IIS日志分析器,只好写了个脚本。以上脚本生成以下表格202.100.121.461209123.180.14.253185222.90.15.209179阅读全文
posted @ 2010-05-25 14:39 大力 阅读(39) | 评论 (0) 编辑
摘要: 在文件的上层建个bat,再把删除不了的文件拉到这个bat上即可阅读全文
posted @ 2010-05-17 14:32 大力 阅读(146) | 评论 (0) 编辑
摘要: [代码]c-ipCOUNT(ALL c-ip)220.181.94.2227654221.194.136.60915110.75.166.10119以上表格是用Log Parser统计访问整个IIS站点的IP,及访问次数,Log Parser非常灵活,它可以自定义一些类似SQL语句。下载地址:http://www.microsoft.com/downloads/details.aspx?Famil...阅读全文
posted @ 2010-05-10 14:49 大力 阅读(193) | 评论 (0) 编辑
摘要: <?php//include_once("Smarty/libs/Smarty.class.php"); require_once $_SERVER['DOCUMENT_ROOT']."/Smarty/libs/Smarty.class.php";$smarty=new smarty(); $smarty->compile_check=true;$smarty->config_...阅读全文
posted @ 2010-05-07 15:01 大力 阅读(165) | 评论 (0) 编辑