• 这次课题分为2个模块服务器模块客户端模块

    The thesis is divided into 2 modules: Server module and customer module.

    youdao

  • 其中客户模块又包括网络模块数据分析模块

    Customer module includes the network module and the data analysis module.

    youdao

  • Application客户端模块页面键入如图3所示细节

    In the Application client module page, enter the details as shown in Figure 3.

    youdao

  • 工厂模式客户模块服务端模块有效解耦模式之一

    Factory pattern is one of the effective patterns which decouple client and server.

    youdao

  • 一个模块声明提供客户端模块功能以及它需要其他模块获得有关的功能。

    A module declares the capabilities it provides to client modules and the capabilities it requires from other modules in terms of packages.

    youdao

  • 典型J2EE应用程序可能一些模块组成,包括多个Web模块EJB模块,应用程序客户端模块

    A typical J2EE application may be composed of several modules, including one or more Web modules, EJB modules, or application client modules.

    youdao

  • 场景中实际上具有两个SCA模块个非processServer客户端模块一个承载Process Server的服务模块

    In this scenario, you essentially have two SCA modulesa non-Process Server client module, and a service module hosted on Process Server.

    youdao

  • 客户模块目标模块可以放置计算单元内的任何WebSphereProcessServerWebSphere ESB服务器上,仍然能够进行通信

    The client module and the target module can be placed on any WebSphere Process server or WebSphere ESB server in the cell and still be able to communicate.

    youdao

  • 最终结果如果使用了某个内部模块,那么客户第一找到出现编译故障运行故障时,因为方法签名被修改了

    The result is that if an internal module is used, the first time the client finds out is when either a compile failure occursor when a run time failure occurs because the method signature changed.

    youdao

  • 可以组件中添加自定义代码监视通过模块数据在这些情况下,您发现使用集成测试客户端中的附加模式容易。

    You could add custom code in the components to monitor the data flow through your module, but you might find it easier in these cases to use the attach mode in the integration test client.

    youdao

  • 附加模式中,集成测试客户端监视模拟组件模块运行时进行连接但是不是调用组件而是外部执行调用。

    In attach mode, the integration test client monitors and emulates components and wires as a module runs, but it doesn't first invoke a component; instead, an external source does the invoking.

    youdao

  • 外部客户端调用组件附加模块

    Attaching to a module when an external client calls components.

    youdao

  • 部分描述如何开发用于调用刚才完成模块客户端应用程序。

    This section describes how to develop a client application that you can use to call the module you have just completed.

    youdao

  • 第3部分我们演示如何中介模块处理此类异常消息以及如何将其转换错误发送原始客户端

    In Part 3, we will show you how such exception messages are handled in the mediation module and how they are converted into an error that is sent back to the original client.

    youdao

  • WSDL代码生成模块WSDL文件生成客户端存根服务器框架代码。

    WSDL and code generation: This module takes care of generating client stub and server skeleton code from the WSDL file.

    youdao

  • mksecldap命令将添加下面的内容,以便客户设置过程中启用LDAP加载模块

    The mksecldap command adds the following stanza to enable the LDAP load module during the client setup.

    youdao

  • OrderProcessing组件系统入口,它在客户应用程序接收到订单之后,驱动orderprocessing模块

    The OrderProcessing component is the entry point to the system when an order is received from a client application and is the driver for the OrderProcessing module.

    youdao

  • 测试客户端自动选定模块部署支持ProcessServer集成测试环境运行时中,通过选择接口操作调用组件

    The test client automatically deploys the selected module to the integrated test environment runtime support for Process Server, and invokes the component via the selected interface and operation.

    youdao

  • 保存Web服务客户端实现模块部署描述符

    Save the deployment descriptor for the Web service client implementation module.

    youdao

  • 生成LotusForms客户端一个模块Web项目存储表单选项

    The generated Lotus Forms client has a new option to store the forms in a module or a Web project.

    youdao

  • LotusExpeditor客户端提供了一些公开登录模块可以扩展它们应用程序实现远程服务器身份验证

    The Lotus Expeditor client provides public login modules that you can extend to implement authentication to remote servers in your application.

    youdao

  • 了解了ApacheWink如何通过内置的扩展模块支持Spring集成深入探究Apache Wink客户端框架及其底层架构

    You also saw how Apache Wink supports Spring integration through a built-in extension module and got an in-depth look at the Apache Wink client framework and its underlying architecture.

    youdao

  • Asyncore模块提供了异步的方式写入套接字服务客户端服务器基础结构。

    The Asyncore module provides the basic infrastructure for writing asynchronous socket service clients and servers.

    youdao

  • addressing模块激活WS -addressing支持清单3客户端代码示。

    The addressing module activates WS-Addressing support, just as in the Listing 3 client code.

    youdao

  • 为了保持一致性各种服务器配置所有客户端将调用相同ProcessServer订单处理模块

    For consistency, all clients on the various server configurations invoke the same process server order processing module.

    youdao

  • 用于实现Web服务的Web模块中,指定Executeusing WebServicesAtomicTransactionon incomingrequests以便在已收到客户端事务上下文下运行

    In a Web module that implements a Web service, specify Execute using Web Services Atomic transaction on incoming requests to run under a received client transaction context.

    youdao

  • 可以每个模块打开新的集成测试客户然后附加模块或者选择多个模块时,打开的集成测试客户端单击附加图标

    You open a new integration test client for each module and then attach to the module or, when you select multiple modules, click the attach icon in the integration test client that you opened.

    youdao

  • 例如如果某个模块重构两个那么影响此前依赖模块客户端它们获得部分所需API不是全部

    For example, if you refactor a module into two, you will break clients that depend on it being one; they will get part of the required API, but not all of it.

    youdao

  • 11显示附加模块集成测试客户端,该模块中的组件调用两次

    Figure 11 shows an integration test client that has attached to a module with a component that was called twice.

    youdao

  • 导出针对外部客户端调用而公开服务模块提供服务

    Exports expose services provided by the service module for invocation from external clients.

    youdao

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

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

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