The only dilemma is to find the most ingenious and cruel methods of execution.
唯一伤脑筋的问题就是要找到最别出心裁,残酷折磨的处死刑方法。
Whether our modern methods of execution are any more humane might be an open question.
我们现代的死刑方式是否更加人性化可能仍尚无定论。
The methods of execution of death penalty is one of the important components of enforcement of punishment.
死刑的执行方法是刑罚执行制度的一个重要组成部分。
Technical drawings - Dimensioning - General principles, definitions, methods of execution and special indications.
技术图纸。尺寸。一般原则、定义、标注方法和特殊画法。
Methods of execution used in 2010 included beheading, electrocution, hanging, lethal injection and shooting, the group said.
在2010年执行死刑的方式中有斩首,电刑,绞刑,注射处死,枪决。
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世纪法国人用断头台代替了野蛮的“碎肉轮”以后,死刑就不再是一种长时间的痛苦折磨。
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.
本文将向您显示如何同时利用这两种方法的优势 ——在执行组上部署映射,但在运行时仍然从消息流动态地引用它们。
This interface provides methods to control the execution of applications running inside the JVM.
该界面提供方法控制在JVM中运行的应用程序的执行。
This option is appropriate for shorter running applications, especially those where execution time is not concentrated into a small number of methods - "hot spots".
这个选项适用于短期运行的程序,特别是那些执行时间不集中在少量的“热点”方法中的程序。
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需要的多种模型的子集。
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运行时都将防止对该实现的实例并发执行方法。
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.
然后,我们运行所选择的用例并记录软件的执行轨迹 —— 也就是,执行的功能或方法序列。
Just as for methods, the execution of a specific operation might involve invocation of additional operations.
完全同方法一样,特定操作的执行可能涉及调用附加的操作。
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.
我把程序执行调度任务留给读者,因为执行这些任务的与系统相关的方法通常比简单的编程方法高级。
Of course, to make the execution trace useful, I'll need to expand on the minimal information output by the Listing 1 methods.
当然,要使执行踪迹有用,需要对清单1的方法给出的最小信息输出进行扩展。
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.
实际上,这个解释也回答了为何可以推迟特征方法的执行,直至用该检查的时候。
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.
基于新的执行注释,用户能清楚地规定其网络处理器中的回调函数应该以单线程的模式执行还是多线程的模式执行。
Having suggested the methods, the next step is to observe what we may of the execution.
既然已经了解了方法,下一步就是要观察执行情况。
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的特定方法。
Execution context is placed within a Main method, allowing definition of other classes and methods inside LINQPad editor to support testing. SQL.
在Main函数中编写要执行的代码,可在LINQPad编辑器中定义其他类型和方法进行测试。
In addition to the use of specific methods within LXML, you can use approaches outside of the library to influence execution speed.
除了使用lxml内部的特定方法外,还可以通过库以外的方法提高执行速度。
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步骤没有任何不同;它实现一组相同的方法,并在执行后更新任务的命令结果。
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的方法的安全标识。
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 方法的执行。
These byte codes include invocations to hook methods that contain the logic to manage the execution of the probes.
这些字节码包括钩子方法的调用,这些方法包括管理探针运行的逻辑。
Because getter methods are invoked many, many times during a typical execution of the JSF life cycle.
因为在典型的JSF执行生命周期中,会多次调用getter方法。
BeforeTestMethod methods are executed before the execution of any test method in a class.
beforeTestMethod方法在类中的任何测试方法执行之前执行。
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*(*))。
AfterTestMethod methods are executed after the execution of every test method in a class.
afterTestMethod方法在类中的每个测试方法执行之后执行。
AfterTestMethod methods are executed after the execution of every test method in a class.
afterTestMethod方法在类中的每个测试方法执行之后执行。
应用推荐