发表评论取消回复
相关阅读
相关 ngx源码分析--core模块以及callback
链接: [http://blog.csdn.net/livelylittlefish/article/details/7262750][http_blog.csdn.net_l
相关 nginx源码分析之ngx_list_t
ngx\_list\_t是nginx封装链表的容器,其源码位于: 声明:`~/nginx/src/core/ngx_list.h` 定义:`~/nginx/src/co
相关 nginx源码分析之ngx_array_t
转载:http://blog.csdn.net/livelylittlefish/article/details/6599056 ngx\_array\_t 跟 ngx\_l
相关 Nginx源码分析之ngx_hash_t
源码位置: `nginx/src/core/ngx_hash.h` `nginx/src/core/ngx_hash.c` (一)数组与hash表 从查询的角度
相关 Nginx源码分析之ngx_rbtree_t
红黑树的算法确实复杂,本文主要学习如何使用ngx\_rbtree\_t结构 源码位置: `src/core/ngx_rbtree.h` `src/core/ngx_r
相关 Nginx源码分析之ngx_array_t
ngx\_array\_t是一个顺序容器,类似于STL中的`vector`可以动态扩容。 源码位置: `nginx/src/core/ngx_array.h` `ng
相关 Nginx源码分析之ngx_queue_t
`ngx_queue_t`以双向链表的方式将数据组织起来。 源码位置: `nginx/src/core/ngx_queue.h` `nginx/src/core/n
相关 读Zepto源码之Callbacks模块
Callbacks 模块并不是必备的模块,其作用是管理回调函数,为 Defferred 模块提供支持,Defferred 模块又为 Ajax 模块的 `promise` 风格提
相关 jQuery源码分析系列:Callback深入
[jQuery源码分析系列:Callback深入][jQuery_Callback] 关于Callbacks [http://www.cnblogs.com/aaronj
相关 ngx_http_core_module模块提供的变量
[为什么80%的码农都做不了架构师?>>> ][80_] ![hot3.png][] ngx\_http\_core\_module模块在处理请求时,会有大量的变量,这些变
还没有评论,来说两句吧...