return code造句
例句与造句
- Prompt . the following example shows how to run a package called upsertdata . dtsx and ignore the return code
以下示例显示如何运行名为upsertdata . dtsx的包: - As a result , explicitly initializing com yields return codes indicating that com is already initialized
因此,显式初始化com生成返回代码,指示com已初始化。 - Exceptions offer several advantages over other methods of error notification , such as return codes
与其他错误通知方法(如返回代码)相比,异常具有若干优点。 - When overridden in a derived class , returns code that is used during page execution to obtain the evaluated expression
在派生类中重写时,返回在页执行过程中用来获取计算出的表达式的代码。 - If a task can return multiple return codes that are considered successful , you will need to define a success code set
如果一个任务可以返回多个编码来表示成功,那么需要定义一个成功编码集。 - It's difficult to find return code in a sentence. 用return code造句挺难的
- If the action is the last thing in the production , then the action s return code decides whether the production was successful
如果操作是产品中的最后一项,则操作的返回码决定产品是否成功。 - Bscmake returns an exit code also called a return code or error code to the operating system or the calling program
Bscmake将退出代码(也称为返回代码或错误代码)返回到操作系统或调用程序。 - The stored procedure can accept parameters , and can return result sets , return codes , and output parameters to the calling application
存储过程可以接受参数,并可以将结果集、返回代码和输出参数返回给调用应用程序。 - Typically if the return code is not x509 v ok , there is a problem with the certificate or the security surrounding the certificate
通常,如果返回代码不是x509 _ v _ ok ,那么这个证书就有问题,或者这个证书存在安全性隐患。 - Which in this case would be simply a return code that indicates all went well that is , the server isn t giving us any data back per se
所得到的内容,本例中仅为显示一切运行良好的返回代码(即服务程序本身未返回任何数据) 。 - The server status line includes the protocol version number running on the server , the status code , and a text message representing the return code
服务器状态行包括在服务器上运行的协议版本号、状态码和表示返回代码的文字消息。 - Johnson advocates using checked exceptions for the first category alternative return codes , and runtime exceptions for the latter category
Johnson提倡对于第一种类别的异常(可选的返回代码)使用检查型异常,而对于后者使用运行时异常。 - 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 ) 。 - Return code ioctl " proc pid " , piocusage , buff ; in linux , you must read the relevant files from the proc pid directory to get the relevant details , and the option
在linux中,您必须直接从/ proc / < pid >目录中读取相关的文件来获得相关信息,在linux上不能使用 - The following stored procedure is designed to show how a client application handles input and output parameters , return code , query results , and errors if a failure were to occur
以下存储过程旨在说明客户端应用程序如何处理输入参数和输出参数、返回代码、查询结果以及失败时发生的错误。