• 这个清单给出单元测试使用实用程序

    The listing shows a utility class that gets used by the unit test.

    youdao

  • 构建模型实用程序

    Building the model and utility class.

    youdao

  • 然后以前使用的DB实用程序中调用方法

    It then calls a new method in the DB utility class we have used previously.

    youdao

  • 获得的每个动态服务将调用对应服务实用程序

    For each dynamic service obtained, the corresponding services utility class is invoked.

    youdao

  • jar包含订户发布实用程序jar文件

    WASv5WSNTExtensions.jar: a jar file containing the utility classes for subscribers and publishers.

    youdao

  • Qt提供窗口构件、许多实用程序一个核心对象模型

    Qt provides the widgets, the many utility classes, and a core object model.

    youdao

  • 这个实用程序可以包含针对所有关键字函数的函数。

    This utility class can have functions for all such keywords or functions.

    youdao

  • JNDIREFNAMES一个实用程序,它拥有引用各种

    JNDIREFNAMES is a utility class that holds the values of various types of references.

    youdao

  • 注意对于每个方法我们调用实用程序dbmanager获得连接

    Notice that for each method, we make a call to a utility class, DbManager, to get a connection.

    youdao

  • 调用动态服务实用程序方法从而提供对要调用正确的服务实用程序类映射

    Call the dynamic service utility method for providing mapping to the correct service utility classes to invoke.

    youdao

  • BaseDbProvider 为使用MySQL数据库提供一个实用程序

    The BaseDbProvider provides a utility class for working with MySQL databases.

    youdao

  • 通过创建简单实用程序容易获得异步远程接口实例(清单8中的第7 - 13行)。

    A simple utility class is created to easily get the instance of the async remote interface (lines 7-13 in Listing 8).

    youdao

  • 不同应用程序加载可以使相同ejb以及ejb使用的实用程序类不同版本得以分离。

    Different application class loaders may be used for isolating multiple versions of the same EJB classes, and the utility classes used by the EJB classes.

    youdao

  • 因为每个服务实用程序所需调用UR n方法名都唯一的,所以它们都自己的实现

    Each service utility class has it own implementation, since the URN name and method name each needs to invoke will be unique.

    youdao

  • 这个示例中,方法一个if语句序列这些语句将控制权转移我们实用程序中的不同位置

    In this example the method is a series of if statements that divert control to different locations within our utility class.

    youdao

  • ut il字符串操作cookie管理数据操作、延迟动作支持回调支持任务实用程序

    UtilUtility classes for such tasks as string manipulation, cookie management, data manipulation, deferred action support, and callback support.

    youdao

  • 那些过剩框架实用程序集成开发环境IDE),以及可供选择工具一切更加富有挑战性

    The plethora of frameworks, utility libraries, integrated development environments (IDEs), and tool options make it all the more challenging.

    youdao

  • 继续这个设计可以所有业务逻辑和转换映射放在一个实用程序我们控制器JSP使用

    Continuing with this design, you can place all of the business logic and transition mapping in a utility class for use by both our controller and JSPs.

    youdao

  • 应用程序加载负责加载eJBJAR文件中的EJB模块以及封装相关的JAR文件中的实用程序

    The application class loader is responsible for loading EJB modules packaged in EJB JAR files and utility classes packaged in dependent JAR files.

    youdao

  • 如果需要SSL支持那么可以修改实用程序添加这种支持,视图(就像mvc中的视图一样)可以保持不变

    If you need SSL support, you can change the utility classes to add the support, while your view (like in MVC) stays the same.

    youdao

  • 决定实现一个实用程序进行数据访问关键原因,希望确保可以使用相同连接任何Domino数据库

    The key reason why we decided to have a utility class for data access was to ensure that the same classes could be used to connect to any type of Domino database.

    youdao

  • 因为它们有权访问整个解析(除去实际方法主体),所以Doclet提供了一个简便机制编译有关代码实用程序报告

    Since they have access to the entire parse tree (minus the actual method body), Doclets provide a handy mechanism to compile utility classes or compile reports on the code.

    youdao

  • 附加的实用程序进行检查时会产生些小麻烦,它HTML文档通过检查(即使那些文档没有xml必需结束标记)。

    One extra utility class implements a bit of fuzziness in the checking to get HTML documents to pass (even without having all the closing tags XML requires).

    youdao

  • 现在这个插件核心功能已经实现经过测试应该创建方便服务一种Grails 友好方式公开两个实用程序

    Now that the plug-in's core functionality is implemented and tested, you should create a convenience service that exposes the two utility classes in a Grails-friendly way.

    youdao

  • 例如如果连接Oracle数据库,那么名为NVL实用程序函数返回nvl;如果连接的是DB2,那么返回COALESCE

    For example, a utility class function called NVL would return NVL if the database connection is with Oracle, and COALESCE if the DB connection is with DB2.

    youdao

  • 当然程序只是为了使用泛型必须重新定义所有标准实用程序(比如HashtableList)的话,则可能会是一项浩大的工程

    Of course, it would be a significant amount of work for the programmer to have to redefine all of the standard utility classessuch as Hashtable and Listjust to be able to use generic types.

    youdao

  • 如果该表存在,则调用数据库初始代码ResourcesDatabaseInitializer,该代码示例初始化数据库的实用程序

    If the table doesn't exist, it invokes the database initialization code, ResourcesDatabaseInitializer, which in this example is a utility class that initializes the database.

    youdao

  • 发现添加服务之后,您就可以更新idynamicserviceregistry从而发现的服务添加条目对相应的服务实用程序进行编码了。

    After discovering the newly added service, the IDynamicServiceRegistry class can be updated to add an entry for the newly found service and corresponding service utility classes can be coded.

    youdao

  • TemplateUtils实用程序用于我们附加组件里为模板文件(info .tagxshow . tagx)获取一个InputStream

    The TemplateUtils: TemplateUtils utility class is used to acquire an InputStream to template files (info.tagx and show.tagx) in our add-on bundle.

    youdao

  • 如果是个会话我们GroupInfo实用程序获取这个登录用户所属ldap列表,然后将它们添加向量中,最后把这个向量存储会话对象中。

    If it is a new session, we use the GroupInfo utility class to get the list of LDAP groups the logged-in user belongs to, add them to a vector, and finally store the vector in the session object.

    youdao

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

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

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