12 2015 档案
PHP运行时强制显示出错信息的代码
摘要:error_reporting(E_ALL); ini_set('display_errors', '1'); ini_set('error_log', dirname(__FILE__) . '/error_log.txt'); //将出错信息输出到一个文本文件 怎样输出错误信息到一... 阅读全文
posted @ 2015-12-31 15:13 geeky 阅读(141) 评论(0) 推荐(0)
linux svn迁移备份的三种方法
摘要:http://www.iitshare.com/linux svn migration.html 阅读全文
posted @ 2015-12-03 19:46 geeky 阅读(150) 评论(0) 推荐(0)
gifplayer-可控制GIF动画图片播放和暂停jQuery插件
摘要:https://github.com/rubentd/gifplayer http://www.xwcms.net/webAnnexImages/fileAnnex/20140610/49295/index.html http://www.htmleaf.com/jQuery/Image E... 阅读全文
posted @ 2015-12-02 18:35 geeky 阅读(1008) 评论(0) 推荐(0)