上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 43 下一页
摘要: 到底 阅读全文
posted @ 2014-08-08 17:32 洒洒 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 到底 阅读全文
posted @ 2014-08-08 17:31 洒洒 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 到底 阅读全文
posted @ 2014-08-08 17:30 洒洒 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 《AR》CActiveRecord:path:/framework/db/ar/CActiveRecord.phpoverview:is the base class for classes representing relational data.It implements the active ... 阅读全文
posted @ 2014-07-18 13:47 洒洒 阅读(450) 评论(2) 推荐(1) 编辑
摘要: path:framework/base/interfaces.phpoverview:This file contains core interfaces for Yii framework.interface IApplicationComponent:all application compon... 阅读全文
posted @ 2014-07-16 16:30 洒洒 阅读(144) 评论(0) 推荐(0) 编辑
摘要: CComponent:path:framework/base/CComponent.phpoverview:This file contains the foundation classes for component-based and event-driven programming. ... 阅读全文
posted @ 2014-07-16 14:17 洒洒 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 效果 ①基本效果:show()、hide()、toggle() ②滑动 slideDown()、slideUp()、slideToggle() 划上:$("p").slideUp("slow"); 划下:$("p").slideDown("slow"); $("p").sli... 阅读全文
posted @ 2014-07-15 17:09 洒洒 阅读(448) 评论(0) 推荐(0) 编辑
摘要: ie 6 需要用document.documentElement.scrollTop 获取滚动条位置ie 其他版本可以用 document.body.scrollTop 获取滚动条位置其他浏览器可以用 window.pageYOffset 获取滚动条位置当聊天室的内容超出页面范围时,如何让页面刷新后... 阅读全文
posted @ 2014-07-15 16:18 洒洒 阅读(965) 评论(0) 推荐(0) 编辑
摘要: php的trycatch与其它语言的trycatch相比有许多不同,而且用起来相对比较不爽。 php中,如果你制作的站点相对较大,同时模块化,并且在错误处理机制上有一套自己的处理机制,可以尝试使用trycatch,否则,可以考虑不使用它。 PHP的trycatch是捕获异常,但它却无法捕获P... 阅读全文
posted @ 2014-07-15 16:16 洒洒 阅读(298) 评论(0) 推荐(0) 编辑
摘要: PHPCMS一、模版引擎如:调用单页面index.php?m=content&c=index&a=lists&catid=9.1.先获取到模版变量的值$template_list="list";然后通过$type!=0来判断是单页面, 然后通过$template = $setting['page_t... 阅读全文
posted @ 2014-07-15 16:16 洒洒 阅读(963) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 43 下一页