JSON-API 框架 GIN
- 授权协议: MIT
- 开发语言: Lua
- 操作系统: Linux
- 软件首页: http://gin.io/
- 软件文档: http://gin.io/docs/install.html
软件介绍
Gin 是一个 JSON-API 框架,目前还处于早期开发状态。
当你需要在性能和伸缩性要求很高时,Gin 对你会很有帮助。它运行于 OpenResty ,使用 Lua 编写。
下面是一个简单的 Gin 控制器:
local InfoController = {}
function InfoController:whoami()
return 200, { name = 'gin' }
end
return InfoController
How to Solve It
Zbigniew Michalewicz、David B. Fogel / Springer / 2004-03-01 / USD 59.95
This book is the only source that provides comprehensive, current, and detailed information on problem solving using modern heuristics. It covers classic methods of optimization, including dynamic pro......一起来看看 《How to Solve It》 这本书的介绍吧!
