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....
lnmp默认安装的memcached是可以外网访问的,对于我这个小站来说外网不会用到,所以只允许内网用。修改文件vi /etc/init.d/memcached PORT=11211 USER=root MAXCONN=1024 CACHESIZE=32 OPTIONS="" IP=127.0.0.1 R...
分类:
其他好文 时间:
2014-08-28 16:20:40
阅读次数:
321
" />" 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
书接上回,聊一聊nginx的必知必会!!!前言:从该教程往后,涉及到nginx的功能将越来越生产化,因此某些测试必须是基于web架构平台,所以在看本教程之前,建议先安装好LNMP或者LAMP架构,以便测试验证。其次该技术文档的测试是基于前端nginx反向代理与后端LNMP架构来测试的,..
分类:
其他好文 时间:
2014-08-27 18:58:58
阅读次数:
687
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
需求场景lnmp环境3台nginx每台nginx服务上有几个虚拟主机,分别跑了不同的域名,准备对主站做nginxstatus状态做监控,监控每一台nginx的活动链接数,和总的连接数。解决方案1每台nginxserver的主配置文件都配置status模块代码端如下location/ngst{
stub_statuson;
access_logof..
分类:
其他好文 时间:
2014-08-27 02:48:57
阅读次数:
353