• 由于employee中的所有行都第一事务独占锁定,第二应用程序进入等待模式

    As all rows in the EMPLOYEE table are X-locked by the first transaction, the second application goes into lock wait mode.

    youdao

  • 如果DB 2OracleWeb服务发送信息时出现延迟SAP Web服务客户机进入等待模式

    If there is a delay in the DB2 or Oracle Web service sending the information, the SAP Web service client goes into a waiting mode.

    youdao

  • 物理恢复完成之后数据库实例处于快速恢复模式等待恢复逻辑日志

    After the physical restore completes, the database instance waits in fast recovery mode to restore logical logs.

    youdao

  • 许多企业等待迷雾散去的时候,也求稳行事追随着布鲁姆模式

    While waiting for the fog to lift, companies are following Bloom's model and playing it safe.

    youdao

  • 如果看到要求分钟等待响应消息,则系统处于异步模式

    If you get a message asking you to wait for a response for a few minutes, the system is in asynchronous mode.

    youdao

  • 他们需要等待第六商业模式

    They will also have to wait for a Sixth Sense business model.

    youdao

  • 启动初始输入目录扫描将填充与输入模式匹配等待消息处理输入文件列表

    An initial scan of the input directory when the flow is started populates a list of input files that match the input pattern and are waiting to be processed by the message flow.

    youdao

  • 列出了各个逻辑分区使用率统计信息包括不同模式(用户系统空闲等待)有权使用容量百分比

    It also lists utilization statistics of each logical partition, which includes percentage of entitled capacity in different modes (user, system, idle, and wait).

    youdao

  • 每个线程逻辑遵循执行 >等待周期 > 执行 > 等待下一周期……模式

    The logic for each thread follows the model of execute>wait for next period>execute>wait for next period, and so on.

    youdao

  • 没关系请记住表单不会遵循传统单击等待查看” 的同步模式

    That's OK: Remember, this form isn't going to follow the traditional synchronous pattern of "click, wait, view."

    youdao

  • 模式中,客户机(应用程序)Web服务发送信息并不等待响应

    In this pattern, the client (the application) sends information to the web service and does not wait for a response.

    youdao

  • 因为Lite模式使用异步事务因此在打开文档滚动视图时,不会等待光标而延迟

    Because asynchronous transactions are used in Lite mode, you won't be delayed by wait cursors as you open documents and scroll through views.

    youdao

  • 同步模式会在等待快速响应同时锁定WebServices应用程序

    The synchronous mode locks up the Web service application while waiting for a quick response.

    youdao

  • 基本模式当前请求获得Continuation调用suspend(),等待异步事件到来

    The basic pattern is to obtain the Continuation from the current request, call suspend(), and wait until your asynchronous event arrives.

    youdao

  • 因此意图提供CPU资源公平访问(等待某个条件变为)的编码模式实际上将消耗运行的整个CPU核心

    So a coding pattern intended to provide fair access to CPU resources while waiting for a condition to become true in fact consumes 100 percent of whichever CPU core it happens to start running on.

    youdao

  • 如果耐心不足,或者无法等待尝试snort作为IDS使用,请尝试运行snort - A,这会将snort切换为警报模式

    If you're impatient, and simply can't wait to try out snort as an IDS, try running snort -a, which puts snort in alert mode.

    youdao

  • 不过购物车WebServices最终会异步模式等待完成购物

    Ultimately, though, the shopping cart Web service has been waiting for you in asynchronous mode to finish your shopping.

    youdao

  • one - way模式不同,这个模式回复Web服务请求之前等待WebSphereMQ响应消息

    Unlike the one-way pattern, this pattern waits for a WebSphere MQ response message before replying to the Web service request.

    youdao

  • 适应性负载平衡模式(mode6up-delay 参数链路恢复之后启用从进程之前等待毫秒数装载绑定模块:modprobebonding mode=6updelay=200。

    Load the bonding module with adaptive load balancing (mode 6) and up-delay (milliseconds to wait after link recovery before enabling a slave): modprobe bonding mode=6 updelay=200.

    youdao

  • 直到HD r次要服务器完成暂存日志读取数据的操作(在排出模式下)之后,才能在HD r次要服务器执行onmode - d标准(等待HD r次要服务器变为常规模式)。

    Execution of onmode -d standard on HDR secondary completes until HDR secondary completes reading (drain) from logs staged (waits till HDR secondary comes to normal mode).

    youdao

  • 需要等待备用数据库连接主要数据库之后,才能使两个数据库处于对等模式

    You will need to wait until the standby database makes a connection with the primary database to get both databases in peer mode.

    youdao

  • 投资者一直急切地等待纳吉布先生经济模式”(NEM)。

    Investors have been waiting eagerly for Mr Najib's "New Economic Model" (NEM).

    youdao

  • 不能只采用专攻某个课题写出论文然后等待有人阅读研究模式了。

    No longer can the model solely be to research a specific issue and write a paper hoping someone will read it.

    youdao

  • 只要纪律,专心等待特定的模式出现技术分析工具就会你有用。

    Technical analysis tools will work for you only if you have the discipline to wait for patterns to emerge.

    youdao

  • 模式与前面模式区别,它在发送Web服务回复之前等待响应队列的响应消息

    The difference is that this pattern waits for a response message on a response queue before sending the Web service reply.

    youdao

  • 等待者LUW实例0cc 544053119正在请求同一个资源s锁模式

    The waiter LUW instance 0cc544053119 was requesting a mode of locks on the same resource.

    youdao

  • SourceDesign模式之间切换时等待时间已经显著缩短了

    Wait times for switching between the Source and Design modes have been greatly reduced.

    youdao

  • 使用dispatcherqueue并行执行调用被调用代码然后一个操作系统事件阻塞一个等待结果公共方法假定一个同步未来模式assuming a synchronous future pattern,看不懂,再汗一个-_- !

    Using a dispatcher queue to execute the code in parallel with the caller and then an OS event to block a public method that waits for the result (assuming a synchronous future pattern).

    youdao

  • 等待者LUW实例0e26a4053107正在请求同一个资源s模式

    The waiter LUW instance 0e26a4053107 was requesting a mode of lock s on the same resource.

    youdao

  • 等待者LUW实例0e26a4053107正在请求同一个资源s模式

    The waiter LUW instance 0e26a4053107 was requesting a mode of lock s on the same resource.

    youdao

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

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

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