摘要: [代码] 阅读全文
posted @ 2011-01-01 23:16 thekingofreturn 阅读(7319) 评论(0) 推荐(1)
摘要: TinyMCE是一个轻量级的基于浏览器的所见即所得编辑器,由JavaScript写成。它对IE6+和Firefox1.5+都有着非常良好的支持。功能方面虽然不能称得上是最强,但绝对能够满足大部分网站的需求,并且功能配置灵活简单。另一特点是加载速度非常快,如果你的服务器采用的脚本语言是PHP,那还可以进一步优化。最重要的是,TinyMCE是一个根据LGPL license发布的自由软件,你可以把它用于商业应用。 阅读全文
posted @ 2011-01-01 13:52 thekingofreturn 阅读(365) 评论(0) 推荐(0)
摘要: 在写php程序中有时会出现这样的警告:PHP Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled 阅读全文
posted @ 2011-01-01 09:00 thekingofreturn 阅读(1959) 评论(0) 推荐(1)