Transactional: Marks a class, interface or method as transactional.
@Transactional:标记一个类,接口或者方法为可事务的。
The inline refactoring can inline a reference to a variable or method.
Inline重构可以内联对变量或方法的引用。
Invocation error rate: The rate at which a service or method generates errors.
调用错误率:服务或方法生成错误的比率。
InfoQ: With the ParseTree gem, one can access the parse tree of a class or method.
InfoQ:我们可以使用ParseTreegem包访问一个类或一个方法的解析树。
Enterprise beans now allow method-level security on any enterprise bean or method.
企业bean现在允许任何企业bean或方法上的方法级安全性。
However, EJB technology allows method-level security on any EJB component or method.
EJB技术可以在任何EJ b组件或方法上实施方法级的安全策略。
In other words, the function (or method) encloses a context around the things it references.
换句话说,这个函数(或方法)会对它引用的所有内容关闭上下文。
To use this refactoring, place the cursor on a variable or method and press Alt + Shift + I.
要使用这个重构,请将光标放在一个变量或方法上,并按下alt + Shift + i。
Each time you change a file, class, or method, Eclipse records the change in its local history.
每次您更改文件、类或方法,Eclipse 都会在其本地历史记录中记录更改。
The only trick here is that I need to output the list of parameters to each constructor or method.
这里惟一的诀窍是,我需要将参数列表输出到每个构造函数或方法中。
With PHP V5, however, you can build object type checking right into the class or method declaration.
但是,如果使用PHPV5 的话,可以将对象类型检查构建到类或方法声明中。
For you to include a class or method, you need to code these items correctly, with the right syntax.
在使用类或者方法的时候,必须正确使用代码和语法。
Invocation concurrency: The number of threads of execution concurrently invoking a service or method.
调用并发性:并发调用服务或方法时执行的线程数。
The Invoicer must provide a design for the implementation or method for each of these service operations.
Invoicer必须提供一个用于每一项服务操作的实现或者方法的设计。
If the corresponding class, field, or method is not generic, a null value is passed when calling the method.
若相应的类、字段或方法非泛型,则在调用方法时将返回null值。
The aspects require no explicit information about the classes under test, such as their names or method names.
方面不要求被测试类的显式信息,例如它们的名称或方法名称。
The oldest method for calculating code complexity is counting the number of lines in a given function or method.
计算代码复杂度的老方法,一般是统计一个给定的函数或方法中的代码行数目。
Such a descriptor could return something callable — any Python function or method can return anything, after all.
这种描述符可以返回可调用的内容——毕竟Python函数或方法可以返回任何内容。
The key is a simple string with the type prefix (set, before, or after) and the attribute or method name involved.
关键是一个具有类型前缀(set、before或者after)和所涉及的属性和方法的简单字符串。
Users and user groups can be created that can be granted or denied execution rights to any EJB component or method.
创建的用户和用户组可以被授予或禁止对任何EJ b组件或方法的操作权。
Values set in ADDRESS-OF special registers persist only for the span of the particular program or method invocation.
ADDRESS -OF专用寄存器中的值集合将仅在特定程序或方法调用期间存在。
Until the advent of EJB technology, there was no way to restrict access to an object or method by a particular user.
直到EJB技术出现后,才能够限制特定用户访问某个对象或方法。
Users and user groups are created and are either given or denied execute permissions on any enterprise bean or method.
创建用户和用户组并且要么给予要么拒绝它们对任何企业bean或方法的执行许可。
In our experience, the main causes of throughput degradation are code issues, database issues, and test data or method issues.
根据我们的经验,导致吞吐量降低的主要原因是代码问题、数据库问题、以及测试数据或者方法问题。
An aspect can be targeted to apply to a specific package, class, or method. Using aspects in an application requires two things.
可以将一个方面应用于一个特定的信息包,类或方法。
I can use a findNotificationInfo() method to find a notification info instance during a setAttribute() call or method invocation.
可以使用findNotificationInfo()方法在 setAttribute()调用或者方法调用时查找通知信息实例。
This comparison code defines hashCode() and equals() methods for checking when one class or method can be substituted for another.
这个比较代码定义了hashCode()和equals()方法,用来检测类或方法什么时候可以相互替代。
They can also span for the lifetime of a program as run units and are reset to their initial value on each program or method entry.
它们也可以作为运行单元跨越程序的生命周期,并针对每个程序或方法条目重设初始值。
Even if there are other statements between the synchronized blocks or method calls, the compiler can still perform lock coarsening.
即使在synchronized块或方法调用之间有其他语句,编译器仍然能够执行锁粗化。
The @Transactional annotation, part of the Spring Core package, specifies the transaction semantics of the annotated class or method.
作为Spring核心包一部分的 @Transactional注释指定了注释的类或方法的事务语义。
应用推荐