Removing a method package removes all references to the content of this package from everywhere in the process.
删除一个方法包将从过程的所有地方删除所有对这个包的内容的引用。
For example, all content belonging to one specific discipline, such as requirements or change management, can be found in one method package.
例如,所有属于一个特定规程,比如需求或变更管理,的内容可以在一个方法包中被找到。
Virtually any identifying attribute of a method can be mapped from class and package names down to annotations and return types.
实质上一个方法的任一标识属性都可以从类和包名映射到注释并返回类型。
Then you can continue narrowing down to determine which package, class, and, finally, which method is causing the problem.
然后您可以继续进行分析,把范围缩减到哪个包、类,直到找到导致问题的方法。
This is not always the cleanest method but for the most part will ensure that the last good code package for portlets is reinstalled in the portal.
这可能并不总是最简洁的方法,但对于大部分情况,这将确保在门户中重新安装最新的有效代码包。
If, however, you're in a static method, you have to get the root node and provide the package yourself, as shown in Listing 2.
但是,如果您使用的是静态方法,您就必须得到根节点并自己提供包,如清单2所示。
It is similar to having a class with a main method used for testing other classes in the package.
这类似于将一个具有主方法的类用于测试包中的其他类。
Unfortunately, not all guys seem to believe those women so we're going to rely on science to reassure you that the size of the package isn't more important than the method of delivery.
可惜,不是所有的男人都相信这些女人的话,所以下面我们将用科学来向你证明:快递的方式比包裹的尺寸更加重要。
The other is the dynamic method which is way is to call the methods provided by UDDI4J package.
另一种是动态办法,即调用UDDI4 J包所提供的方法。
Each method you select and edit is added to the task context and thus appears in the Package Explorer.
您选择和编辑的每个方法都被添加到任务上下文中,因此会显示在Package Explorer中。
Apply the new binding results in a new service method (service2), as shown in the Package Explorer view in Figure 46.
应用新建的绑定将导致一个新的服务方法的生成(service2),显示于PackageExplorer视图中,如图46所示。
A new name-object association will be introduced in the current naming context (Package, Class, or Topic) in case an object is returned by the method.
如果由该方法返回对象,则会在当前的命名环境(Package、Class或Topic)中引入新的名称-对象关系。
Team members can now apply patches submitted as attachments in files using the new method of pasting the patch contents in the Package Explorer in Eclipse Galileo.
现在团队成员能够应用以文件形式作为附件进行提交的补丁,这可通过使用一个新方法实现:在EclipseGalileo 的PackageExplorer 中粘帖补丁内容。
Initially when writing code, I don't worry too much about categorizing method visibility as default (package), private, public, or protected.
最初在编写代码时,我没有过多地担心将方法可视性归为default(包)、private、public还是protected。
The constructor method initializes its super class with the MySQL domain package.
构造器方法会使用My SQ l域包来初始化它的超类。
Open source: Allows you to automatically open the source code associated with the selected package, class, and method combination if the source code is imported into the current workspace.
OpenSource:如果源代码导入了当前的工作区,这个选项可以让您自动地打开与选择的包、类和方法关联的源代码。
In Listing 2, the code first includes the necessary class file for the MDB2_Schema package, and then initializes the MDB2 abstraction layer by calling its static factory method.
在清单2中,代码首先包含了MDB2_Schema包所需的类文件,然后通过调用其静态方法factory以初始化mdb2抽象层。
This method specifies the name of a gem package and the version you wish to have loaded.
这个方法指定了gem包的名称和你希望加载的版本。
Xtrace:maximal=mt,output=trace.out,methods={tests/mytest/*.*}: Write method trace to file for all methods in the tests.mytest package.
maximal=mt,output=trace.out,methods={tests/mytest/*.*}:对于 tests.mytest包中的所有方法,将方法跟踪写到文件中。
public void clearAssertionStatus(): This method resets all package and class settings to false, and then resets the class loader to setting false also.
publicvoid clearAssertionStatus() :该方法将所有包和类的设置重设为false,然后将类装入器也重设为 false。
The update() method is called automatically by the FileUpload package to refresh the latest information about how many bytes are transferred.
update()方法自动由FileUpload包调用以刷新有关所传输字节数的最新信息。
The @Transactional annotation, part of the Spring Core package, specifies the transaction semantics of the annotated class or method.
作为Spring核心包一部分的 @Transactional注释指定了注释的类或方法的事务语义。
You can just inherit from the Tie: : StdHash package (in the Tie: : Hash perldoc), which defines every method you will need, so you just need to override the ones you want.
您完全可以继承tie:stdhash包(位于Tie:Hashperldoc中),它定义了您需要的全部方法,这样您只需覆盖您想要的方法。
An aspect can be targeted to apply to a specific package, class, or method. Using aspects in an application requires two things.
可以将一个方面应用于一个特定的信息包,类或方法。
In the case of a non-static method, you can pass a reference to yourself (this), and the program will determine the package for you, as shown in Listing 1.
在使用非静态方法时,您可以传递对自身的引用(this),程序将为您确定查找的是哪个包,如清单1所示。
Selected method: Shows details, including the number of times that the selected method is called, the class and package information, and the time taken by this method.
Selectedmethod:显示方法的细节信息,包括选择的方法被调用的时间、类和包的信息、以及时间消耗。
This mode is the default processing method for a package unless DQM is specifically defined for the package in IBM Cognos 10 Framework Manager.
此模式是默认的包处理方法,除非DQM是为IBMCognos10FrameworkManager中的包专门定义的。
package. When a tag handler code is invoked by the JSP processor, the doStartTag() method will be called first.
当标记处理程序代码被JSP处理器调用时,doStartTag()方法将首先被调用。
Next, modify the portlet class FlexJSONPortlet found inside the com.ibm.flexjsonportlet package, to call FlexJSONPortletView.jsp in the doView() method as in the code in listing 6.
接下来,修改包含在 com.ibm.flexjsonportlet包中的portlet类 FlexJSONPortlet以让它调用doView()方法中的 FlexJSONPortletView.jsp,如清单6 所示。
I'm enjoying the seemingly slower passage of time and the whole package of benefits this method of sleep entails.
这包括那种时间慢慢的流逝的感觉和其他多相睡眠带来的有益的部分。
应用推荐