当前位置:首页 > 搜索和 t 相关的文章

帝国CMS-robots.txt文件使用教程

添加日期:2014-11-22 11:10:53 发布:smiling 
在说帝国CMS-robots txt文件使用前先给大家解释下robots tx是干什么的 robots协议(也称为爬虫协议、爬虫规则、机器人协议等)也就是robots txt,网站通过robots协议告诉搜索引擎哪些页面可以抓取 ...

帝国CMS教程网站sitemap

添加日期:2014-11-22 09:33:49 发布:smiling 
增加自定义页面,文件名及存放目录: sitemap sitemap xml<?=& 39;<?xmlversion="1 0"encoding="UTF-8"?>& 39;?><urlsetxmlns="http: www sitemaps org schemas sitemap 0 9"><url><loc>http: ...

帝国CMS教程删除tags空标签

添加日期:2014-11-22 09:26:51 发布:smiling 
修改的文件 e class t_functions php$str =$jg & 39;<ahref="& 39; $tagsurl & 39;"target="_blank">& 39; $r[$i] & 39;< a>& 39; $br;$jg=$br?& 39;& 39;:$showjg; *改成* if(!emptyempty($r[$i] ...

帝国CMS教程关键字,Tags同步更新

添加日期:2014-11-21 16:50:51 发布:smiling 
修改系统special field(特殊属性字段)字段 <scriptlanguage="javascript">functioncopykeyword(){document getElementById("keyword") focus()document getElementById("keyword") select()documen ...

帝国cms7.0整合百度编辑器ueditor教程

添加日期:2014-11-21 16:46:37 发布:smiling 
帝国cms7 0整合百度编辑器ueditor教程开始1、根据自己使用的帝国cms版本编码下载对应的ueditor版本 下载地址 http: ueditor baidu com website download html ueditor2、解压附件,重命名为uedito ...

html+css配置wordpress主题在小屏幕的时候隐藏侧边栏

添加日期:2014-11-21 13:40:01 发布:smiling 
文章重点来介绍html+css配置wordpress主题在小屏幕的时候隐藏侧边栏的例子,有需要了解的朋友可进入参考 看到标题好长啊,对于一个响应式web站点来说,很多功能都是通过 @media queries 和 Viewpo ...

WordPress缓存Gravatar头像到本地修改

添加日期:2014-11-21 13:13:05 发布:smiling 
gg打不开了Gravatar也不行了,现在小编打扮把wordpress Gravatar头像修改缓存到本地服务器了,下面把整个修改过程给各位整理一次 在wordpress目录下建立文件夹:avatar,文件夹权限为:755,如果不行文 ...

针对WDCP切换nginx之后memcache和eAccelerator的配置修复方案

添加日期:2014-11-21 11:55:53 发布:smiling 
从apache+nginx切换到nignx FastCGI之后最大的问题就是object-cache的272报错,表示根本没找到memcache,这种情况只能在nignx下重安装memcache,使用memcache安装脚本,代码如下:wget -c http: dow ...

解决Warning: Cannot modify header information - headers alrea

添加日期:2014-11-21 11:33:30 发布:smiling 
下面是我自己面临的问题,我不是去测试函数遇到的,我是在换服务器的时候遇到的(由VPS转到hostgator),然后换主题激活时遇到这个问题的,才开始一直以为是wordpress4 0的兼容性问题,去试验3 9版本的 ...

500错误The server encountered an internal error or misconfigu

添加日期:2014-11-21 11:29:47 发布:smiling 
网站上线后,调试一会显示500错误,提示如下:InternalServerErrorTheserverencounteredaninternalerrorormisconfigurationandwasunabletocompleteyourrequest Pleasecontacttheserveradministrator,r ...

不用插件就能解决wordpress的SEO,修改functions.php加入如下代码

添加日期:2014-11-21 10:52:59 发布:smiling 
不用插件就能解决wordpress的SEO,修改functions php加入如下代码即可 很多人使用插件对wordpress进行SEO优化,其实很多是没有必要用到的,这里为大家提供了一个通用的wordpress 页面SEO设置方法 将 ...

thinkphp3.2.2 缩略图 多张生成

添加日期:2014-11-21 10:01:16 发布:smiling 
方法:publicfunctiondz_upload(){ 上传多张缩略图上传2张缩略图if(isset($_FILES[& 39;ori_img& 39;])){$upload=new Think UploadFile(); 实例化上传类$upload->maxSize=3000000; 设置附件上传 ...