码迷,mamicode.com
首页 >  
搜索关键字:nginx 配置缓存 no-cache no-store    ( 38472个结果
架构上面的东西,越少越好
比如说 传统的php web程序,不管你是nginx 还是httpd 进来,还是要经过php 进来,然后连mysql ,redis ,mongodb ,不能说你用了nginx 就快了多少。nginx真正牛笔之处在于第三方模块,比如说lua ,本身可以处理httpd的请求,还可以联合其他模块,比如.....
分类:其他好文   时间:2014-07-22 23:17:35    阅读次数:471
/var/cache/apt/archives/lock - open
问题:E: 无法获得锁 /var/cache/apt/archives/lock - open (11 资源临时不可用)E: 无法锁定下载目录o rm /var/cache/apt/archives/locksudo rm /var/cache/apt/archives/locksudo rm /....
分类:其他好文   时间:2014-07-22 23:13:14    阅读次数:287
In-App Purchase----(一) ---- About In-App Purchase
About In-App PurchaseIn-App Purchase allows you to embed a store inside your app using the Store Kit framework. This framework connects to the App Sto...
分类:移动开发   时间:2014-05-01 14:45:53    阅读次数:519
转:nginx防DDOS攻击的简单配置
文章来自于:近期由于工作需要,做了些防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
apache、nginx、iis 全球分布
从下图(2012年8月份的数据)来看,来自俄罗斯的Nginx服务器,主要使用区域也集中在俄罗斯及周边国家。微软的IIS,在中国使用最多,占其总份额的57.6%,其他国家如埃及、沙特阿拉伯等国家也基本使用该服务器。
分类:其他好文   时间:2014-05-01 00:22:17    阅读次数:411
A Book Store Application Using AngularJS and Asp.Net Web Api
There are many examples out there demonstrating how AngularJS and Web API can be used together but almost all of them are in MVC, so I tried to implem...
分类:移动开发   时间:2014-04-30 21:19:35    阅读次数:625
使用JRadioButton 示例
代码如下:JRadioButton useCache=new JRadioButton("Use cache");// 初始化单选框useCache.setFont(new Font("Arial",Font.PLAIN,16));// 设置字体JRadioButton noUseCache=new...
分类:其他好文   时间:2014-04-30 18:36:19    阅读次数:504
Nginx使用(配置开机启动)
环境: 系统: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
npm 安装相关环境及测试
0、npm 命令C:\Users\Carrie>npm expressUsage: npm where is one of: add-user, adduser, apihelp, author, bin, bugs, c, cache, completion, config, ddp...
分类:其他好文   时间:2014-04-29 16:31:45    阅读次数:396
Android Preference存储、res/raw、asset、openFileOutput、sdcard存储、Cache详解
*res/raw、assets、其它存储的相同点:两者目录下的文件在打包后会原封不动的保存在apk包中,不会被编译成二进制。两者都是只读,是不能存储数据的目录。相同都可以放文件。*res/raw、assets、其它存储的不同点:res/raw中的文件会被映射到R.java文件中,访问的时候直接使用资...
分类:移动开发   时间:2014-04-29 10:14:45    阅读次数:744
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!