码迷,mamicode.com
首页 >  
搜索关键字:wordpress    ( 2914个结果
mysql:把DB1中A表a字段替换为DB2中B表b字段
UPDATE DB1.A SET a = ( SELECT b FROM DB2.B WHERE B.Id = A.id)实例:UPDATE wordpress.`wp_posts` SET post_content = ( SELECT `内容` FROM test.`content` WHERE...
分类:数据库   时间:2014-09-04 20:42:00    阅读次数:316
FlatBox-WordPress Responsive Flat Design Theme
FlatBoxA beautifully FlatBox with different colors. You can upload your own logo & favicon, customizable colors and background, 8 nice theme color sch...
分类:其他好文   时间:2014-09-03 14:43:46    阅读次数:201
Implementing a java agent to instrument code (copy from http://chimpler.wordpress.com/2013/11/05/implementing-a-java-agent-to-instrument-code/)
With a system running 24/7, you have to make sure that it performs well at any time of the day. Several commercial solutions exist to monitor the perf...
分类:编程语言   时间:2014-09-02 21:08:15    阅读次数:338
WordPress 数据库操作WPDB对象($wpdb)用法详解【转载】
使用wordpress的时候,如果想直接使用WP里封装的数据库操作的类(wp-db.php),将wp-blog-header.php包含到代码中就可以使用了。define(‘PATH’, dirname(dirname(__FILE__)).‘/’);require_once(PATH . ‘../...
分类:数据库   时间:2014-09-02 15:37:54    阅读次数:233
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!