摘要:
使用 sudo vim /etc/apt/sources.list 修改apt源,以下为阿里源 deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiversedeb http://mirrors.ali 阅读全文
摘要:
function getArgs(fun) local args = {} local hook = debug.gethook() local argHook = function(...) local info = debug.getinfo(3) for k,v in pairs(info) do print(k,v... 阅读全文