• Because there is no error handling logic, you must rely on database constraints to ensure semantic integrity of the data.

    因为没有错误处理逻辑必须依靠数据库限制确保数据的语义完整性

    youdao

  • Some enhancements you might consider adding would include logic to parse out things such as the location of the queue manager in the file system, or better error handling.

    可以考虑添加一些改进措施,比如包含一些逻辑解析文件系统中的队列管理器位置等信息或者实现更好错误处理能力

    youdao

  • In the case of an error, the transaction logic can specify that the transaction rollback to a savepoint.

    发生错误情况下,事务逻辑可以指定事务回滚某个保存点。

    youdao

  • Perhaps it's a logic error or an error caused by interacting with the operating system or both.

    可能一个逻辑错误和/操作系统进行交互所导致的错误,或两者兼具。

    youdao

  • The customer is aware of the need to include error processing and recovery logic and is also working on that design.

    客户注意需要包含错误处理恢复逻辑设计对此进行了考虑。

    youdao

  • This capability lets business process designers model and catch system exceptions, and execute error logic if a BPEL client returns a system exception.

    业务流程设计人员使用功能可以模拟捕获系统异常BPEL客户端返回系统异常执行错误逻辑

    youdao

  • A little logic is necessary to prefill some types of fields after a form has been submitted and returned for error corrections.

    表单提交被返回以便修正错误必需一个逻辑预先填充某些类型

    youdao

  • It can become hard to find the actual program logic in all that error recovery code.

    大量错误复原代码中,很难发现实际程序逻辑

    youdao

  • At first, the logic behind this sounds reasonable: If you change this data element from optional to required, you essentially duplicate error processing that occurs elsewhere in the system.

    首先,整个过程背后逻辑合理的:如果这项数据元素可选改为必需,那么您基本上就是复制系统其他地方所使用的错误处理过程

    youdao

  • We found that the majority of vulnerabilities are usually caused by a small logic error or a case that the software developer hadn't uncovered or accounted for.

    我们发现大部分脆弱点通常逻辑错误软件开发人员发现或解决情况所引起

    youdao

  • It contains the logic to retrieve the correct error message and display it back to the user in a meaningful way.

    包含检索正确出错消息一种有意义方式显示用户逻辑

    youdao

  • So the UI test automation will not catch the logic error if the application has the wrong method wired to a button click event (although every test would fail and you'd find the problem quickly).

    所以如果应用程序按钮单击事件关联错误的方法UI测试自动化不会捕捉逻辑错误(虽然每次测试都会失败而且很快发现问题)。

    youdao

  • Process a document and return a set of error messages according to business logic.

    处理文档根据业务逻辑返回错误消息

    youdao

  • The "error" type unambiguously reflects a defect in the program logic: Purify is reporting a program bug and that's what you need to hear.

    错误类型很明显反映这个程序逻辑中的缺陷Purify报告了一个程序的错误那也正是所想要的。

    youdao

  • The other more serious problem I had was that Xcode 4.1 crashed with an internal logic error whenever I tried to run it.

    遇到严重问题无论何时只要运行Xcode 4.1,它就会出现一个内部逻辑错误,然后崩溃掉。

    youdao

  • Knowing how to redirect data as stdin or stdout, how to use the pipe, and how to use operators in UNIX helps you write more powerful scripts with better error trapping and cleaner logic.

    您了解如何数据定向stdinstdout,如何使用管道以及如何UNIX中使用操作符这些有助于编写出强大的脚本更好地捕捉错误,使逻辑简洁清晰。

    youdao

  • As an exercise, use the IDE to step through the other bug - a logic error that can cause an overcharge.

    作为练习使用IDE分步探察一个bug是一个导致重复计价的逻辑错误

    youdao

  • Finally, the exception package contains the SOAException base class, which is used to log error conditions and trigger the transaction retry and recovery logic.

    最后exception包含SOAException用于记录错误条件触发事务重试恢复逻辑。

    youdao

  • The error message is only generated during an analysis of an OLAP model and one of the dimensions of the model contains Boolean logic.

    错误信息仅仅分析OLAP模型产生并且模型其中一包含Boolean逻辑

    youdao

  • The other step you might want to take as you deal with errors through the error message is to use what you know about your application's business logic to make smart decisions.

    使用error消息处理错误时另外一个必要步骤使用应用程序业务逻辑制定明智决策

    youdao

  • Each block of repeated code increases the chances of introducing an error into the logic.

    每一重复代码都使得程序逻辑中出现错误几率增加

    youdao

  • I prefer to use a controller, because I can use it to fire the model logic, then do some validation processing, and then route the user to an error-handling or result page as appropriate.

    更喜欢使用控制器因为可以使用触发模型逻辑然后进行某种验证处理接着用户路由一个相应错误处理结果

    youdao

  • Among other things, it defines a global error handler, and it is where you would place any platform-specific code to run before executing main application logic.

    除了其他事情外定义一个全局错误处理程序放置执行应用程序逻辑之前运行特定于平台的代码

    youdao

  • If the problem does not happen at all on single-processor system even with JIT enabled, then it is likely to be a problem not related to JIT, but to time-dependent logic error in application.

    如果这个问题即使启用JIT单处理器系统也不会出现那么这个问题可能JIT无关而是与应用程序中的时间相关逻辑有关。

    youdao

  • As you can probably guess, this results in a lot of error-prone code that tends to get in the way of the business logic in your applications.

    可能已经猜到这会产生大量易于出错代码从而对应用程序中的业务逻辑造成影响。

    youdao

  • Do include error handling in the bootstrapping logic.

    坚持引导逻辑中包含错误处理代码。

    youdao

  • Because the error page is displayed after a request-dispatcher forward, the FacesContext is no longer in scope and it is therefore too late to do any business logic.

    由于错误页面请求分发器转发之后显示的,FacesContext不再作用域中因此这时执行业务逻辑就迟了

    youdao

  • In software, a bug is an error in coding or logic that causes a program to malfunction or to produce incorrect results.

    软件中,错误指导致程序发生故障产生不正确结果编码逻辑错误

    youdao

  • In software, a bug is an error in coding or logic that causes a program to malfunction or to produce incorrect results.

    软件中,错误指导致程序发生故障产生不正确结果编码逻辑错误

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定