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
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
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的时候,如果想直接使用WP里封装的数据库操作的类(wp-db.php),将wp-blog-header.php包含到代码中就可以使用了。define(‘PATH’, dirname(dirname(__FILE__)).‘/’);require_once(PATH . ‘../...
分类:
数据库 时间:
2014-09-02 15:37:54
阅读次数:
233
装了wordpresscos-html-cache静态插件后,生成了静态文件,post-views等点击数插件就失效了,找了一些,包括有个js版本的,需要用到post-views插件,我也不想装太多插件,于是有了下面的方案。1:AdvancedCustomFields插件。安装后,我原先用作缩略图字...
分类:
Web程序 时间:
2014-09-01 17:08:23
阅读次数:
247
现今建立一个属于自己的网站已经是一件很普遍和简单的事情了。你可以选择买空间,买域名,你也可以使用免费空间,免费域名。你可以选择动态的php wordpress,joomla或者是静态的网站(如果使用jekyll or octopress部署到github上)。今天我将介绍如何在Google Drive上建立一个静态的网站,其实和github很相似,都支持js。不得不说google走的每一步都是让人...
分类:
Web程序 时间:
2014-09-01 10:46:53
阅读次数:
226
压缩与解压缩: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
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
Added the favicon in the wordpress, it's easy....
分类:
其他好文 时间:
2014-08-29 13:10:27
阅读次数:
128