10 2011 档案

摘要:set sql_safe_updates=1设置该变量后,不使用where条件将无法删除或更新数据 阅读全文
posted @ 2011-10-31 23:35 rorshach 阅读(280) 评论(0) 推荐(0) 编辑
摘要:mysql -uroot -proot -H c:/data.html;mysql -uroot -proot -X c:/data.xml;在sql.sql中写入批处理命令,既可导出xml或html数据 阅读全文
posted @ 2011-10-31 23:32 rorshach 阅读(359) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2011-10-08 23:27 rorshach 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2011-10-06 10:11 rorshach 阅读(107) 评论(0) 推荐(0) 编辑
摘要:';echo htmlspecialchars(file_get_contents($path));echo '';exit;}}list_addlink($path);/**+--------------------------------------------*列出路径下所有文件或文件夹,并... 阅读全文
posted @ 2011-10-06 09:43 rorshach 阅读(157) 评论(0) 推荐(0) 编辑
摘要:";}}}closedir($f);rmdir($file);echo "目录{$file}删除成功!";}else if(is_file($file)){echo "文件{$file}删除成功!";unlink($file);}}else{die('文件或目录不存在');}}?> 阅读全文
posted @ 2011-10-05 22:43 rorshach 阅读(418) 评论(0) 推荐(0) 编辑