teahouse

Results 2 issues of teahouse

local cjson = require "cjson" local tab = {} tab[10] = 199 tab.pp = "fan" local estr = cjson.encode(tab) print("-------------", estr) local totab = cjson.decode(estr) for k,v in pairs(totab) do...

![20181017215224](https://user-images.githubusercontent.com/18024040/47091218-fee15200-d256-11e8-9895-9b4eb553b415.png) /home/ffy/openresty/build/nginx-tcp-lua-module-master/src/ngx_tcp_core_module.c:33: error: ‘NGX_CONF_MULTI’ undeclared here (not in a function) /home/ffy/openresty/build/nginx-tcp-lua-module-master/src/ngx_tcp.c: In function ‘ngx_tcp_add_addrs’: /home/ffy/openresty/build/nginx-tcp-lua-module-master/src/ngx_tcp.c:425: warning: passing argument 2 of ‘ngx_sock_ntop’ makes integer from pointer without a cast src/core/ngx_inet.h:113: note:...