The return code will be 0 if customization executes successfully.
如果定制执行成功,那么返回代码为 0。
A return code indicates whether the conversion succeeded or failed.
一个指示转换是否成功的返回代码。
An invalid return code was encountered waiting for a program to execute.
在等待程序执行时遇到无效的返回代码。
An invalid return code was encountered waiting for a program to execute.
在等待程序执行时遇到错误的返回代码。
If an object method needs to report an error, then a return code should be used.
假如一个对象的方法需要报告一个错误,这时一个返回码需要用到。
Listing 3 shows an example of our first error, sqlcode SQL4301 with return code 0.
清单3显示第一个错误的例子,sqlcode为sql 4301,返回码为0。
The return code is handed back to the wrapper, which hands it back to your code.
返回代码被传递回到包装器,后者再将其传递回到您自己的代码。
If the lock cannot be set for any reason then this would be reflected in the return code.
如果出于任何原因不能设置这个加锁,那么其结果会在返回码中反映出来。
If the call to the interface returns a good return code, assume that the application is healthy.
如果对该接口的调用返回一个良好的返回码,则假定应用程序是健康的。
Limiting the wait time and sending an alert on an error return code would be a very good thing to add.
限制这个等待时间,并发送关于一个错误返回码的警报,是非常有必要增加的一个功能。
For expected state changes, use a return code, sentinel, or special method that returns a status.
对于可预知的状态改变,使用返回代码、标记或者特定的方法返回状态值。
When the property is set to false, the shell gets a 0 return code even in case of customization failure.
在将属性设置为false后,即使定制错误,也会将0返回到shell中。
In this scenario, the procedure completes successful execution and returns a return code of 0 to the caller.
在这个场景中,过程成功执行并将0的返回码返回给调用者。
It takes the connection object as a parameter and returns the return code for the function that was executed.
它的参数是连接对象,它返回已经执行的函数的返回码。
For each ODBC function invoked, a special value known as a return code is returned to the calling application.
对于每个被调用的odbc函数,都要向调用它的应用程序返回一个值,该值就是所谓的返回代码。
An invalid return code was encountered waiting for a program to execute. The command being executed was {0}.
在等待程序执行时遇到无效的返回代码。所执行的命令为{0}。
You might tinker with the HTTP response that each method renders, but your client code is really after only the HTTP return code.
可以修补每个方法呈现的HTTP响应,但是客户代码实际就在http返回码之后。
you could create a function such as the following, which also handles the return code and, if needed, increases the error counter
而是创建一个如下所示的函数,此函数也可以处理返回码,如果有必要,还可以增加错误计数器
Processing stops immediately when this statement is executed, and the procedure return code to the caller is the value of SQLERROR.
在执行该语句时处理将立即停止,而过程返回给调用者的代码是SQLERROR的值。
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,那么这个证书就有问题,或者这个证书存在安全性隐患。
When test has evaluated the expression, you're returned to a command prompt, where you can verify the return code, as shown in Listing 10.
当test运算完表达式时,返回到命令提示,可以在这里检查返回码,见 清单 10。
The return code of the scripts will indicate if the chunk is allowed to continue in the flow, that is, going to the pipelines or is skipped.
脚本的返回代码会指示是否允许数据块继续位于流中,也就是说,是使它流向管道还是跳过它。
After the archiving, the return code is returned in the opposite direction so that the CSLD task thread can stub or remove the message in Domino.
归档后,返回码沿着反方向返回,以便让CSLD任务线程清除Domino中的报文。
All the actions below end with '1;' because the last code in the action determines whether the action succeeded (0) or failed (1) as a return code.
下面所有的操作都以‘1;’结尾,因为操作中的最后代码确定了该操作是成功(返回码为0)还是失败(返回码为1)。
This action may be used by WebSphere MQ monitoring tools that detect the queue or media full condition prior to the application receiving the return code.
WebSphereMQ监视工具可能采取此操作,此类工具会在应用程序检索到相应的返回代码前检测到队列或介质已满的情况。
The last thing to do is exit with a zero return code so that the trigger monitor will commit the GET it performed on the trigger message and wait for another.
最后需要做的事情是使用一个零返回码退出,以便触发器监控器提交它在触发器消息上执行的GET并等待另一条消息。
The variable "$?" provides the return code of the command recently invoked; in the example below, it provides the return code of the execution of the "ls" command.
变量 "$?"提供最近所调用命令的返回码;在下面的示例中,它提供了执行 "ls" 命令的返回码。
Based on the return code from the event delivery, the status of the event in the event table (Figure 7b) is updated, or the event is archived (Figure 7a), or both.
根据事件传递所返回的代码,更新事件表中的事件状态(图7b)或者将该事件存档(图7 b),或者两者都执行。
One way to determine the success or failure of the function testing is by counting the line commands that have failed, that is, that have a return code different than 0.
决定功能测试成功还是失败的一种方法是计算已失败行命令的数量,即返回码不是0。
One way to determine the success or failure of the function testing is by counting the line commands that have failed, that is, that have a return code different than 0.
决定功能测试成功还是失败的一种方法是计算已失败行命令的数量,即返回码不是0。
应用推荐