• 处理数据库异常一种更好方法

    It's a much better approach to doing database exceptions.

    youdao

  • 数据库异常关闭重起时恢复关闭时的任何作业

    Upon database startup after an abnormal database shutdown, recovers any jobs that were running.

    youdao

  • 是因为一些数据库配置为会杀掉长时间空闲连接网络数据库相关异常可能杀死连接

    This is because some databases are configured to kill long idle connections and a network or database related exception may also kill a connection.

    youdao

  • BSU实例数据库分配内存拦截处理信号,并处理发送到DB2异常

    BSUs allocate memory for the instance and database, intercept and handle signals, and handle exceptions sent to DB2.

    youdao

  • 通过分析跟踪文件可以检测异常应用程序行为比如数据库资源漏泄

    By analyzing the trace files, you can detect abnormal application behavior, such as database resource leaks.

    youdao

  • 为了正确地考虑所有错误,需要能够异常连接在一起从而让进行调用代码知道数据库遇到所有问题。

    To properly account for all of them, you need to be able to tie exceptions together so that the calling code is notified of all the problems the database encountered.

    youdao

  • 为了看到使用正确映射时抛出异常,需要选择厂商软件创建一个数据库然后根据上面描述的把当前后端ID设置为不正确的

    To see exceptions generated by using the improper mapping, create a database in the vender software of your choice, then set the current backend ID value as instructed above to the incorrect value.

    youdao

  • 值得注意的是,除非捕捉构造函数抛出异常,否则,如果php脚本未能连接数据库终止

    It's worth noting that, unless you catch exceptions that are thrown from the constructor, your PHP script will terminate if it could not connect to the database.

    youdao

  • 延迟抓取另一个问题就是在获取到请求的数据一直打开数据库连接否则应用就会抛出个延迟加载异常

    Another issue with lazy fetching is that the database connection has to be retained until all the required data is fetched else the application will throw a lazy loading exception.

    youdao

  • 超出限制的时候,数据库就会开始拒绝读写,根据微软建议开发者必须通过通过异常处理编程的方式处理这种情况。

    When limits are exceeded the database will begin rejecting reads and writes and the developer must handle this programmatically through exception handling as suggested by Microsoft.

    youdao

  • 日志服务接收所有的日志请求,将它们保存日志数据库中,将它们转发给异常解解决服务。

    Logging service accepts all logging requests, stores them into logging database and forwards them to the Exception Resolution service.

    youdao

  • 多个查询语句执行过程需要保持数据库连接否则抛出一个延迟加载异常,这将导致数据出现问题。

    Database connection needs to be maintained for the duration of the multiple query cycle else a lazy loading exception is thrown, resulting in inadequate use of resources.

    youdao

  • 异常信息存储确认其状态FEM数据库

    The exception information is stored to the FEM database with a status of not confirmed.

    youdao

  • 查阅数据库手册搜索异常返回错误从而判断失败原因

    Identify cause of the failure by going through database manuals and searching for the error codes sent back in the exception.

    youdao

  • 创建了零件数据库设置维护窗口配置异常状况下电子邮件联系方式

    You created a parts database. You also set up a maintenance window and configured an E-mail contact in case something goes wrong.

    youdao

  • 通常优秀实践就是不要关系数据库中使用null(即没有)因为试图读取这类时,您将得到一个null值异常

    A general, good practice is not to allow null (that is, no value) columns in a relational database, because when you attempt to read such a column, you get a null value exception.

    youdao

  • 系统错误包括语法错误、指针异常web服务超时数据库连接超时

    The system level error includes syntactical error, null pointer exception, web service timeout, database connection timeout, and so on.

    youdao

  • 重新引导Geronimo更正一次错误随后再次访问数据库会生成异常

    Rebooting Geronimo will correct the error for one, but then generate the exception again when the database is accessed by the other.

    youdao

  • Derby关闭数据库时,将抛出SQLException,使用08006作为SQLState,就是catch忽略异常原因

    When Derby shuts down a database, it throws an SQLException with an SQLState of 08006, which is why the catch block ignores this exception.

    youdao

  • 如果现在关注到几乎各行各业公司——请看看UPSFedExMasterCard——都自己的实时数据库而且异常强大

    If you look at most businesses now, pretty much everyone - think of UPS, FedEx, MasterCard - has a real-time database. And that's powerful.

    youdao

  • 如果惰性关联执行查询,但是没有关联数据库连接Hibernate就会抛出LazyInitializationException异常

    Hibernate throws a LazyInitializationException because the query is executed for the lazy association, and no connection to the database is associated with it.

    youdao

  • 我们创建一个症状数据库数据库描述这个应用程序异常以及改正问题所需步骤

    We will build a symptom database that describes this application exception and the steps required to remedy the problem.

    youdao

  • 如果服务器脚本检查数据要么数据库抛出异常,要么数据库安全受到影响。

    If the server script does not check the data, either the database will throw an exception or the database will be compromised.

    youdao

  • 处理SQL异常惟一难点正确地回收数据库资源比如数据库连接

    The only major difficulty in dealing with SQL exceptions is the proper reclamation of database resources, such as the database connection.

    youdao

  • 仅仅一些可能异常根据硬件数据库可以使用测试生成大量异常

    These are only some possible exceptions, but based on the hardware and database, you are using a wide variety of exceptions that can be produced by this test.

    youdao

  • 出现多个警告或异常原因简单数据库中事件常常连接在一起。

    The reason for the chaining is simple: Events are often coupled within a database.

    youdao

  • 注意如果件事都按计划进行,那么每件事都成功提交数据库而且没有抛出异常之后,result变量应当等于true

    Notice that if everything goes as planned, the result variable will equal true after everything is successfully submitted into the database and no exceptions are thrown.

    youdao

  • 通过这种方式调用方法总是会导致抛出一个Exception异常指出数据库关闭

    Calling this method in this way always results in an Exception being thrown that indicates that the database was shutdown.

    youdao

  • 但是如果发生异常调用compensate方法会处理所有已经提交数据库活动反转操作。

    However, if an exception occurs, you invoke the compensate method, which takes care of reversing whatever activities have been committed to the database.

    youdao

  • 如果数据库存在,将抛出一个异常并且DBManager构造函数自己将创建数据库

    If the database doesn't exist, an exception is thrown, and the DBManager constructor creates the database itself.

    youdao

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

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

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