加载中
How is NGINX Unit different from Apache?

https://github.com/nginx/unit/issues/33 How is NGINX Unit different from Apache? NGINX Unit uses completely different, modern architecture. It contains main, controller, router,...

NGINX Modules

https://hg.nginx.org/njs/ https://github.com/nginx-clojure/nginx-clojure https://github.com/arut/nginx-python-module https://github.com/openresty/lua-nginx-module https://github...

WebRTC & ONVIF & NGINX

[WebRTC] http://webrtc.org/ ice/stun/turn: libjingle sdp/rtp/rtcp H.264/H.265/VP9/AAC/G.711 [Android/iOS native WebRTC support] https://www.openwebrtc.org/ https://github.com/Er...

ffmpeg

/ffmpeg -f avfoundation -framerate 30 -pixel_format yuyv422 -probesize 10M -i "1:0" -f avfoundation -framerate 30 -pixel_format yuyv422 -probesize 10M -i "0" -filter_complex 'ov...

lua/luajit and tcc

https://www.lua.org/ http://luajit.org/ http://bellard.org/tcc/ https://github.com/javierguerragiraldez/lua-tcc http://piratery.net/luatcc/ https://github.com/Playermet/luajit-t...

what is usbmuxd process?

During normal operations, iTunes communicates with the iPhone using something called “usbmux” – this is a system for multiplexing several “connections” over one USB pipe. C...

ngx_lua_module开发(2012-11-17 9:30)

#include <stdio.h> #include <lua.h> #include <lauxlib.h> #define NGX_LUA_THREAD_N 16 typedef struct { lua_State *l; } ngx_lua_t; typedef struct { lua_State *l...

2012/11/17 09:30
341
ngx_lua_module开发(2012-11-16 23:46)

#include <stdio.h> #include <lua.h> #include <lauxlib.h> #define NGX_LUA_THREAD_N 16 typedef struct { lua_State *l; } ngx_lua_t; typedef struct { lua_State *l...

2012/11/16 23:49
674
ngx_lua_module开发

#include <stdio.h> #include <lua.h> #include <lauxlib.h> #define NGX_LUA_THREAD_KEY "NGX_LUA_THREAD_KEY" typedef struct { lua_State *l; } ngx_lua_t; typedef struct {...

2012/11/15 23:57
467
VIM配置ActionScript

ctags配置文件(.ctags/ctags.cnf) --langdef=actionscript --langmap=actionscript:.as --regex-actionscript=/^[ \t]*([a-z]+[ \t]+)+function[ \t]+([A-Za-z0-9_]+)[ \t]*\(/\2/f, functi...

FlashDevelop安装配置说明

1. 首先安装JDK1.6 和 dotnetfx.exe 2. 安装Adobe Flex 3.0 SDK(简单的解压至目标文件夹即可) 3. 安装FlashDevelop-3.2.1-RTM.exe 4. 配置FlashDevelop Tools->Program Settings->AS3Contex...

Nginx运行过程中的状态信息

Nginx运行过程中的一些状态信息存放在内存中,可通过ngx_http_stub_status_module模块来查看。 要查看这些状态信息,首先在执行configure时指定--with-http_stub_status_module参数,然后在N...

ngx_tcc_module-20110720 (用C语言编写网页后台脚本)

ngx_tcc_module是一个nginx http模块,它把tcc编译器内嵌到nginx,用来编译C语言编写的网页后台脚本。 每个页面由两个文件组成: *.csp,是主要用HTML编写的文件,里面会内嵌一些C代码。 *....

Ngwsx-1.0.5.0 (Nginx for windows)

Ngwsx是Nginx的一个非官方的Windows移植版本,使用Windows的IOCP,支持高并发。 特性: *) 支持IOCP和Select两种IO模型。 *) 支持以Windows服务的方式运行。 *) 支持单进程和主从进程(主进程...

ngx_lua_module-1.0.5.0 (LUA编写网页脚本,支持windows和linux)

注:最新版本在以下博客发布: http://blog.csdn.net/ngwsx/ ngx_lua_module是一个nginx http模块,它把lua解析器内嵌到nginx,用来解析并执行lua语言编写的网页后台脚本。 特性: *) HTML网...

Windows平台用Mingw和VC编译Nginx

安装 ==================== Mingw (这里先假设安装在“C:\Mingw”) http://sourceforge.net/projects/mingw/files/Automated%20MinGW%20Installer/mingw-get-inst/ VC (这里先假设安装在“C...

Ngwsx-1.0.4.0 (Nginx for windows)

http://blog.csdn.net/ngwsx Ngwsx是Nginx的一个非官方的Windows移植版本,使用Windows的IOCP,支持高并发。 特性: *) 支持IOCP和Select两种IO模型。 *) 支持以Windows服务的方式运行。 *)...

ngx_php-1.0.4.0 (php module for nginx)

http://blog.csdn.net/ngwsx ngx_php_module是一个nginx http模块,它把php解析器内嵌到nginx里面用来执行php脚本。 特性: *) PHP解析器内嵌到Nginx,类似于Apache httpd的mod_php模块。 下...

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部