Nginx concat模块
concat模块由alibaba的Tengine开发团队开发;模块下载地址:https://github.co […]...
bootstrap轮播图+animate动画效果
如上图,界面红色框住的元素,使用animate动画效果,整个界面使用bootstrap实现。animate动画 […]...
Nginx index模块和autoindex模块
index模块 index模块ngx_http_index_module ,默认已经编译进Nginx,无法移除 […]...
Nginx static模块指令
static模块,是属于Nginx框架中的模块,它提供的一些配置指令: 关于Content-Type配置指令 […]...
Nginx static模块3个变量
Nginx 中当访问一个静态资源文件的时候,会有request_filename 、document_root […]...
Nginx root和alias
Nginx中使用root 和 alias 来指定网站目录,下面介绍root 和 alias的区别 root 和 […]...
Nginx mirror模块
mirror指令所用到的模块是ngx_http_mirror_module模块,默认编译进Nginx ,可以使 […]...
Nginx try_files模块
try_files指令用到的模块是ngx_http_try_files_module模块,该模块默认已经编译进 […]...
js实现图片循环向上移动的效果
如图淘宝网首页,今天就实现图片自动向上移动的效果。 部分html代码 图片都在id是headline-bd-b […]...
Nginx auth_request模块
auth_request 模块,默认未被编译进Nginx ,编译时使用–with-http_aut […]...