压缩与解压缩: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
客户端代码可以看: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
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....
" />" 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
JS版本参见:http://www.zhangxinxu.com/wordpress/2012/07/google-html-css-javascript-style-guides/HTML/CSS修正版本 2.1背景本文档定义了HTML/CSS的编写格式和风格规则。它旨在提高合作和代码质量,并使其...
分类:
Web程序 时间:
2014-08-27 14:31:27
阅读次数:
348
上篇文章介绍了怎么在新浪SAE上搭建网站,在新浪SAE上搭建自己的网站! 现在我又想尝试下在京东云擎上搭建一个WEB站点试试。还是以WordPress为例,废话不多说,开始吧! 一.京东云上搭建站点,有三种方式: 1.第一种方式,简单。傻瓜式直接“一键新建应用”,不过好像默认只能搭建WordPre....
分类:
Web程序 时间:
2014-08-26 21:14:37
阅读次数:
361
在functions.php文件里面添加下面的代码就行了。if(is_admin()){ function hcsem_cdn_callback($buffer) {return str_replace('googleapis.com', 'useso.com', $buffer);} ...