比如说 传统的php web程序,不管你是nginx 还是httpd 进来,还是要经过php
进来,然后连mysql ,redis ,mongodb ,不能说你用了nginx 就快了多少。nginx真正牛笔之处在于第三方模块,比如说lua
,本身可以处理httpd的请求,还可以联合其他模块,比如.....
分类:
其他好文 时间:
2014-07-22 23:17:35
阅读次数:
471
The Super PowersTime Limit:1000MSMemory
Limit:Unknown64bit IO Format:%lld & %llu[Submit] [Go Back]
[Status]DescriptionAThe Super PowersWe all know the...
分类:
其他好文 时间:
2014-07-22 23:09:34
阅读次数:
554
The Monocycle Time Limit: 3000MS64bit IO
Format: %lld & %llu [Submit] [Go Back] [Status] Description Problem A: The
Monocycle A monocycle is a cycle t...
分类:
其他好文 时间:
2014-07-22 23:08:53
阅读次数:
444
简单题 注意__int64 的使用Problem : 1019 ( Least Common
Multiple ) Judge Status : AcceptedRunId : 10599776 Language : C++ Author :
xiaoniuwinCode Ren...
分类:
其他好文 时间:
2014-07-22 23:06:34
阅读次数:
311
文章来自于:近期由于工作需要,做了些防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
从下图(2012年8月份的数据)来看,来自俄罗斯的Nginx服务器,主要使用区域也集中在俄罗斯及周边国家。微软的IIS,在中国使用最多,占其总份额的57.6%,其他国家如埃及、沙特阿拉伯等国家也基本使用该服务器。
分类:
其他好文 时间:
2014-05-01 00:22:17
阅读次数:
411
环境: 系统: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
[DataMapping("Status", DbType.Int16)] public
System.Int16 Status { get; set; } public string StatusValue { get { if (Status
== 0) { return "审核拒绝"; } e...
分类:
数据库 时间:
2014-04-29 16:45:46
阅读次数:
344
使用三台虚拟机器, 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
1 package com.szy.status; 2 3 import
android.app.IntentService; 4 import android.app.Notification; 5 import
android.app.NotificationManager; 6 impor.....
分类:
其他好文 时间:
2014-04-29 13:32:48
阅读次数:
549