上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 63 下一页
摘要: setReadDataOnly(true); $objPHPExcel = $objReader->load($filename); $objWorksheet = $objPHPExcel->getActiveSheet(); $highestRo... 阅读全文
posted @ 2015-01-29 15:58 麦田守望者~ 阅读(443) 评论(0) 推荐(0) 编辑
摘要: 一:nginx 中配置 expires缓存提升网站负载对于网站的图片,尤其是新闻站, 图片一旦发布, 改动的可能是非常小的.我们希望 能否在用户访问一次后, 图片缓存在用户的浏览器端,且时间比较长的缓存.可以, 用到 nginx的expires设置 .nginx中设置过期时间,非常简单,在locat... 阅读全文
posted @ 2015-01-29 00:36 麦田守望者~ 阅读(392) 评论(0) 推荐(0) 编辑
摘要: 一:nginx gzip压缩提升网站速度我们观察news.163.com的头信息请求:Accept-Encoding:gzip,deflate,sdch响应:Content-Encoding:gzipContent-Length:36093再把页面另存下来,观察,约10W字节,实际传输的36093字... 阅读全文
posted @ 2015-01-28 23:16 麦田守望者~ 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 一:URL 重写 ecshop案例Rewrite语法Rewrite 正则表达式 定向后的位置 模式Goods-3.html ---->Goods.php?goods_id=3goods-([\d]+)\.html ---> goods.php?goods_id =$1 location /ecs... 阅读全文
posted @ 2015-01-28 17:29 麦田守望者~ 阅读(337) 评论(0) 推荐(0) 编辑
摘要: 一: nginx上安装ecshop 案例(1)解压到 nginx/html下 浏览器访问:127.0.0.1/ecshop/index.php 出现错误:not funod file 原因:nginx 中 nginx.conf location 没有默认的index.php ... 阅读全文
posted @ 2015-01-28 16:16 麦田守望者~ 阅读(1938) 评论(0) 推荐(0) 编辑
摘要: 帮助信息./configure -help|grep mysql出错提示安装libxml2 tar -zxvf libxml2xxxx.tarcd libxml2xxx./configure make && make install------------------安装 gd库yum instal... 阅读全文
posted @ 2015-01-27 17:18 麦田守望者~ 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 一:编译PHP并与nginx整合 【yum安装方式】yum搭建lnmp环境(CentOS6.4)1.关闭防火墙[root@CentOS ~]# chkconfig iptables off2.关闭selinuxvi /etc/sysconfig/selinux //将SELINUX=enforcin... 阅读全文
posted @ 2015-01-27 17:10 麦田守望者~ 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 一:Rewrite(重写)详细解析rewrite 重写重写中用到的指令if (条件) {} 设定条件,再进行重写set #设置变量return #返回状态码break #跳出rewriterewrite #重写If 语法格式If 空格 (条件) { 重写模式}条件又怎么写?答:3种写法1: “=”来... 阅读全文
posted @ 2015-01-27 10:39 麦田守望者~ 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-01-26 17:23 麦田守望者~ 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 一:Location之正则匹配再来看,正则也来参与.location / { root /usr/local/nginx/html; index index.html index.htm; }location ~ image { root /var/www/image; index index.ht... 阅读全文
posted @ 2015-01-26 16:29 麦田守望者~ 阅读(172) 评论(0) 推荐(0) 编辑
上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 63 下一页