SAM 隔离框架 SAM .OpenResty

码农软件 · 软件分类 · 安全相关框架 · 2019-10-02 06:44:00

软件介绍

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"})

本文地址:https://www.codercto.com/soft/d/15847.html

PHP for the World Wide Web, Second Edition (Visual QuickStart Gu

PHP for the World Wide Web, Second Edition (Visual QuickStart Gu

Larry Ullman / Peachpit Press / 2004-02-02 / USD 29.99

So you know HTML, even JavaScript, but the idea of learning an actual programming language like PHP terrifies you? Well, stop quaking and get going with this easy task-based guide! Aimed at beginning ......一起来看看 《PHP for the World Wide Web, Second Edition (Visual QuickStart Gu》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具