码迷,mamicode.com
首页 >  
搜索关键字:lnmp wordpress    ( 5623个结果
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
memcached不允许外网访问
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
学习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
Nginx系列教程之三:nginx 必知必会
书接上回,聊一聊nginx的必知必会!!!前言:从该教程往后,涉及到nginx的功能将越来越生产化,因此某些测试必须是基于web架构平台,所以在看本教程之前,建议先安装好LNMP或者LAMP架构,以便测试验证。其次该技术文档的测试是基于前端nginx反向代理与后端LNMP架构来测试的,..
分类:其他好文   时间:2014-08-27 18:58:58    阅读次数:687
Google HTML/CSS/JS代码风格指南
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
zabbix开源监控系列三(自定义key监控nginx_status)
需求场景lnmp环境3台nginx每台nginx服务上有几个虚拟主机,分别跑了不同的域名,准备对主站做nginxstatus状态做监控,监控每一台nginx的活动链接数,和总的连接数。解决方案1每台nginxserver的主配置文件都配置status模块代码端如下location/ngst{ stub_statuson; access_logof..
分类:其他好文   时间:2014-08-27 02:48:57    阅读次数:353
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!