EXT
jackyrongvip
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
(转)php中用.htaccess文件设置日志的级别
在php中,可以用.htaccess文件去设置日志的显示级别,比如 关闭错误显示: php_flag display_startup_errors off php_flag display_errors off php_flag html_errors off php_value docref_root 0 php_value docref_ext 0只显示PHP错误: php_flag d原创 2013-07-01 17:35:41 · 1574 阅读 · 0 评论 -
jquery,extjs中的extend用法小结
在jquery中,extend其实在做插件时还是用的比较多的,今天同时小结jquery和ext js中 的extend用法,先来看jquery中的。 1) extend(dest,src1,src2,src3...); var start = { id: 123, count: 41, desc: 'this is information',原创 2013-07-01 17:59:44 · 792 阅读 · 0 评论
分享