• 任何构建时错误写入日志输出文件

    Writes any build-time errors to a log output file.

    youdao

  • 下面代码列出写入日志最后输出。

    The resulting output that would be written to the log is listed following the code.

    youdao

  • 警告可以忽略写入日志

    Warnings can be ignored or just logged.

    youdao

  • 可能脚本简单的改进就是脚本输出写入日志文件

    Probably the simplest improvement you can make to your scripts is to write the output from your script to a log file.

    youdao

  • 记住写入日志文件顺序进行的,正是一点提高了性能

    Remember that writes to the log files are sequential, which is where we get our performance win.

    youdao

  • 秒钟查询一个可用物理内存结果写入日志文件

    Every five seconds, query the available physical memory and write the result to the log file.

    youdao

  • 一下中介如何将关于消息会话上下文数据简单地写入日志

    You will recall that this mediation simply wrote session and context data about the message to the log.

    youdao

  • 此外一些错误消息执行历史可见并且不会写入日志

    Additionally, some error messages will be visible only within the execution history, and will not be logged.

    youdao

  • 第二种机制在命令参数输出指令控制,把自己标准输入中的行写入日志文件

    It writes lines from its standard input to log files under the control of instructions you enter as command-line arguments.

    youdao

  • 建立指定名称作为本地计算机日志写入日志有效事件源。

    Establishes the specified source name as a valid event source for writing entries to a log on the local computer.

    youdao

  • 脚本中学习如何导入特定函数模块,如何使用文件以及如何写入日志文件

    In this script, you're going to learn how to import modules for specific functions, how to work with files, and how to write to a log file.

    youdao

  • 提高日志级别导致性能降级因为需要协调额外I/O操作,以便它们写入日志文件

    Increasing the level of logging will cause performance to degrade because of the additional I/O operations that need to be coordinated to write to the log files.

    youdao

  • 错误页面可以显示一个友好的信息用户然后可以将相关异常信息写入日志以供管理员日后查看。

    The error page can then display a friendly error message to the user, and then perhaps log the relevant exception information for the system administrator to review at a later time.

    youdao

  • 这个结果写入日志文件信息相同的,并且发现在每一个项目左边一个复选

    This result and information of writing into daily record file are the same, and you will find that there is a final election frame on the left of every project.

    youdao

  • 可以创建自定义日志记录文件其中写入日志消息但是为什么使用已经提供工具呢?

    You could create a custom logging file and write log messages to it, but why not use the tools that have already been provided for you?

    youdao

  • 首先写入日志然后写入数据库,这样做最大好处在于所有日志文件写入操作本质都是按顺序进行

    The biggest benefit of writing to the log first, then writing to the database is that all writes to log files are sequential in nature.

    youdao

  • 例如安装正确Ant扩展任务后,可以触发ftp传输,可以写入日志文件执行另一个操作系统进程

    For instance, with the right Ant extension tasks installed, an FTP transfer could be triggered, a log file could be written, or another operating system process could be executed.

    youdao

  • 一旦整个事务内容写入日志文件中,会一个commitblock"日志文件,以表明日志文件中的事务日志操作完成。

    Once the entire transaction log has been written to the journal, then acommit block” is written indicating that the transaction log in the journal is complete.

    youdao

  • 最后提交包含insert事务如果这时日志缓冲区中的记录没有写入日志文件的话,则将这些记录写到日志文件中。

    The transaction containing the insert is (eventually) committed, at which point the log buffer record(s) are written to the log disk if they haven't already been.

    youdao

  • 数据库写入日志文本文件写入日志要慢一点尤其是忙碌站点上而且数据库变得很大以至于维护成为一个问题

    Logging to a database is somewhat slower than logging to text files, especially at busy sites, and the size of the database can become large so that maintenance becomes an issue.

    youdao

  • 如果由于某种原因记录不能这些写入日志最后结果Rollback(本文实例使用了presumedabort)。

    If this record fails to make it to the log for any reason, the ultimate outcome will be to Rollback (we are using presumed abort in this example).

    youdao

  • 除了某些格式改进少量重构外,MediationLogWriter现在调用MessageBodyFor matter,以便在将JMS消息正文写入日志编排格式

    In addition to some formatting improvements, and light refactoring, the MediationLogWriter now invokes a MessageBodyFormatter to format JMS message bodies before they are written to the log.

    youdao

  • 这些失败会AIX错误日志写入一个条目

    These failures write an entry to the AIX error log.

    youdao

  • 中介写入日志中的消息标识目的地上消息API消息标识符匹配

    The message identifier written to the log by the mediation should match the API message identifier of the message on this destination.

    youdao

  • 这种情况下提交日志写入开销会分散到多个应用程序

    In this situation the overhead of a log write at commit time is Shared amongst many applications.

    youdao

  • 通过对事务日志支持系统可以捕获数据更改将其写入事务日志

    With transaction logging enabled, the system captures database changes and writes them to the transaction log.

    youdao

  • 这种情况下,在工作单元期间创建所有日志记录必须成功写入日志中,以便提交成功完成

    In this case all of the log records created during the lifetime of unit of work have to be successfully written to the log in order for the commit to complete successfully.

    youdao

  • 备用服务器直到服务器收到消息,得知磁盘具有相同日志,才写入日志

    The standby system does not write the log until it hears from the primary that that the same log is on disk there.

    youdao

  • 可以使用选项接着显示错误日志中的输出例如在将错误写入日志的同时查看这些错误。

    You can use this to follow the output in an error log, for example, to see what errors are appearing as they're written to the log.

    youdao

  • 显而易见,这种方式可以用来检查写入数据(比如日志事务)有效性

    Somewhat obviously, they can be used to check the validity of a block of data such as a journal transaction.

    youdao

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

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

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