比如说 传统的php web程序,不管你是nginx 还是httpd 进来,还是要经过php
进来,然后连mysql ,redis ,mongodb ,不能说你用了nginx 就快了多少。nginx真正牛笔之处在于第三方模块,比如说lua
,本身可以处理httpd的请求,还可以联合其他模块,比如.....
分类:
其他好文 时间:
2014-07-22 23:17:35
阅读次数:
471
package 动态代理扩展List;import
java.lang.reflect.InvocationHandler;import java.lang.reflect.Method;import
java.lang.reflect.Proxy;import java.util.ArrayLis...
分类:
其他好文 时间:
2014-07-22 23:13:12
阅读次数:
312
//要实现UIWebViewDelegate代理@interface
TestViewController : UIViewController{ UIWebView *protWebView;}@property
(retain, nonatomic) IBOutletUIWebView *pr....
分类:
移动开发 时间:
2014-05-01 15:13:29
阅读次数:
420
文章来自于:近期由于工作需要,做了些防DDOS攻击的研究,发现nginx本身就有这方面的模块ngx_http_limit_req_module和ngx_http_limit_conn_module。一、基本介绍
1.ngx_http_limit_req_module 配置格式及说明: 设置一个...
分类:
其他好文 时间:
2014-05-01 14:11:34
阅读次数:
465
环境: 系统:CentOS 6.5 Final
安装目录:/usr/local/nginxNginx开机自启:①编写shell实现控制vi /etc/init.d/nginx添加内容:#!/bin/bash#
nginx Startup script for the Nginx HTTP Ser.....
分类:
其他好文 时间:
2014-04-30 16:34:10
阅读次数:
582
动态代理的功能: 1:增强一个类的方法。 2:在不修改源类的情况下,修改类的行为或是方法。
在Java中有一个类 Proxy 动态代理在运行时,会创建被代理类的接口号的子类. 1:只这么一个要求: 所有被代理的类,必须要拥有一个接口。
2:动态代理有两个核心类 1:Proxy具体类,它的静态方法ne...
分类:
其他好文 时间:
2014-04-29 19:48:28
阅读次数:
483
1.nginx配置网站目录并修改访问的端口:nginx.conf文件listen
666;//端口默认为80,修改后增强安全性 server_name www.lnmp.org; index index.html index.htm
ind...
分类:
其他好文 时间:
2014-04-29 19:29:01
阅读次数:
450
使用三台虚拟机器, Ubuntu1(nginx) 192.168.226.128
Ubuntu2(php-fpm+memcached)192.168.226.132 CentOS(MySQL)192.169.226.130PHP
框架使用CakePHP,这个是很常用的MVC 框架,基于事件的分...
分类:
Web程序 时间:
2014-04-29 15:24:41
阅读次数:
477
Java代理Internet2013年10月23日23:14 Java HTTP
ProxySettings OVERVIEW For local networks within an organization, access to the
public-domain Internet is oft...
分类:
编程语言 时间:
2014-04-29 10:36:46
阅读次数:
537