陈珊义
陈珊义
**config:** location =/version { default_type 'text/plain'; content_by_lua_file /usr/local/lmrs/lua/api/version.lua; log_by_lua ' ngx.log(ngx.ERR,"header: ", require"cjson".encode(ngx.resp.get_headers())) '; } **request:** curl -i "http://127.0.0.1:8088/version" HTTP/1.1 200 OK Server: nginx/1.12.2 Date: Tue, 10 Sep 2019 13:17:46...
How does libgsl.a compile into libzimg.a? I want to use the gls function writing algorithm.
How does libgsl.a compile into libzimg.a? I want to use the gls function writing algorithm.
After modifying MAXMAPENTRIES, MAXSTRINGLEN, why is there a significant increase in memory?