非常教程

Erlang 20参考手册

Erlang 是一种通用的面向并发的编程语言,可应付大规模开发活动的程序设计语言和运行环境。

指南:设计原则 | Guide: Design principles
总览 | 1. Overview 详细
2. gen_server Behaviour 详细
3. gen_statem Behavior 详细
4. gen_event Behaviour 详细
5. Supervisor Behaviour 详细
6. sys and proc_lib 详细
应用 | 7. Applications 详细
包括应用 | 8. Included Applications 详细
分布式应用 | 9. Distributed Applications 详细
发布 | 10. Releases 详细
释放处理 | 11. Release Handling 详细
12. Appup Cookbook 详细
指南:效率指南 | Guide: Efficiency guide
1.简介(效率指南) | 1. Introduction (Efficiency guide) 详细
2. The Seven Myths of Erlang Performance 详细
3.常见警告 | 3. Common Caveats 详细
4.构造和匹配二进制文件 | 4. Constructing and Matching Binaries 详细
5.清单处理 | 5. List Handling 详细
6.函数 | 6. Functions 详细
7.表和数据库 | 7. Tables and Databases 详细
8.处理 | 8. Processes 详细
9.驱动 | 9. Drivers 详细
10.高级 | 10. Advanced 详细
11.分析 | 11. Profiling 详细
12. Retired Myths 详细
指南:嵌入式 | Guide: Embedded
嵌入式 | 1. Embedded Solaris 详细
2. Windows NT 详细
指南:ERTS | Guide: ERTS
1.简介(ERTS) | 1. Introduction (ERTS) 详细
2. Erlang中的通信 | 2. Communication in Erlang 详细
3. Erlang中的时间和时间校正 | 3. Time and Time Correction in Erlang 详细
4.在Erlang中匹配规范 | 4. Match Specifications in Erlang 详细
5.如何解释Erlang崩溃转储 | 5. How to Interpret the Erlang Crash Dumps 详细
6.如何为Erlang分发实现替代载体 | 6. How to Implement an Alternative Carrier for the Erlang Distribution 详细
7.抽象格式 | 7. The Abstract Format 详细
8. tty - A Command-Line Interface 详细
9. How to Implement a Driver 详细
10. Inet Configuration 详细
11. External Term Format 详细
12. Distribution Protocol 详细
指南:开始 | Guide: Getting started
1.简介(入门) | 1. Introduction (Getting started) 详细
2.顺序编程 | 2. Sequential Programming 详细
3.并发编程 | 3. Concurrent Programming 详细
4.健全 | 4. Robustness 详细
5.记录和宏 | 5. Records and Macros 详细
指南:安装指南 | Guide: Installation guide
1.安装二进制版本 | 1. Installing the Binary Release 详细
2.构建和安装Erlang / OTP | 2. Building and Installing Erlang/OTP 详细
3.交叉编译Erlang / OTP | 3. Cross Compiling Erlang/OTP 详细
4.如何在Windows上构建Erlang / OTP | 4. How to Build Erlang/OTP on Windows 详细
5.修补OTP应用程序 | 5. Patching OTP Applications 详细
指南:OAM | Guide: OAM
1.简介(OAM) | 1. Introduction (OAM) 详细
指南:编程举例 | Guide: Programming examples
1.记录 | 1. Records 详细
2. Funs 详细
3.列出理解 | 3. List Comprehensions 详细
4.位语法 | 4. Bit Syntax 详细
指南:参考手册 | Guide: Reference manual
1.介绍(参考手册) | 1. Introduction (Reference manual) 详细
2.字符集和源文件编码 | 2. Character Set and Source File Encoding 详细
3,。数据类型 | 3. Data Types 详细
4.模式匹配 | 4. Pattern Matching 详细
5.模块 | 5. Modules 详细
6.函数 | 6. Functions 详细
7.类型和功能规格 | 7. Types and Function Specifications 详细
8.表达 | 8. Expressions 详细
9.预处理器 | 9. Preprocessor 详细
10.记录 | 10. Records 详细
11.错误和错误处理 | 11. Errors and Error Handling 详细
12.流程 | 12. Processes 详细
13.分布式Erlang | 13. Distributed Erlang 详细
14.编译和代码加载 | 14. Compilation and Code Loading 详细
15.端口和端口驱动 | 15. Ports and Port Drivers 详细
指南:系统原则 | Guide: System principles
1.系统原则 | 1. System Principles 详细
2.错误记录 | 2. Error Logging 详细
3.创建和升级目标系统 | 3. Creating and Upgrading a Target System 详细
4. Erlang / OTP更改时升级 | 4. Upgrade when Erlang/OTP has Changed 详细
5.版本 | 5. Versions 详细
指南:教程 | Guide: Tutorial
1.简介(教程) | 1. Introduction (Tutorial) 详细
2.总览 | 2. Overview 详细
3.问题示例 | 3. Problem Example 详细
4.端口 | 4. Ports 详细
5. Erl_界面 | 5. Erl_Interface 详细
6.端口驱动 | 6. Port Drivers 详细
7. C节点 | 7. C Nodes 详细
8. NIFs 详细
asn1
1. Introduction (asn1) 详细
2. ASN.1 详细
3. Getting Started 详细
4. Specialized Decodes 详细
asn1ct 详细
common_test
1. Introduction (common_test) 详细
2. Common Test Basics 详细
3. Getting Started 详细
4. Installation 详细
5. Writing Test Suites 详细
6. Test Structure 详细
7. Examples and Templates 详细
8. Running Tests and Analyzing Results 详细
9. External Configuration Data 详细
10. Code Coverage Analysis 详细
11. Using Common Test for Large-Scale Testing 详细
12. Event Handling 详细
13. Dependencies between Test Cases and Suites 详细
14. Common Test Hooks 详细
15. Some Thoughts about Testing 详细
common_test 详细
ct 详细
ct_cover 详细
ct_ftp 详细
ct_hooks 详细
ct_master 详细
ct_netconfc 详细
ct_property_test 详细
ct_rpc 详细
ct_run 详细
ct_slave 详细
ct_snmp 详细
ct_ssh 详细
ct_telnet 详细
ct_testspec 详细
unix_telnet 详细
编译器 | compiler
编译器 | compile 详细
加密 | crypto
1.许可 | 1. Licenses 详细
2. FIPS模式 | 2. FIPS mode 详细
加密 | crypto 详细
调试器 | debugger
1.简介(调试器) | 1. Introduction (debugger) 详细
2.调试器 | 2. Debugger 详细
调试器 | debugger 详细
i 详细
int 详细
透析器 | dialyzer
1.透析器 | 1. Dialyzer 详细
透析器 | dialyzer 详细
直径 | diameter
1.介绍(直径) | 1. Introduction (diameter) 详细
2.用法 | 2. Usage 详细
4.标准合规性 | 4. Standards Compliance 详细
直径 | diameter 详细
diameterc 详细
diameter_codec 详细
diameter_dict 详细
diameter_make 详细
diameter_sctp 详细
diameter_tcp 详细
diameter_transport 详细
eldap
eldap 详细
erl_interface
1. Erl_Interface User's Guide 详细
ei 详细
ei_connect 详细
erl_connect 详细
erl_error 详细
erl_eterm 详细
erl_format 详细
erl_global 详细
erl_malloc 详细
erl_marshal 详细
registry 详细
ERTS
driver_entry 详细
epmd 详细
erl 详细
erlc 详细
erlsrv 详细
erts_alloc 详细
escript 详细
run_erl 详细
start 详细
start_erl 详细
werl 详细
ERTS/erlang
erlang 详细
ERTS/erl_driver
erl_driver 详细
ERTS/erl_nif
erl_nif 详细
ERTS/erl_prim_loader
erl_prim_loader 详细
ERTS/erl_tracer
erl_tracer 详细
ERTS/init
init 详细
ERTS/zlib
zlib 详细
et
1. Introduction (et) 详细
2. Tutorial 详细
3. Description 详细
et 详细
et_collector 详细
et_selector 详细
et_viewer 详细
eunit
1. EUnit - a Lightweight Unit Testing Framework for Erlang 详细
eunit 详细
eunit_surefire 详细
inets
1.介绍 | 1. Introduction (inets) 详细
2. Inets 详细
3. FTP Client 详细
4. HTTP Client 详细
5. HTTP server 详细
ftp 详细
httpc 详细
httpd 详细
httpd_custom_api 详细
httpd_socket 详细
httpd_util 详细
http_uri 详细
inets 详细
mod_alias 详细
mod_auth 详细
mod_esi 详细
mod_security 详细
tftp 详细
核心 | kernel
app 详细
应用 | application 详细
auth 详细
code 详细
config 详细
disk_log 详细
erl_boot_server 详细
erl_ddll 详细
error_handler 详细
error_logger 详细
file 详细
gen_sctp 详细
gen_tcp 详细
gen_udp 详细
global 详细
global_group 详细
heart 详细
inet 详细
inet_res 详细
net_adm 详细
net_kernel 详细
os 详细
pg2 详细
rpc 详细
seq_trace 详细
wrap_log_reader 详细
megaco
1.介绍(megaco) | 1. Introduction (megaco) 详细
2.结构 | 2. Architecture 详细
3.运行堆栈 | 3. Running the stack 详细
4.内部形式及其编码 | 4. Internal form and its encodings 详细
5.运输机制 | 5. Transport mechanisms 详细
7. Megaco mib 详细
8.表现比较 | 8. Performance comparison 详细
9.测试和工具 | 9. Testing and tools 详细
megaco 详细
megaco_codec_meas 详细
megaco_codec_mstone1 详细
megaco_codec_mstone2 详细
megaco_codec_transform 详细
megaco_edist_compress 详细
megaco_encoder 详细
megaco_flex_scanner 详细
megaco_tcp 详细
megaco_transport 详细
megaco_udp 详细
megaco_user 详细
mnesia
1.介绍(mnesia) | 1. Introduction (mnesia) 详细
2. Mnesia 详细
3.开始 | 3. Getting Started 详细
4.构建Mnesia数据库 | 4. Build a Mnesia Database 详细
5.交易和其他访问上下文 | 5. Transactions and Other Access Contexts 详细
6.杂项Mnesia功能 | 6. Miscellaneous Mnesia Features 详细
7. Mnesia系统信息 | 7. Mnesia System Information 详细
8.将Mnesia与SNMP结合使用 | 8. Combine Mnesia with SNMP 详细
9.附录A:备份回调接口 | 9. Appendix A: Backup Callback Interface 详细
110.附录B:活动访问回调接口 | 0. Appendix B: Activity Access Callback Interface 详细
11.附录C:分段表散列回调接口 | 11. Appendix C: Fragmented Table Hashing Callback Interface 详细
mnesia 详细
mnesia_frag_hash 详细
mnesia_registry 详细
observer
1.介绍 (observer) | 1. Introduction (observer) 详细
2. Observer 详细
3.跟踪工具生成器 | 3. Trace Tool Builder 详细
4. Erlang Top 详细
5. Crashdump Viewer 详细
crashdump_viewer 详细
etop 详细
observer 详细
ttb 详细
odbc
1.介绍(odbc) | 1. Introduction (odbc) 详细
2.开始 | 2. Getting started 详细
3.数据库 | 3. Databases 详细
4.错误处理 | 4. Error handling 详细
odbc 详细
orber
1.Orber应用 | 1. The Orber Application 详细
Orber介绍 | 2. Introduction to Orber 详细
3.Orber应用 | 3. The Orber Application 详细
4.接口存储库 | 4. Interface Repository 详细
5.安装Orber | 5. Installing Orber 详细
6. OMG IDL to Erlang Mapping 详细
7. CosNaming服务 | 7. CosNaming Service 详细
8.如何在Orber中使用安全性 | 8. How to use security in Orber 详细
9. Orber Stubs/Skeletons 详细
10. CORBA系统和用户定义的异常 | 10. CORBA System and User Defined Exceptions 详细
11.Orber拦截器 | 11. Orber Interceptors 详细
12.orber网页 | 12. OrberWeb 详细
13.调试 | 13. Debugging 详细
any 详细
corba 详细
corba_object 详细
CosNaming_BindingIterator 详细
CosNaming_NamingContext 详细
CosNaming_NamingContextExt 详细
固定 | fixed 详细
拦截器 | interceptors 详细
lname 详细
lname_component 详细
Module_Interface 详细
orber 详细
orber_acl 详细
orber_diagnostics 详细
orber_ifr 详细
orber_tc 详细
os_mon
cpu_sup 详细
disksup 详细
memsup 详细
nteventlog 详细
os_mon_mib 详细
os_sup 详细
otp_mibs
1.简介(otp_mibs) | 1. Introduction (otp_mibs) 详细
2. Mibs 详细
otp_mib 详细
parsetools
leex 详细
yecc 详细
public_key
1.简介(public_key) | 1. Introduction (public_key) 详细
2.公钥记录 | 2. Public-Key Records 详细
3.入门 | 3. Getting Started 详细
public_key 详细
reltool
1.介绍(reltool) | 1. Introduction (reltool) 详细
2.用法 | 2. Usage 详细
reltool 详细
runtime_tools
1. LTTng and Erlang/OTP 详细
2. DTrace and Erlang/OTP 详细
3. SystemTap and Erlang/OTP 详细
dbg 详细
dyntrace 详细
erts_alloc_config 详细
msacc 详细
system_information 详细
sasl
1.简介(sasl) | 1. Introduction (sasl) 详细
2. SASL错误记录 | 2. SASL Error Logging 详细
alarm_handler 详细
appup 详细
rb 详细
rel 详细
release_handler 详细
relup 详细
script 详细
systools 详细
snmp
1. SNMP简介 | 1. SNMP Introduction 详细
2.代理功能描述 | 2. Agent Functional Description 详细
3.管理功能描述 | 3. Manager Functional Description 详细
4. MIB编译器 | 4. The MIB Compiler 详细
5.运行应用程序 | 5. Running the application 详细
6.代理配置文件的定义 | 6. Definition of Agent Configuration Files 详细
7. Manager配置文件的定义 | 7. Definition of Manager Configuration Files 详细
8.代理实现示例 | 8. Agent Implementation Example 详细
9.管理实施例 | 9. Manager Implementation Example 详细
10.检测函数 | 10. Instrumentation Functions 详细
检测函数的定义 | 11. Definition of Instrumentation Functions 详细
Net if的定义 | 12. Definition of Agent Net if 详细
管理Netif 的定义 | 13. Definition of Manager Net if 详细
14.审计跟踪日志 | 14. Audit Trail Log 详细
15.高级代理主题 | 15. Advanced Agent Topics 详细
16. SNMP Appendix A 详细
17. SNMP Appendix B 详细
snmp 详细
snmpa 详细
snmpa_conf 详细
snmpa_discovery_handler 详细
snmpa_error 详细
snmpa_error_io 详细
snmpa_error_logger 详细
snmpa_error_report 详细
snmpa_local_db 详细
snmpa_mib_data 详细
snmpa_mib_storage 详细
snmpa_mpd 详细
snmpa_network_interface 详细
snmpa_network_interface_filter 详细
snmpa_notification_delivery_info_receiver 详细
snmpa_notification_filter 详细
snmpa_supervisor 详细
snmpc 详细
snmpm 详细
snmpm_conf 详细
snmpm_mpd 详细
snmpm_network_interface 详细
snmpm_network_interface_filter 详细
snmpm_user 详细
snmp_community_mib 详细
snmp_framework_mib 详细
snmp_generic 详细
snmp_index 详细
snmp_notification_mib 详细
snmp_pdus 详细
snmp_standard_mib 详细
snmp_target_mib 详细
snmp_user_based_sm_mib 详细
snmp_view_based_acm_mib 详细
ssh
1.简介(ssh) | 1. Introduction (ssh) 详细
2.入门 | 2. Getting Started 详细
3.在SSH中配置算法 | 3. Configuring algorithms in SSH 详细
ssh 详细
ssh_channel 详细
ssh_client_key_api 详细
ssh_connection 详细
ssh_server_key_api 详细
ssh_sftp 详细
ssh_sftpd 详细
ssl
1.简介(ssl) | 1. Introduction (ssl) 详细
2. TLS及其前身SSL | 2. TLS and its Predecessor, SSL 详细
3.使用SSL API | 3. Using SSL API 详细
4.使用SSL进行Erlang分发 | 4. Using SSL for Erlang Distribution 详细
ssl 详细
ssl_crl_cache 详细
ssl_crl_cache_api 详细
ssl_session_cache_api 详细
stdlib
1.简介(stdlib) | 1. Introduction (stdlib) 详细
2. Erlang I / O协议 | 2. The Erlang I/O Protocol 详细
3.在Erlang中使用Unicode | 3. Using Unicode in Erlang 详细
数组 | array 详细
base64 详细
beam_lib 详细
binary 详细
c 详细
calendar 详细
dets 详细
dict 详细
digraph 详细
digraph_utils 详细
epp 详细
erl_anno 详细
erl_eval 详细
erl_expand_records 详细
erl_id_trans 详细
erl_internal 详细
erl_lint 详细
erl_parse 详细
erl_pp 详细
erl_scan 详细
ets 详细
filelib 详细
filename 详细
file_sorter 详细
gb_sets 详细
gb_trees 详细
gen_fsm 详细
gen_statem 详细
io 详细
io_lib 详细
lib 详细
lists 详细
log_mf_h 详细
地图 | maps 详细
数学 | math 详细
ms_transform 详细
orddict 详细
ordsets 详细
pool 详细
proc_lib 详细
proplists 详细
qlc 详细
queue 详细
rand 详细
random 详细
re 详细
sets 详细
shell 详细
slave 详细
sofs 详细
string 详细
supervisor 详细
supervisor_bridge 详细
sys 详细
timer 详细
unicode 详细
win32reg 详细
zip 详细
stdlib/erl_tar
erl_tar 详细
stdlib/gen_event
gen_event 详细
stdlib/gen_server
gen_server 详细
syntax_tools
1. Erlang语法和元编程工具 | 1. Erlang Syntax and Metaprogramming tools 详细
epp_dodger 详细
erl_comment_scan 详细
erl_prettypr 详细
erl_recomment 详细
erl_syntax 详细
erl_syntax_lib 详细
erl_tidy 详细
igor 详细
merl 详细
merl_transform 详细
prettypr 详细
tools
1.覆盖 | 1. cover 详细
2. cprof - The Call Count Profiler 详细
3. The Erlang mode for Emacs 详细
4. fprof - The File Trace Profiler 详细
5. lcnt - The Lock Profiler 详细
6. Xref - The Cross Reference Tool 详细
cover 详细
cprof 详细
eprof 详细
erlang.el 详细
fprof 详细
工具 | instrument 详细
lcnt 详细
make 详细
tags 详细
xref 详细
xmerl
1. xmerl 详细
xmerl 详细
xmerl_eventp 详细
xmerl_sax_parser 详细
xmerl_scan 详细
xmerl_xpath 详细
xmerl_xs 详细
xmerl_xsd 详细