在學習nginx的時候,因為其資料結構略多,看過後一般就忘記了。所以邊學習邊記錄在這裡吧,方便以後檢視。
ngx_buf_t:緩衝區結點
1: typedef
struct ngx_buf_s ngx_buf_t;
2: typedef
void *ngx_buf_tag_t;
3: struct ngx_buf_s
ngx_chain_t:緩衝區鍊錶
typedef
struct ngx_chain_s ngx_chain_t;
struct ngx_chain_s
;
ngx_http_upstream_t:設定upstream的限制性引數
nginx的資料結構集合(隨時更新)
在學習nginx的時候,因為其資料結構略多,看過後一般就忘記了。所以邊學習邊記錄在這裡吧,方便以後檢視。ngx buf t 緩衝區結點 1 typedef struct ngx buf s ngx buf t 2 typedef void ngx buf tag t 3 struct ngx buf...
資料結構 集合
陣列 陣列長度在初始化的時候就已經固定,不適合物件數量未知的情況。下圖為collection 於的部落格 下圖為map 於網路 1.介紹一下list比較常用的集合 有序,值允許重複 1 arraylist 底層實現 private static final object defaultcapacit...
資料結構 集合
乙個識別符號 集合set 可以儲存多個資料,資料不能重複。集合與陣列的區別,集合的內容具有唯一性 全等匹配 宣告集合 let f70 newset f71 集合賦值 let f71 let f70 newset f71 集合賦值 f70.add 1 f70 add 2 f70.add 1 f70 a...