Once again look at the exit code, so we couldn't catch this kind of error or this kind of exception with this accept block.
再次查看退出代码,因此我们无法使用此 accept 块捕获此类错误或此类异常。
单词 | Exit code |
释义 |
Exit code
原声例句
Mosh带你学编程 Once again look at the exit code, so we couldn't catch this kind of error or this kind of exception with this accept block. 再次查看退出代码,因此我们无法使用此 accept 块捕获此类错误或此类异常。 PKM OS And a zero exit code is the same as you will get in a language like C, like 0 means everything went fine, there were no errors. 零退出代码与 C 等语言中的退出代码相同,0 表示一切顺利,没有错误。
中文百科
退出状态 Exit status(重定向自Exit code)
退出状态(Exit status,别称Return Code,亦译为“返回码”)在计算机领域中指一个子进程(或被调用方)运行结束时向其父进程(或调用方)返回的一个相对小的值。在DOS中,这个值被称作errorlevel。 当计算机进程执行时,操作系统会创建一个抽象实体(通称进程)以便对进程进行控制与维护;而在多任务系统(如Unix和Linux)中,新进程可由当前活动进程创建,在这种情况下被创建的新进程即为子进程,对应的创建之的进程亦称父进程,且父子进程是并发执行的,因而可以产生子进程这种方式在父进程不需停止执行的前提下委派一部分任务给子进程;而当子进程执行完毕时,子进程会调用exit来终止运行,而exit调用会产生退出状态码并将返回予父进程,父进程则以系统调用wait来获取该数值。
英语百科
Exit status 退出状态(重定向自Exit code)
The exit status or return code of a process in computer programming is a small number passed from a child process (or callee) to a parent process (or caller) when it has finished executing a specific procedure or delegated task. In DOS, this may be referred to as an errorlevel. |
随便看 |
|
英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。