返回码 meaning in English
return code
Examples
- If the action is the last thing in the production , then the action s return code decides whether the production was successful
如果操作是产品中的最后一项,则操作的返回码决定产品是否成功。 - All the actions below end with 1 ; because the last code in the action determines whether the action succeeded or failed as a return code
下面所有的操作都以1 ;结尾,因为操作中的最后代码确定了该操作是成功(返回码为0 )还是失败(返回码为1 ) 。 - Jfs logging semantics are such that , when a file system operation involving meta - data changes - that is , unlink - returns a successful return code , the effects of the operation have been committed to the file system and will be seen even if the system crashes
Jfs日志记录的语义如下:当涉及元数据更改的文件系统操作- -例如, unlink ( ) - -返回成功执行的返回码时,操作的结果已经提交到文件系统,即使系统崩溃了也可以发现。