• 死亡造成婚姻终止同离婚造成婚姻终止很多方面不同的。

    The ending of a marriage by death is different in many ways from an ending caused by divorce.

    《柯林斯英汉双解大词典》

  • 船舶责任终止条款规定,船舶责任终止船舶所有人享有留置权享有共同扩展权。

    The cesser clause has established that the cesser of liability is assumed co-extensive only with the lien given to the shipowner.

    youdao

  • 标准WPAR不同,临时的,应用程序终止时它就会终止

    Unlike a standard WPAR, it is temporary and stops when the application ends.

    youdao

  • 28中的模式总结了我们讨论意见,提出在添加一个用来终止流程终止节点之前应重新联接并行分支

    The pattern in Figure 28 summarizes our discussion and recommends that you rejoin parallel branches before adding a stop node to terminate the process.

    youdao

  • 这些子组件终止操作完成时,流程就会最终处于终止状态,同时产生“流程已终止”事件(21005)。

    When the termination of these subcomponents is complete, the process ends in the terminated state and a "process terminated" event (21005) is generated.

    youdao

  • 插件正常终止(命名管道出现终止消息)或者在发现进程已经终止时,这个守护进程终止

    The daemon process is terminated either during normal plug-in termination (message in a named pipe to terminate) or if it is signaled that the parent process has terminated.

    youdao

  • 如果迁移”迁移(迁移过程中服务终止活动下线),可以使用OCCI的终止重启虚拟网络资源特性

    If the migration is a ‘cold’ migration (service is passivised and offline during migration), OCCI’s features to stop and restart the virtual machines, network resources, etc. can be used.

    youdao

  • 就是说迭代开始终止日期就已经确定好了吗?这迭代的实际终止日期吗?

    That is, was an iteration end date established at the beginning of the iteration and was it the actual end of the iteration?

    youdao

  • 注意始终需要使用结束标记终止列表但是,它可以自动终止

    Note that you always need to end the list with the end tag, but that the is optional and can be left off.

    youdao

  • 然而终止亚马孙雨林毁林行动,对巴西百利而无一害,许多巴西人也翘首期待,这使毁林的终止不再梦想。

    Yet ending deforestation in the Amazon would be in Brazil’s interest, and many Brazilians are demanding it, which is why it is now imaginable.

    youdao

  • 只有物理媒介终止了,传输环路终止

    The transmit ring is the last stop before the physical media.

    youdao

  • 如果错误通过多级错误处理程序传播导致终止所有其他活动终止流程实例本身无法修复

    If the fault is propagated through several levels of fault handlers, causing the termination of all other activities, and finally the process instance itself, there is no way to repair it.

    youdao

  • 如果进程进程之前终止,则会父进程发送一个信号,然后子进程转变僵死状态直到信号得到确认,父进程被终止

    If the child dies before the parent, a signal is sent to the parent, and then the child moves to a zombie state until the signal is acknowledged, or the parent process is killed.

    youdao

  • 消息对象时间线上开始条时间线上终止(一般都是另一个对象的时间线),但是有时也会终止在同一个对象的时间线上,如图7中的消息21

    The messages start on one object's lifeline, and always terminate on a lifeline, usually another object's lifeline, but sometimes on the sending object's own lifeline (see Figure 7, message #21).

    youdao

  • 结果令人鼓舞,他们或许将很快能够终止油井的泄漏。这个油井目前每天墨西哥湾泄漏高达60,000桶原油英国石油公司多次努力未能终止泄漏。

    If the results are encouraging, they may soon be able to cap the gusher that has been spewing as much as 60,000 barrels a day into the Gulf and has defied BP's many efforts to contain it.

    youdao

  • 红利文化必须终止并且匹兹堡终止

    The bonus culture must come to an end and it must come to an end in Pittsburgh.

    youdao

  • 作为x的“session运行程序终止时,x也随之终止这里,这个“session”就是xinitrc作为最后一个命令执行twm程序。

    X terminates when the program it was running as its "session" terminates; in this case, that's the TWM program that the xinitrc exec'd as its last command.

    youdao

  • 可连接状态中,另一个线程可以同步这个线程终止使用函数pthread_join来重新获得终止代码

    In joinable state, another thread can synchronize on the thread's termination and recover its termination code using the function pthread_join .

    youdao

  • 如果J2EE应用程序接收ResourceException,则可以检测异常是否表示CICS事务异常终止甚至可以确定特定的CICS异常终止代码什么

    If the J2EE application receives a ResourceException, it can detect if the exception represents a CICS transaction abend, and even what the particular CICS abend code was.

    youdao

  • 需要终止来自默认客户机连接eclientWindowsthick客户机DB 2DocumentManager任何需要终止自定义客户机。

    Connections from default clients such as eClient and Windows thick client, DB2 Document Manager, or any custom client will need to be terminated.

    youdao

  • 不过这个溢出漏洞目前运行Symbian操作系统的设备找到,这款恶意软件非常聪明,可以终止手机上可能用来手动终止安全威胁的某些程序

    This particular exploit, only found on Symbian-powered devices so far, is smart enough to end certain programs on the hijacked phone that would make it possible to manually end the threat.

    youdao

  • lsof命令缺点必须联系用户要求他们终止某些进程或者自己手工终止它们

    The downside of the lsof command is that you always have to either contact users and ask them to terminate certain processes or manually terminate them yourself.

    youdao

  • 作业放入前台之后可以终止或者采取其他操作。在例中我们使用Ctrl - c终止时钟。

    Once you succeed in getting the job into the foreground, you can either terminate (or kill) it, or take some other action, in this case, let's use Ctrl-c to terminate our 'clock.'

    youdao

  • spawn创建进程终止之前继续执行可能正常终止(错误),也可能非正常终止(即发生了某些错误)。

    The new process created by spawn will continue to execute until it terminates, either normally (that is, with no error) or abnormally (some fault occurred).

    youdao

  • 无论是原因导致协议终止经销商都立刻终止所有商标使用并且从此以后不得以任何方式使用此商标。

    Upon termination of this Agreement, for whatever cause, the Distributor shall abandon at once all use of the Trademarks, and shall not thereafter use in any manner whatsoever any of the Trademarks.

    youdao

  • 启发法包含一个终止原则常常考虑线索终止搜索

    Heuristics contain a stopping rule, often ending the search after only a few cures have been considered.

    youdao

  • 第三十条覸合伙解散终止一经解散,合伙并未终止而是持续合伙事务的清算结束

    Partnership not terminated by dissolution on dissolution the partnership is not terminated, but continues until the winding up of partnership affairs is completed.

    youdao

  • 无需确保cookie到期终止是否与站点到期终止规定相符

    I do need to make sure that the expiration of the cookie matches the expiration policy of the site.

    youdao

  • 无需确保cookie到期终止是否与站点到期终止规定相符

    I do need to make sure that the expiration of the cookie matches the expiration policy of the site.

    youdao

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

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

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