10 2015 档案
REDIS key notification
摘要:Commands Clients Documentation Community Download Support LicenseJoin us in London October 19th for the 2nd Redis Developers Day 2015 and October 2... 阅读全文
posted @ 2015-10-03 14:44 陈峰 阅读(292) 评论(0) 推荐(0)
GO RPC
摘要:HTTP RPCSERVER CODEpackage mainimport ("errors""fmt""net/http""net/rpc")const ( URL = "192.168.2.172:12981")type Args struct { A, B int}type Quo... 阅读全文
posted @ 2015-10-02 16:19 陈峰 阅读(559) 评论(0) 推荐(0)
xpcall 安全调用
摘要:-- xpall (调用函数f, 错误函数fe[, 参数])function fun(a,b) -- 这里的参数没什么实际作用,就是展示下用法 return a / bend-- xpcalllocal success, res = xpcall(fun,function() return debu... 阅读全文
posted @ 2015-10-01 21:48 陈峰 阅读(268) 评论(0) 推荐(0)