日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當(dāng)前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

Erlang命令行提示符汇总

發(fā)布時間:2025/1/21 编程问答 25 豆豆
生活随笔 收集整理的這篇文章主要介紹了 Erlang命令行提示符汇总 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.

2019獨角獸企業(yè)重金招聘Python工程師標(biāo)準(zhǔn)>>>

b() ? ? ? ?-- display all variable bindings

顯示所有的綁定的變量

e(N) ? ? ? -- repeat the expression in query <N>

f() ? ? ? ?-- forget all variable bindings

忘記所有已綁定的變量

f(X) ? ? ? -- forget the binding of variable X

忘記變量X的綁定

h() ? ? ? ?-- history

顯示歷史

history(N) -- set how many previous commands to keep

設(shè)置保留N條之前的歷史 控制h()的顯示數(shù)量

results(N) -- set how many previous command results to keep

catch_exception(B) -- how exceptions are handled

v(N) ? ? ? -- use the value of query <N>

rd(R,D) ? ?-- define a record

rf() ? ? ? -- remove all record information

移除所有的記錄信息

rf(R) ? ? ?-- remove record information about R

移除R的記錄信息

rl() ? ? ? -- display all record information

顯示所有的記錄信息

rl(R) ? ? ?-- display record information about R

顯示R的記錄信息

rp(Term) ? -- display Term using the shell's record information

rr(File) ? -- read record information from File (wildcards allowed)

rr(F,R) ? ?-- read selected record information from file(s)

rr(F,R,O) ?-- read selected record information with options

** commands in module c **

bt(Pid) ? ?-- stack backtrace for a process

c(File) ? ?-- compile and load code in <File>

編譯和加載文件,最新的建議使用erlc

cd(Dir) ? ?-- change working directory

改變工作目錄

flush() ? ?-- flush any messages sent to the shell

help() ? ? -- help info

幫助信息

i() ? ? ? ?-- information about the system

顯示系統(tǒng)的信息

ni() ? ? ? -- information about the networked system

顯示系統(tǒng)的網(wǎng)絡(luò)信息

i(X,Y,Z) ? -- information about pid <X,Y,Z>

關(guān)于pid<X,Y,Z>的信息

l(Module) ?-- load or reload module

加載或重新載入模塊

lc([File]) -- compile a list of Erlang modules

ls() ? ? ? -- list files in the current directory

列出當(dāng)前目錄

ls(Dir) ? ?-- list files in directory <Dir>

m() ? ? ? ?-- which modules are loaded

查看已經(jīng)載入的模塊

m(Mod) ? ? -- information about module <Mod>

顯示模塊Mod的信息

memory() ? -- memory allocation information

已分配的內(nèi)存信息

memory(T) ?-- memory allocation information of type <T>

nc(File) ? -- compile and load code in <File> on all nodes

nl(Module) -- load module on all nodes

pid(X,Y,Z) -- convert X,Y,Z to a Pid

pwd() ? ? ?-- print working directory

打印當(dāng)前目錄

q() ? ? ? ?-- quit - shorthand for init:stop()

退出.init:stop()的快捷方式

regs() ? ? -- information about registered processes

顯示所有已注冊的進(jìn)程

nregs() ? ?-- information about all registered processes

uptime() ? -- print node uptime

xm(M) ? ? ?-- cross reference check a module

y(File) ? ?-- generate a Yecc parser

** commands in module i (interpreter interface) **

ih() ? ? ? -- print help for the i module

打印i模塊的幫助信息

轉(zhuǎn)載于:https://my.oschina.net/zlp5201/blog/505457

總結(jié)

以上是生活随笔為你收集整理的Erlang命令行提示符汇总的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯,歡迎將生活随笔推薦給好友。