Run-time errors occur during script execution.
运行时错误发生在脚本执行过程中。
Uninitialized pointers are a common source of run-time errors.
很多运行时错误都源于使用了未初始化的指针。
This includes some errors that at first sight would appear to be run-time errors.
这包括第一眼看上去象运行时错误的一些错误。
The biggest issue with most of them is that no compiler warnings or run-time errors tell you that the transaction implementation is incorrect.
大多数陷阱最大的问题是,不会有任何编译器警告或运行时错误告诉您事务实现是不正确的。
Early binding reduces the number and severity of run-time errors because it allows the compiler to report errors when a program is compiled.
早期系结减少执行阶段错误的次数和严重性,因为它允许编译器在编译程序时报告错误。
The deployer of a mediation must ensure that resource references are mapped to appropriate objects, otherwise run time errors will occur.
中介的部署者必须确保资源引用映射到了恰当的对象,否则将会出现运行时错误。
If we want to write reliable programs, we can't allow for unpredictable errors to occur at run time.
如果我们想编写可靠的程序,那么我们必须禁止在运行时出现无法预料的错误。
One of the benefits of the additional information is the ability to catch certain kinds of errors that a dynamically typed language won't detect until run time.
更多信息所带来的好处就是,可以更早地捕捉到某些类型的错误,而动态类型语言只有到运行时才能检测到这些错误。
Without static checking, such errors are not caught until run time.
如果没有进行静态检查,那么这类错误到了运行的时候才会被捕获。
These run time errors are reported in the Windows event log.
这些运行时错误将在Windows事件日志中报告。
Parasoft Jtest’s flow-based analysis, called BugDetective, statically simulates application execution paths, and then uncovers run time errors that could occur in these paths.
ParasoftJtest 的基于流的分析称为BugDetective,它静态地模拟应用程序执行路径,然后揭示这些路径中可能发生的运行时错误。
The HC run time (including the proxy) throws SAXException or descendants of SAXException to report errors.
HC运行时(包括代理)抛出SAXException或SAXException的后代以报告错误。
For example even though at design time a variable of data type double can be mapped to a table column of type XML, the run time consequences are unpredictable and hence resulting in errors.
例如,虽然在运行时可以将double类型的变量映射到xml类型的表列,但是这可能导致不可预测的运行时结果,并因此而产生错误。
This could cause run-time data serialization errors when used with service implementations and client proxies. Here are some recommendations to help avoid this problem.
这可能在与服务实现和客户代理一起使用时会引发运行时数据序列化错误。
Also, a lot of errors with the native API only appear at run time-for example, a mismatch in address or protocol or uninitialized data members.
另外,基本api有许多只在运行时出现的错误;例如,地址或协议不匹配或未初始化的数据成员。
The first time you run it, you will likely find some errors in your scripts or in the procedures.
第一次运行它时,也许会找到脚本或进程中的一些错误。
This appendix lists the possible run time errors and gives information on why they might be produced.
这一种附录列出可能的运行时间错误而且提供他们可能被生产的关于资讯。
Agent probes that report total number of agents run, agent security errors, time-out errors, and other agent-related information.
代理探测器,报告所运行代理的总数、代理安全错误、超时错误和其他与代理相关的信息。
Use unchecked, run-time exceptions to report serious unexpected errors that may indicate an error in the program's logic.
使用不需检查运行时异常来报告严重的、无法预期的错误,这可能指出程序逻辑中的错误。
Therefore, you may need to debug transparency errors at run time.
因此,您可能需要在运行时调试透明度错误。
This helps catch statements that can fail at run time due to errors such as overflow.
这将有助于捕捉因溢出等错误而在运行时失败的语句。
Syntax errors generate a run-time exception, but other errors occur only after the data source receives connection information.
语法错误会生成运行时异常,但其他错误只有在数据源收到连接信息后才会发生。
Query for information about run-time check errors.
查询有关运行时检查错误的信息。
Next, the debugger is used to detect and correct such problems as logic errors and semantic errors that are detected at run-time.
接下来,使用调试器检测并纠正在运行时检测到的逻辑错误和语义错误等问题。
You can use the most important of these, the debugger, to observe the run-time behavior of your program and to determine the location of semantic errors.
您可以使用其中最重要的功能(即调试器)来观察程序的运行时行为,并确定语法错误的位置。
This could prevent other errors at run time.
这可以防止在运行时出现其他错误。
This catches statements that can fail at run time due to errors such as overflow.
这将捕捉到因溢出等错误而在运行时失败的语句。
Use some other means to signal errors during run time, e. g. exceptions.
使用其他一些手段,信号错误在运行时异常,如。
To respond to user errors and to run-time error conditions such as network errors or permission failures, throw an exception.
若要响应用户错误和运行时错误条件(例如网络错误或权限失败),应引发一个异常。
To respond to user errors and to run-time error conditions such as network errors or permission failures, throw an exception.
若要响应用户错误和运行时错误条件(例如网络错误或权限失败),应引发一个异常。
应用推荐