- 授权协议: GPL
- 开发语言: Lua
- 操作系统: 跨平台
- 软件首页: https://github.com/cncmd/sam.openresty
软件介绍
SAM .OpenResty是SAM 隔离框架。
hellow 示例。
local exports=require("sam")
local json =require("cjson")
exports.App(exports.cls.Module, "MyModel", function (message)
local data = message.data;
data.msgId = message.msgId;
data.moduName= message.to;
ngx.say(json.encode(data));
end);
exports.Message("This is hellow", "MyModel", {age=15,name="haha"})
Java Concurrency in Practice
Brian Goetz、Tim Peierls、Joshua Bloch、Joseph Bowbeer、David Holmes、Doug Lea / Addison-Wesley Professional / 2006-5-19 / USD 59.99
This book covers: Basic concepts of concurrency and thread safety Techniques for building and composing thread-safe classes Using the concurrency building blocks in java.util.concurrent Pe......一起来看看 《Java Concurrency in Practice》 这本书的介绍吧!
HEX CMYK 转换工具
HEX CMYK 互转工具
HSV CMYK 转换工具
HSV CMYK互换工具
