Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我输入gen_然后在 erlang shell 中输入 Tab 之后,我得到gen_server, gen_event,但我没有得到gen_tcp. 如何gen_tcp在 Erlang shell 中使用?
gen_
gen_server
gen_event
gen_tcp
必须在节点中加载模块才能显示在自动完成中。所以如果你输入 l(gen_tcp)。在 shell 中,您将能够对 gen_tcp 使用制表符完成。