发布时间:2013-12-10 17:17:50
phpwind中帮助中心页面默认的标题跟网站的标题一样,这不利于网站优化。解决方法:在文件faq.php中在代码:require_once(R_P.’require/header.php’);之前添加下面代码://--www.php17.com,帮助中心seo优化 $metaKeywords=$webPageTitle=((isset($hid) && $_HELP[$hid]['title']) ? $.........【阅读全文】
发布时间:2013-12-10 17:03:35
/******************** * 取房源描述信息窗口滚动条滚动高度 ******************/function getScrollTop(){ var scrollTop=0; if(document.documentElement&&document.documentElement.scrollTop) { .........【阅读全文】
发布时间:2013-12-09 15:59:44
本文源码下载地址:http://files.cnblogs.com/afritxia2008/TraceLWord.rar 开发环境为 eclipse(pdt) 让我们把注意力集中到中间服务层上来。中间服务层代码比较简单,只是调用数据访问层代码将留言保存到数据库。如代码1所示://代码 1// 中间服务层classLWordServiceCoreimplementsILW.........【阅读全文】