The idea behind C++ was that programmers would work harder in return for more efficient code.
C++的理念是程序员需要更努力的工作才能换回更高效的代码。
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.
假如一个对象的方法需要报告一个错误,这时一个返回码需要用到。
Ensure your applications return the proper status code.
确保应用程序返回正确的状态码。
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返回码,指定该许可允许的限制范围。
What we may - and should - do is simply return an HTTP 304 status code.
我们可能而且应该做的仅仅是返回一个HTTP 304状态码。
If the call to the interface returns a good return code, assume that the application is healthy.
如果对该接口的调用返回一个良好的返回码,则假定应用程序是健康的。
In case the user's choice of news type was invalid, the model would return an error code, rather than the headlines.
在用户选择的新闻类型无效的情况下,模型将返回一个错误代码,而不是返回标题。
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.
脚本的返回代码会指示是否允许数据块继续位于流中,也就是说,是使它流向管道还是跳过它。
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事件信息,而不仅仅是锁定超时信息。
I would like it simply to return the data, but it really has to return an error code and the data.
我只需要它返回数据,但它实际上必须返回错误代码和数据。
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的返回码返回给调用者。
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
而是创建一个如下所示的函数,此函数也可以处理返回码,如果有必要,还可以增加错误计数器
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监视工具可能采取此操作,此类工具会在应用程序检索到相应的返回代码前检测到队列或介质已满的情况。
By using the RPCAdapter and having it return XML code, you have created a service that others can connect to as well.
通过使用RPCAdapter并让其返回XML代码,就创建了一种其他人也可连接到的服务。
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。
The server status line includes the protocol version number running on the server, the status code, and a text message representing the return code. Below are several examples of valid status lines.
服务器状态行包括在服务器上运行的协议版本号、状态码和表示返回代码的文字消息。
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中的报文。
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" 命令的返回码。
应用推荐