• Removing a method package removes all references to the content of this package from everywhere in the process.

    删除一个方法过程所有地方删除所有这个包的内容引用

    youdao

  • For example, all content belonging to one specific discipline, such as requirements or change management, can be found in one method package.

    例如所有属于特定规程比如需求变更管理,的内容可以一个方法包中找到

    youdao

  • Virtually any identifying attribute of a method can be mapped from class and package names down to annotations and return types.

    实质上一个方法任一标识属性可以映射注释返回类型

    youdao

  • Then you can continue narrowing down to determine which package, class, and, finally, which method is causing the problem.

    然后可以继续进行分析,把范围缩减哪个直到找到导致问题方法

    youdao

  • 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.

    可能并不总是简洁的方法对于大部分情况,这确保门户中重新安装最新的有效代码

    youdao

  • 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

    youdao

  • It is similar to having a class with a main method used for testing other classes in the package.

    类似一个具有方法用于测试中的其他

    youdao

  • 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.

    可惜不是所有男人相信这些女人的话所以下面我们科学来向证明:快递方式包裹尺寸更加重要

    youdao

  • The other is the dynamic method which is way is to call the methods provided by UDDI4J package.

    一种动态办法调用UDDI4 J包所提供方法

    youdao

  • Each method you select and edit is added to the task context and thus appears in the Package Explorer.

    选择编辑每个方法添加任务上下文中因此会显示Package Explorer中。

    youdao

  • Apply the new binding results in a new service method (service2), as shown in the Package Explorer view in Figure 46.

    应用新建的绑定导致一个新的服务方法的生成(service2),显示PackageExplorer视图中,如图46所示。

    youdao

  • 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.

    如果方法返回对象,则当前命名环境(PackageClassTopic)引入新的名称-对象关系。

    youdao

  • 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.

    现在团队成员能够应用文件形式作为附件进行提交补丁通过使用一个方法实现:EclipseGalileoPackageExplorer帖补丁内容

    youdao

  • Initially when writing code, I don't worry too much about categorizing method visibility as default (package), private, public, or protected.

    最初编写代码时,没有过多担心方法可视性default()、privatepublic还是protected

    youdao

  • The constructor method initializes its super class with the MySQL domain package.

    构造方法会使用My SQ l初始

    youdao

  • 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如果源代码导入当前工作区这个选项可以让自动地打开选择方法关联源代码

    youdao

  • 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抽象

    youdao

  • This method specifies the name of a gem package and the version you wish to have loaded.

    这个方法指定gem名称希望加载版本

    youdao

  • 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中的所有方法,将方法跟踪写到文件中。

    youdao

  • 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。

    youdao

  • The update() method is called automatically by the FileUpload package to refresh the latest information about how many bytes are transferred.

    update()方法自动FileUpload调用刷新有关传输字节数最新信息

    youdao

  • The @Transactional annotation, part of the Spring Core package, specifies the transaction semantics of the annotated class or method.

    作为Spring核心一部分 @Transactional注释指定注释方法事务语义

    youdao

  • 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.

    完全可以继承tiestdhash(位于Tie:Hashperldoc中),定义了需要的全部方法这样您只需覆盖想要方法。

    youdao

  • An aspect can be targeted to apply to a specific package, class, or method. Using aspects in an application requires two things.

    可以方面应用特定信息包方法。

    youdao

  • 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所

    youdao

  • 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:显示方法细节信息包括选择方法调用的时间信息以及时间消耗

    youdao

  • This mode is the default processing method for a package unless DQM is specifically defined for the package in IBM Cognos 10 Framework Manager.

    模式默认处理方法除非DQMIBMCognos10FrameworkManager中的包专门定义的。

    youdao

  • package. When a tag handler code is invoked by the JSP processor, the doStartTag() method will be called first.

    标记处理程序代码JSP处理器调用时,doStartTag()方法首先调用

    youdao

  • 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 所示。

    youdao

  • I'm enjoying the seemingly slower passage of time and the whole package of benefits this method of sleep entails.

    包括那种时间慢慢流逝的感觉其他多相睡眠带来有益的部分。

    youdao

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

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

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