发布时间:2013-04-24 23:23:20
来源:http://blog.poweredsites.org/entry/how-to-setup-nginx......【阅读全文】
发布时间:2013-04-24 17:38:42
来源:http://fyan.iteye.com/blog/1202063Python支持一种有趣的语法,它允许你快速定义单行的最小函数。这些叫做lambda函数,是从Lisp借鉴来的,可以用在任何需要函数的地方。 lambda函数也叫匿名函数,即,函数没有具体的名称。 总的来说,lambda函数可以接收任意多个参数并且返回单个表达式.........【阅读全文】
发布时间:2013-04-22 11:21:29
http://wiki.nginx.org/Main资料:http://nginx.org/cn/http://nginx.com/安装:10.xxx.xxx.124 vim /etc/yum.confCentOS:[nginx]name=nginx repobaseurl=http://nginx.org/packages/centos/$releasever/$basearch/gpgcheck=0enabled=1[root@vm12080045 ~]# yum --enablerepo=nginx info nginxAvailab.........【阅读全文】
发布时间:2013-04-20 10:57:37
来源:http://zhumeng8337797.blog.163.com/blog/static/100768914201110244740147/缓存(cached)是把读取过的数据保存起来,重新读取时若命中(找到需要的数据)就不要去读硬盘了,若没有命中就读硬盘。其中的数据会根据读取频率进行组织,把最频繁读取的内容放在最容易找到的位置,把不再读的内容不断往后排,直至.........【阅读全文】
发布时间:2013-04-20 10:27:48
来源:http://blog.chinaunix.net/uid-10915175-id-3209738.html 1:load Average 1.1:什么是Load?什么是Load Average? Load 就是对计算机干活多少的度量(WikiPedia:the system Load is a measure of the amount of work that a compute system is doing) 简.........【阅读全文】