- 授权协议: BSD
- 开发语言: ErLang
- 操作系统: Linux
- 软件首页: https://github.com/ostinelli/misultin
- 软件文档: https://github.com/ostinelli/misultin
软件介绍
Misultin 是一个适合用来嵌入到应用程序中的 HTTP(S) 开发包。
示例代码:
-module(misultin_hello_world). -export([start/0, stop/0]). % start misultin http server start() -> misultin:start_link([{port, 8080}, {loop, fun(Req) -> handle_http(Req) end}]). % stop misultin stop() -> misultin:stop(). % callback on request received handle_http(Req) -> Req:ok("Hello World.").
文明之光(第二册)
吴军 / 人民邮电出版社 / 2014-6 / 59.00元
【《文明之光》系列荣获由中宣部、中国图书评论学会和中央电视台联合推选的2014“中国好书”奖】 吴军博士从对人类文明产生了重大影响却在过去被忽略的历史故事里,选择了有意思的几十个片段特写,以人文和科技、经济结合的视角,有机地展现了一幅人类文明发展的宏大画卷。 《文明之光 》系列大致按照从地球诞生到近现代的顺序讲述了人类文明进程的各个阶段,每个章节相对独立,全景式地展现了人类文明发展历程......一起来看看 《文明之光(第二册)》 这本书的介绍吧!
