公司的前端开发工程师今天找我,让我给他搞下淘宝的一个开源项目nginx_concat_module模块,将该模块添加到线上的nginx上去。简介nginx_concat_module是淘宝研发的针对nginx的文件合并模块,主要用于合并前端代码减少http请求数。如果你的应用环境中部署了nginx,那么可以考虑尝..
分类:
其他好文 时间:
2014-11-21 00:03:28
阅读次数:
247
通过HUP信息使得NGINX实现重新读取配置文件,使用USR2信号使得NGINX实现平滑升级。
在nginx中有模块这么一说,对外所有的模块都是ngx_module_t类型,这个结构体作为所有模块的通用接口,它只定义了init_master、init_module、init_process、init_thread、exit_thread、exit_process、exit_master这7个回调...
分类:
其他好文 时间:
2014-11-20 21:57:59
阅读次数:
246
http_image_filter_module是nginx提供的集成图片处理模块,支持nginx-0.7.54以后的版本,在网站访问量不是很高磁盘有限不想生成多余的图片文件的前提下可,就可以用它实时缩放图片,旋转图片,验证图片有效性以及获取图片宽高以及图片类型信息,由于是即时计算的结果,所以网站访...
分类:
Web程序 时间:
2014-11-20 18:33:59
阅读次数:
176
简述 ???Name:?MS12-020?Microsoft?Remote?Desktop?Checker
?????Module:?auxiliary/scanner/rdp/ms12_020_check
????License:?Metasploit?Framework?License?(BSD)
???????Rank:?...
分类:
其他好文 时间:
2014-11-20 15:49:43
阅读次数:
284
#include struct file_operations { struct module *owner; loff_t (*llseek) (struct file *, loff_t, int); ssize_t (*read) (struct file *, char __user *, ...
分类:
其他好文 时间:
2014-11-19 23:45:41
阅读次数:
242
貌似看到不少人(1,2,3),在使用Virtualbox去安装系统时,都遇到这个错误:比如这里遇到的:截图:和另外这里的截图:加文字描述:Failed to open a session for the virtual machine windows XP.Unable to load R3 mod...
分类:
系统相关 时间:
2014-11-19 22:02:21
阅读次数:
320
一、编译安装wget http://nginx.org/download/nginx-1.4.2.tar.gzwget https://github.com/arut/nginx-rtmp-module/archive/master.zip安装Nginx需要安装 pcre、openssl库CentO...
分类:
其他好文 时间:
2014-11-19 17:54:30
阅读次数:
276
1、保存文件form_spml时出上面的错,点yes后还是会出错。解决:有时间要关闭delphi2006软件才会跳出“remove/redirect the links to another module”的界面。2、解决方法1:将C:\Users\Administrator\AppData\Loc...
ubuntu安装nginx时提示error: the HTTP rewrite module requires the PCRE library
需要安装pcre包。
sudo apt-get update
sudo apt-get install libpcre3 libpcre3-dev
你可能还需要安装
sudo apt-get install openssl libssl...
分类:
Web程序 时间:
2014-11-19 12:43:59
阅读次数:
180
0:起始位,低电平;1~8:数据位;9:校验位,高电平;10:停止位,高电平。采集1~8位,忽略0、9、10位。串口传输数据,从最低位开始,到最高位结束。串口发送:串口接受module rx_control_module ( ...
分类:
其他好文 时间:
2014-11-19 12:05:11
阅读次数:
206