1. Ignore the MQ Exception, with reasoncode 2033, at the end.
忽略结尾带有原因代码2033的MQ Exception。
来自互联网
2. This statement will fail with sqlcode 30082 reasoncode 25.
该语句将失败,并返回sqlcode 30082reason code25。
来自互联网
3. The Dump ReasonCode indicates the fundamental reason for the crash.
转储原因代码表示造成崩溃的基本原因。
来自互联网
4. This means that the Dump ReasonCode is 300, meaning DSI (DATA STORAGE INTERRUPT).
这意味着转储原因代码为 300,即DSI(DATASTORAGEINTERRUPT)。
来自互联网
5. Along with date, time, version, and release information, we also find the dump reasoncode.
除了包含日期、时间、版本和发布信息外,还包含转储原因代码。
来自互联网
6. A machine check reasoncode usually indicates a hardware problem (for example, bad memory).
机器检查原因代码通常表示硬件问题(比如,内存损坏)。
来自互联网
7. If the optimizer was not able to apply the guideline, it returns warning 437 with reasoncode 13.
如果优化器无法应用准则,那么它将返回警告437,其原因代码为13。
来自互联网
8. In the case of dumps where the dump reasoncode is 300 or 400, we have to evaluate the exception structure.
如果转储原因代码为300或400,我们必须对异常结构进行分析。
来自互联网
9. The reasoncode "XUTY0008" shown in the error message quickly points you to the fact that "the target node of a replace expression is not a single node".
错误消息中显示的原因码 “XUTY0008” 表示 “替换表达式的目标节点不是单一节点”。
来自互联网
10. You will know the environment variable is not set if you attempt to use the Register API with the reg_flag_C2Wprop field set to 1 and the call fails with a return code 8 and reasoncode 21.
11. IF it has MODIFIES SQL DATA, it is blocked in triggers, dynamic compound statements, SQL-bodied functions, or when a save point has been created, and error SQL30090 with reasoncode 22 is returned.
12. If for some reason this isn't the case, compare your code with Listing 1 to make sure you have all the correct commands.
如果由于一些原因这没有发生,把你的代码与列表1中的进行比较,确保你的所有命令都是正确的。
来自互联网
13. The reason I like this code is because it is simple to use (only 1 line), and gives you some control over your own namespace.
我喜欢该代码的原因是它简单易用(只有1行),并且能够让您在某种程度上控制自己的名称空间。
来自互联网
14. While they are not widely used in application code, there's no reason you can't use them too.
虽然它们没有在应用程序代码中得到广泛使用,但是也没有不能使用它们的理由。
来自互联网
15. Annotations guide the reviewer through the changes, showing which files to look at first and defending the reason and methods for each code modification.
注释会指导评审者进行变更,显示首先必须要查看的文件,并找到每一次代码更改的原因。
来自互联网
16. Problems can arise when code is moved between class loaders for any reason.
无论何种原因在类装入器之间移动代码时都会出现问题。
来自互联网
17. Then the error code and failure reason are printed out.
然后输出错误代码和故障原因。
来自互联网
18. I can't justify one convention or the other for any rational reason, but I do know that mixing up naming conventions makes code feel horribly wrong.
19. One reason is compatibility with older systems, similar to our writing code to be compatible with legacy applications.
一个原因是要与旧系统兼容,正如我们要编写与遗留应用程序兼容的代码一样。
来自互联网
20. For that reason, I'll leave code like this as an exercise rather than include it in this article.
由于这个原因,我将这段代码留作练习,而没有在本文中包括进来。
来自互联网
21. This is the reason why Listing 2 was slightly different from the original code in Listing 1.
这就是清单2为什么与清单1中的原始代码有所不同的原因。
来自互联网
22. To be able to reason about an application's code, we must be able to look at the code from each class as well as the code for any aspects that might affect the class's behavior.