码迷,mamicode.com
首页 >  
搜索关键字:301重定向 wordpress htaccess    ( 3542个结果
wordpress,cos-html-cache静态化后,点击数失效问题的解决方案
装了wordpresscos-html-cache静态插件后,生成了静态文件,post-views等点击数插件就失效了,找了一些,包括有个js版本的,需要用到post-views插件,我也不想装太多插件,于是有了下面的方案。1:AdvancedCustomFields插件。安装后,我原先用作缩略图字...
分类:Web程序   时间:2014-09-01 17:08:23    阅读次数:247
在Google Drive上建立免费静态网站
现今建立一个属于自己的网站已经是一件很普遍和简单的事情了。你可以选择买空间,买域名,你也可以使用免费空间,免费域名。你可以选择动态的php wordpress,joomla或者是静态的网站(如果使用jekyll or octopress部署到github上)。今天我将介绍如何在Google Drive上建立一个静态的网站,其实和github很相似,都支持js。不得不说google走的每一步都是让人...
分类:Web程序   时间:2014-09-01 10:46:53    阅读次数:226
linux命令
压缩与解压缩:tar xvf wordpress.tar ####解压tar格式的文件####tar -tvf myfile.tar ####查看tar文件里包括的文件 ####tar cf toole.tar tool ####把tool文件夹打包为toole.tar文件####...
分类:系统相关   时间:2014-08-31 21:20:21    阅读次数:261
selenium处理rich text(富文本框)
WordPress 的 rich text采用js,先让selenium切换到iframe中driver.switchTo().frame("content_ifr");然后执行JSWebElement editor = driver.findElement(By.tagName("body"));...
分类:其他好文   时间:2014-08-31 00:25:30    阅读次数:374
之前学习wordpress的几张图片
分类:其他好文   时间:2014-08-29 17:53:48    阅读次数:133
favicon add in wordpress
Added the favicon in the wordpress, it's easy....
分类:其他好文   时间:2014-08-29 13:10:27    阅读次数:128
js团购倒计时
客户端代码可以看:http://www.zhangxinxu.com/wordpress/2010/07/%E5%9B%A2%E8%B4%AD%E7%B1%BB%E7%BD%91%E7%AB%99%E5%80%92%E8%AE%A1%E6%97%B6%E7%9A%84js%E5%AE%9E%E7%8...
分类:Web程序   时间:2014-08-28 23:56:16    阅读次数:381
Eclipse + XAMPP + Wordpress system setup in Windows Vista
Setup the Eclipse + XAMPP + Wordpress debugging system in my Windows Vista system, it takes quite considerable effort to figure out the workable way to all of these, record down the procedure....
分类:Windows程序   时间:2014-08-28 17:00:20    阅读次数:453
.htaccess文件不能伪静态化的解决方法
第一种:启用 rewrite 和 .htaccess 设置rewrite设置:找到apache的配置文件httpd.conf文件,找到:#LoadModule rewrite_module modules/mod_rewrite.so去掉前面的#号。改为:LoadModule rewrite_mod...
分类:数据库   时间:2014-08-28 11:12:29    阅读次数:234
学习wordpress模板制作第二天 header.php的尝试
" />" rel="stylesheet" type="text/css" /> 可换成wp_enqueue_script( 'init_js',get_bloginfo('template_url').'/js/init.js');新手不建议更换
分类:Web程序   时间:2014-08-28 11:04:59    阅读次数:259
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!