The idea behind C++ was that programmers would work harder in return for more efficient code.
C++的理念是程序员需要更努力的工作才能换回更高效的代码。
You can see in the above trace the -4499 return code.
从上面的跟踪中可以看到- 4499这个返回代码。
Limiting the wait time and sending an alert on an error return code would be a very good thing to add.
限制这个等待时间,并发送关于一个错误返回码的警报,是非常有必要增加的一个功能。
The return code will be 0 if customization executes successfully.
如果定制执行成功,那么返回代码为 0。
If an object method needs to report an error, then a return code should be used.
假如一个对象的方法需要报告一个错误,这时一个返回码需要用到。
You can add an optional argument, a variable that holds the return code from the external program, such as 0 for success, which provides a better mechanism for debugging.
您可以添加可选的参数,即保存从外部程序返回的代码的变量,比如表示成功的0,这为调试提供更好的机制。
Attempts to update the INSTANCE_MEMORY configuration parameter to values larger than these limits will fail with a SQL5130N return code, specifying the restricted range allowed for the license.
如果尝试将INSTANCE_MEMORY配置参数更新为大于这些限制的值,那么会遭到失败,并收到SQL 5130 n返回码,指定该许可允许的限制范围。
If the call to the interface returns a good return code, assume that the application is healthy.
如果对该接口的调用返回一个良好的返回码,则假定应用程序是健康的。
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.
脚本的返回代码会指示是否允许数据块继续位于流中,也就是说,是使它流向管道还是跳过它。
The important thing is for you to get the return code of the command.
对于您来说,重要的是获得该命令的返回代码。
This return code usually indicates some kind of error has occurred.
这个返回代码通常表明发生了某些错误。
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)。
Processing stops immediately when this statement is executed, and the procedure return code to the caller is the value of SQLERROR.
在执行该语句时处理将立即停止,而过程返回给调用者的代码是SQLERROR的值。
For each ODBC function invoked, a special value known as a return code is returned to the calling application.
对于每个被调用的odbc函数,都要向调用它的应用程序返回一个值,该值就是所谓的返回代码。
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返回码之后。
That means the combination of those tools can still be used to capture information about any kind of DB2 event associated with a SQL code or a DB2 internal return code, not just lock timeouts.
这意味着,这些工具组合仍然可用于捕捉与SQL代码和DB 2内部返回代码相关的任何DB 2事件信息,而不仅仅是锁定超时信息。
It takes the connection object as a parameter and returns the return code for the function that was executed.
它的参数是连接对象,它返回已经执行的函数的返回码。
In this scenario, the procedure completes successful execution and returns a return code of 0 to the caller.
在这个场景中,过程成功执行并将0的返回码返回给调用者。
Inside each script, capture the return code of each line command.
在每个脚本内,捕获每个行命令的返回码。
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并等待另一条消息。
you could create a function such as the following, which also handles the return code and, if needed, increases the error counter
而是创建一个如下所示的函数,此函数也可以处理返回码,如果有必要,还可以增加错误计数器
Then you use the conditional if statement to check the return code of the command.
然后,您使用条件型if语句,以检查该命令的返回代码。
The interrupt handler function now has a return code of type irqreturn_t.
现在的中断处理函数的返回代码是一个 irqreturn_t类型。
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),或者两者都执行。
By adding a simple function to display a message and exit with the appropriate return code as well as moving everything into a for loop, the script looks cleaner and is easier to understand.
这个脚本增加了一个简单的函数来显示一个消息并带适当的返回码退出,还把所有操作转移到一个for循环中,这使这个脚本看起来更干净、更容易理解了。
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监视工具可能采取此操作,此类工具会在应用程序检索到相应的返回代码前检测到队列或介质已满的情况。
Like exec , it also returns the last line and makes the return code available.
它还像exec一样返回最后一行,并使返回代码可用。
The application should exit to the caller with a return code using the System.exit().
此应用程序会使用 System.exit()返回到调用方,并带有返回代码。
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。
Listing 3 shows an example of our first error, sqlcode SQL4301 with return code 0.
清单3显示第一个错误的例子,sqlcode为sql 4301,返回码为0。
应用推荐