OK—退出代码0—表示服务正常地工作。
指定由执行的命令提供的退出代码。
Specifies the exit code that is provided by the executed command.
通道请求转送信息,比如服务器端流程的退出代码。
Channel requests relay information such as the exit code of a server-side process.
有什么错误的退出代码安装在事件日志?
WARNING—退出代码1—表示服务处于警告状态。
Warning-exit code 1-indicates a service is in warning state.
UNKNOWN—退出代码3—表示服务处于未知状态。
Unknown-exit code 3-indicates a service is in unknown state.
CRITICAL—退出代码2—表示服务处于危险状态。
Critical-exit code 2-indicates a service is in critical state.
下面所示的用户退出代码被编译成动态链接库(如dll)。
The user exit code shown below is compiled as a dynamic linking library (for example: DLL).
如何把它和系统退出代码区别开来仍旧是个问题。
Still, how to reliably differentiate this from application exit code and output?
阻塞运行直到容器停止,然后打印出它的退出代码。
如果Zenity的退出代码是- 1,单击的是Cancel按钮。
If Zenity exits with code -1, the Cancel button was clicked.
而另一种实现只是无声地返回,没有错误消息,也没有不寻常的退出代码。
The other just returns silently; no error message, no unusual exit code.
再次说明,如果zenity的退出代码是0,那么ENTRY有某人的姓名。
Again, if the exit code of zenity is 0, then ENTRY has the person's name. Here is the calendar example from above rewritten to use zenity.
一般情况下,此退出代码为0指示成功;若为其他值,则指示不同类型的错误。
Typically, this exit code is 0 to indicate success with other values indicating different types of errors.
应用程序通常都会向操作系统返回一个退出代码,指示应用程序是否已成功退出。
An application typically returns an exit code to the operating system to indicate whether an application exited successfully or not.
在用户退出代码时,在c: \ temp目录中创建test. txt文件。
The test.txt file will be created under the directory c: \ temp by the user exit code.
表达式可以使用在常数值、命令的退出代码、字符串、宏和文件系统路径上使用的运算符。
Expressions can use operators that act on constant values, exit codes from commands, strings, macros, and file-system paths.
可以看到:在1.8 . x上面的输出结果是“42”,但是在1.9上面就变成了“1”(上面的“RESULT”是Ruby解释器的退出代码)。
Failed: As can be seen: the output in 1.8.x is "42", but in 1.9 becomes "1". (the "RESULT" here is the exit code of the Ruby interpreter).
如果由于该函数中代码的错误,您期望退出时为真的条件并不为真,那么这些断言能够确保您知道这一点。
This ensures that you get to know if, due to a bug in the code in this function, the conditions that you expect to be true on exit, are not.
因为在那个阶段的没有其它的代码了,这个程序将以一种比较好的方式自然地退出,请说?
And because there's nothing else in the code at that point, the program should just quit naturally in a good way. Yeah?
我没有按通常作法将错误代码返回给父代应用程序,而是将错误打印到屏幕,然后退出程序。
Instead of gracefully returning an error code to the parent application, I print the error to the screen and bail out of the code.
当insert语句失败并且错误代码在DECLAREEXIThandler语句中指定,那么控制将传递到处理程序,而过程将退出。
When the INSERT statement fails with the error code specified in the DECLARE exit handler statement, control passes to the handler, and the procedure is exited.
因此代码将继续执行,就是说,将退出该方法而把控制返回给表单。
So the code will continue; in this case, that means that the method will exit and control will return to the form.
意外的代码路径:通过跟踪进入和退出点,可以看出程序是否采用了意外的代码路径。
Unexpected code paths: by following the entry and exit points, it is possible to see any unexpected code paths taken by the program.
我还在基本计时代码中增加了一个throwable处理,这样,当方法由于一个抛出而退出而不是正常返回时,在跟踪中就会加入基本抛出信息。
I've also added throwable handling to the basic timing code, so that when a method exits through a throw rather than a normal return the basic thrown information will be included in the trace.
INSERT错误将控制转移到 SQLSTATE代码的退出处理程序。
The INSERT error transfers control to the exit handler for that SQLSTATE code.
db2vend(隔离的供应商进程):代表一个EDU执行供应商代码,使实例执行用户退出程序,以便进行日志归档(仅在UNIX上)。
Db2vend (fenced vendor process) : Executes vendor code on behalf of an EDU, for instance to execute the user-exit program for log archiving (UNIX-only).
该功能允许在调试器会话中改变源代码,这比退出应用程序、更改代码、重新编译、然后启动另一个调试会话更好。
It allows the changing of source code during a debugger session, which is better than exiting the application, changing the code, recompiling, then starting another debugging session.
_exit使用错误代码0退出该程序,这个错误代码通常表示成功结束。
Exit exits the program with an error code of 0, traditionally associated with a successful completion.
_exit使用错误代码0退出该程序,这个错误代码通常表示成功结束。
Exit exits the program with an error code of 0, traditionally associated with a successful completion.
应用推荐