• The only dilemma is to find the most ingenious and cruel methods of execution.

    唯一伤脑筋问题就是找到别出心裁残酷折磨的处死刑方法

    youdao

  • Whether our modern methods of execution are any more humane might be an open question.

    我们现代死刑方式是否更加人性化可能仍尚无定论。

    youdao

  • The methods of execution of death penalty is one of the important components of enforcement of punishment.

    死刑执行方法刑罚执行制度的一个重要组成部分

    youdao

  • Technical drawings - Dimensioning - General principles, definitions, methods of execution and special indications.

    技术图纸。尺寸。一般原则定义标注方法特殊画法

    youdao

  • Methods of execution used in 2010 included beheading, electrocution, hanging, lethal injection and shooting, the group said.

    2010年执行死刑方式中有斩首电刑绞刑注射处死,枪决。

    youdao

  • SINCE the barbaric "breaking wheel" was replaced by the guillotine in 18th-century France, methods of execution have increasingly sought to end life speedily rather than inflict long agony.

    自从18世纪法国人用断头台代替了野蛮”以后,死刑不再一种长时间痛苦折磨

    youdao

  • This article shows you how to take advantage of the best of both methods -- deploy the maps on the execution group, and still reference them dynamically at runtime from the message flow.

    本文将向显示如何同时利用两种方法优势 ——执行部署映射运行时仍然消息动态地引用它们

    youdao

  • This interface provides methods to control the execution of applications running inside the JVM.

    界面提供方法控制JVM运行应用程序执行

    youdao

  • This option is appropriate for shorter running applications, especially those where execution time is not concentrated into a small number of methods - "hot spots".

    这个选项适用短期运行程序特别是那些执行时间集中少量的“热点”方法中的程序。

    youdao

  • Ea methods help in creating the models that ties business motivation to business execution and is a subset of the various models that are required for an SOE.

    企业架构方法帮助创建模型可以业务动机业务执行一起,而且这些模型SOE需要多种模型子集

    youdao

  • Except for module scoped implementation, for the rest three the SCA runtime will prevent concurrent execution of methods on an instance of that implementation.

    除了模块范围内实现外,对于其他三个SCA运行时都将防止实现的实例并发执行方法

    youdao

  • Then we run the selected use cases and record the execution trace of the software -- i.e., the sequence of functions or methods that is executed.

    然后,我们运行所选择记录软件执行轨迹 —— 也就是执行功能方法序列

    youdao

  • Just as for methods, the execution of a specific operation might involve invocation of additional operations.

    完全方法一样,特定操作执行可能涉及调用附加的操作

    youdao

  • I leave the task of scheduling the execution of the program to the reader, as system-dependent methods for doing so are often superior to simple programmatic ones.

    程序执行调度任务留给读者因为执行这些任务与系统相关的方法通常简单的编程方法高级。

    youdao

  • Of course, to make the execution trace useful, I'll need to expand on the minimal information output by the Listing 1 methods.

    当然使执行踪迹有用需要清单1方法给出的最小信息输出进行扩展

    youdao

  • In fact, this explanation also answers the question of how the execution of the trait's methods can be deferred until they're used for checking.

    实际上这个解释回答为何可以推迟特征方法执行,直至该检查的时候。

    youdao

  • Based on the new execution annotations the user can define if the call back methods of his network handler should be executed in single threaded mode or multithreaded mode.

    基于新的执行注释用户清楚地规定网络处理器中的调函数应该线程模式执行还是多线程的模式执行。

    youdao

  • Having suggested the methods, the next step is to observe what we may of the execution.

    既然已经了解方法下一步就是观察执行情况

    youdao

  • You can specify whether a caller's security identity should be used for the execution of specified methods of an enterprise bean, or whether a specific run-as identity should be used.

    可以规定应该使用调用者安全标识还是应该使用一个特定run -as标识来执行企业bean特定方法

    youdao

  • Execution context is placed within a Main method, allowing definition of other classes and methods inside LINQPad editor to support testing. SQL.

    在Main函数中编写执行的代码,可LINQPad编辑器定义其他类型方法进行测试

    youdao

  • In addition to the use of specific methods within LXML, you can use approaches outside of the library to influence execution speed.

    除了使用lxml内部特定方法外,还可以通过以外的方法提高执行速度。

    youdao

  • As you can see, the HelloWorldExtStep implementation is no different from the GetPerson step; it implements the same set of methods and updates the task's command result after execution.

    正如看到HelloWorldExtStep实现GetPerson步骤没有任何不同实现相同方法执行更新任务命令结果

    youdao

  • The use-caller-identity element specifies that the caller's security identity be used as the security identity for the execution of the enterprise bean's methods.

    use - caller - identity元素指定将调用安全标识用作执行企业Bean的方法安全标识。

    youdao

  • The application assembler can specify in the Deployment Descriptor whether the caller's Security Identity or a Run-As Security Identity should be used for the execution of the beans methods.

    应用程序组装人员可以部署描述符中指明调用者SecurityIdentity或者Run-As Security Identity是否应该用于bean 方法的执行

    youdao

  • These byte codes include invocations to hook methods that contain the logic to manage the execution of the probes.

    这些字节包括钩子方法调用,这些方法包括管理探针运行逻辑

    youdao

  • Because getter methods are invoked many, many times during a typical execution of the JSF life cycle.

    因为典型JSF执行生命周期中,多次调用getter方法

    youdao

  • BeforeTestMethod methods are executed before the execution of any test method in a class.

    beforeTestMethod方法中的任何测试方法执行之前执行

    youdao

  • For example, you could use an execution(* *.get*()) || execution(boolean *.is*()) pointcut to capture execution of all getter methods and execution(void *.set*(*)) for all setters.

    例如可以使用一个execution(* *.get*()) || execution(boolean *.is*())切入点捕获所有getter方法执行所有setter 使用 execution(void *.set*(*))。

    youdao

  • AfterTestMethod methods are executed after the execution of every test method in a class.

    afterTestMethod方法中的每个测试方法执行之后执行

    youdao

  • AfterTestMethod methods are executed after the execution of every test method in a class.

    afterTestMethod方法中的每个测试方法执行之后执行

    youdao

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

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

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