php验证码,也不错
作者:WindKer 日期:2010-09-07
asp验证码,很不错
作者:WindKer 日期:2010-09-03
右键添加到QQ表情没了解决方法
作者:WindKer 日期:2010-09-02
恢复“显示桌面”快捷键
作者:WindKer 日期:2010-09-01
PHP下载CSS文件中的图片
作者:WindKer 日期:2010-08-21
php输出一个简单xml示例
作者:WindKer 日期:2010-08-19
<?php
date_default_timezone_set("Asia/Shanghai");
header("Expires: -1");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . "GMT");
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");
header('Content-Type: text/xml');
date_default_timezone_set("Asia/Shanghai");
header("Expires: -1");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . "GMT");
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");
header('Content-Type: text/xml');
程序代码
