2010年4月15日

zencart后台调试

摘要: 打开文件 \admin\includes\application_top.php,找到error_reporting(E_ALL & ~E_NOTICE);修改为@ini_set('display_errors', '1');error_reporting(E_ALL);找到错误后,再修改回去关闭错误提示 阅读全文

posted @ 2010-04-15 22:04 haven24 阅读(265) 评论(0) 推荐(0)

find命令

摘要: find includes/ -name category_row.php 阅读全文

posted @ 2010-04-15 14:45 haven24 阅读(121) 评论(0) 推荐(0)

超级好用的grep

摘要: grep 要找的东西 确定在哪里找 R表示递归,n表示要找的东西在文件的行数grep top-section includes/ -Rn 阅读全文

posted @ 2010-04-15 13:45 haven24 阅读(150) 评论(0) 推荐(0)

导航