posted @ 2010-08-03 14:12 Terry_glp 阅读(941) 评论(0) 推荐(0)
摘要:
expires用于设定网页的过期时间,一旦过期就必须从服务器上重新加载.时间必须使用GMT格式.expires示例 阅读全文
摘要:
1、设置CookieSetCookie函数格式int SetCookie(string name, string value, int expire, string path, string domain, int secure);简单的:setCookie("MyCookie", "Value of My1、设置CookieSetCookie函数格式int SetCookie(string na... 阅读全文
posted @ 2010-08-02 14:44 Terry_glp 阅读(208) 评论(0) 推荐(0)
摘要:
1、创建一个editor实例:先把jquery和ckeditor的js文件包含进来(jquery.js已经在我们下载的ckeditor文件夹中了):<script type="text/javascript" src="/ckeditor/ckeditor.js"></script><script type="text/javascript" src="/ckedit... 阅读全文
posted @ 2010-07-30 15:38 Terry_glp 阅读(2355) 评论(0) 推荐(0)
摘要:
一、简介 CKEditor即大名鼎鼎的FCKeditor,它终于在最近发布新版本了,与增加版本号不同,这次完全把它改名了,更名为CKeditor。这应该是和它的开发公司CKSource的名字有关吧,该公司的另一个产品为CKFinder(一个Ajax文件管理器),这次可能为了保持一致,将FCK更改为CK,但是版本号继承了下来,为CKeditor3.0版。二、官方手册 官方手册地址:http://... 阅读全文
posted @ 2010-07-29 15:20 Terry_glp 阅读(1725) 评论(0) 推荐(0)
摘要:
<!--[if IE]> Only IE <![endif]-->所有的IE可识别<!--[if IE 5.0]> Only IE 5.0 <![endif]-->只有IE5.0可以识别<!--[if gt IE 5.0]> Only IE 5.0+ <![endif]-->IE5.0包换IE5.5都可以识别<!--[i... 阅读全文
posted @ 2010-07-15 21:06 Terry_glp 阅读(200) 评论(0) 推荐(0)
摘要:
CSS命名规则头: header内容: content/containe尾: footer导航: nav侧 栏: sidebar栏目: column页面外围布局: wrapper左右中: left right center登录条: loginbar标志: logo广告: banner页面主体: main热 点: hot新闻: news下载: download子导航: subnav菜单: menu子... 阅读全文
posted @ 2010-07-15 20:52 Terry_glp 阅读(464) 评论(0) 推荐(0)
摘要:
其实在php文档里有说明upload_max_filesize的可修改范围是PHP_INI_PERDIR。PHP_INI_PERDIR的意思是域内指令可以在php.ini、httpd.conf或.htaccess文件中修改;PHP_INI_SYSTEM的意思是域内指令可以在php.ini和httpd.conf文件中修改;PHP_INI_ALL的意思是域内指令可以在所有地方修改;仅在php.ini内... 阅读全文
posted @ 2010-07-15 15:57 Terry_glp 阅读(198) 评论(0) 推荐(0)
摘要:
一、变量的类型 Javascript和Java、C这些语言不同,它是一种无类型、弱检测的语言。它对变量的定义并不需要声明变量类型,我们只要通过赋值的形式,可以将各种类型的数据赋值给同一个变量。例如:i=100;//Number类型 i="variable";//String类型 i={x:4};//Object类型 i=[1,2,3];//Array类型 JS的这种特性虽然让我们的编码更加灵... 阅读全文
posted @ 2010-07-13 18:37 Terry_glp 阅读(40686) 评论(3) 推荐(5)
摘要:
The Zend Framework MVC Architecture一、概述:In this chapter, we will cover the following topics:1. Zend framework MVC overview2. The Front Controller3. The router4. The dispatcher5. The Request object6. T... 阅读全文
posted @ 2010-07-12 17:52 Terry_glp 阅读(25542) 评论(26) 推荐(10)
浙公网安备 33010602011771号