内容简介:OTP 20.3.7 已发布,OTP (Open Telecom Platform) 是一个用 Erlang 编写的应用服务器。 该版本对以下应用进行了更新: erl_docgen-0.7.3 erts-9.3.2 inets-6.5.2 以下应用均未做更新: - asn1-5.0.5 - commo...
OTP 20.3.7 已发布,OTP (Open Telecom Platform) 是一个用 Erlang 编写的应用服务器。
该版本对以下应用进行了更新:
erl_docgen-0.7.3
erts-9.3.2
inets-6.5.2
以下应用均未做更新:
- asn1-5.0.5 - common_test-1.15.4 - compiler-7.1.5 - cosEvent-2.2.2 - cosEventDomain-1.2.2 - cosFileTransfer-1.2.2 - cosNotification-1.2.3 - cosProperty-1.2.3 - cosTime-1.2.3 - cosTransactions-1.3.3 - crypto-4.2.2 - debugger-4.2.4 - dialyzer-3.2.4 - diameter-2.1.4 - edoc-0.9.2 - eldap-1.2.3 - erl_interface-3.10.2 - et-1.6.1 - eunit-2.3.5 - hipe-3.17.1 - ic-4.4.4 - jinterface-1.8.1 - kernel-5.4.3 - megaco-3.18.3 - mnesia-4.15.3 - observer-2.7 - odbc-2.12.1 - orber-3.8.4 - os_mon-2.4.4 - otp_mibs-1.1.2 - parsetools-2.1.6 - public_key-1.5.2 - reltool-0.7.5 - runtime_tools-1.12.5 - sasl-3.1.2 - snmp-5.2.10 - ssh-4.6.9 - ssl-8.2.6 - stdlib-3.4.5 - syntax_tools-2.1.4 - tools-2.11.2 - wx-1.8.3 - xmerl-1.3.16
了解更多详情可查阅:https://github.com/erlang/otp/releases
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- 从零开始编写一个WEB服务器 - 基础
- 深入学习用 Go 编写 HTTP 服务器
- 用 Go 开发接口服务--快速编写一个 Web 服务器
- OTP 21.2 发布,Erlang 编写的应用服务器
- OTP 22.1 发布,Erlang 编写的应用服务器
- OTP 20.3.8 发布,Erlang 编写的应用服务器
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
C# 6.0本质论
[美] Mark Michaelis(马克·米凯利斯)、[美] Eric Lippert(埃里克·利珀特) / 周靖、庞燕 / 人民邮电出版社 / 2017-2-1 / 108
这是C#领域中一部广受好评的名作,作者用一种易于理解的方式详细介绍了C#语言的各个方面。全书共有21章和4个附录(其中哟2个附录从网上下载),介绍了C#语言的数据类型、操作符、方法、类、接口、异常处理等基本概念,深入讨论了泛型、迭代器、反射、线程和互操作性等高级主题,还介绍了LINQ技术,以及与其相关的扩展方法、分部方法、Lambda表达式、标准查询操作符和查询表达式等内容。每章开头的“思维导图”......一起来看看 《C# 6.0本质论》 这本书的介绍吧!