单词 | to encapsulate | ||||
释义 | to encapsulate
例句释义: 装入胶囊,去蔽 1. In this article you've seen how a portlet service can be used to encapsulate the integration of your portal with a remote Web application. 在本篇文章中您看到了如何使用portlet服务将您的门户和远程Web应用程序的集成封装起来。 www.ibm.com 2. Object-oriented approach has been used in Network communication module to encapsulate TCP, UDP protocols to transfer network message. 网络通讯模块采用面向对象(OO)技术对TCP、UDP协议进行封装,以消息形式通过网络传输客户端与服务器端的交互信息。 www.71155.com 3. Solution: It may look like an umbrella, but that's actually a kevlar net fired from a special gun to encapsulate and contain a bomb's blast. 解决方案:这货看起来像把伞,但它其实是一个由特殊枪支发射的kevlar纤维网,可以阻挡爆炸产生的火焰和冲击波。 www.hjenglish.com 4. Loosely coupling your modules is a good thing; it's one of the properties that allows you to encapsulate change. 将模块松散耦合在一起是件好事情;它是允许您封装更改的属性之一。 www.ibm.com 5. The rest of the SDK classes are helper classes used to encapsulate error information or provide useful utilities used throughout the SDK. 其余SDK类是帮助器类,用于封装错误信息或者提供整个SDK中使用的有用工具。 www.ibm.com 6. The larger question here to consider is, precisely what are we trying to encapsulate the code from? 在这里我们需要考虑的一个更大的问题是:我们到底从哪里封装代码? www.ibm.com 7. You can also specify which field you want to encapsulate by selecting the name of that field in the declaration. 也可以通过在声明中选择该字段的名称来指定要封装的字段。 msdn2.microsoft.com 8. I absolutely do not have an eye for buying decorative pieces to encapsulate my home into a quiet, loving, peaceful sanctuary. 我完全不懂如何购买什么装修材料才能将我的家浓缩成一个平和,安静,充满爱的圣地。 www.bing.com 9. Stored procedures are used to encapsulate a set of operations or queries that will execute on a database server. 可以用存储过程来封装一个操作或者查询的集合,这些操作或查询都将在一个数据库服务器上执行。 www-128.ibm.com 10. The electronic mail allows you to encapsulate your greetings with video images and sound as well as date. 你可以用电子邮件把问候语与电视图像、声音、数据等压缩在一起。 blog.163.com 1. The class diagram in Figure 4 shows the relationship among the different objects used to encapsulate the back-end call. 图4中的类图展示了用于封装后端调用的不同对象之间的关系。 www.ibm.com 2. The workaround is to encapsulate your variables in an anonymous function and call that function immediately after you define it. 解决办法是,把你的变量放在一个匿名函数内部,定义完之后立即调用它。 www.nowamagic.net 3. Appends the command line with a switch , without attempting to encapsulate the switch parameters with quotation marks . 在命令行的后面追加一个开关,但不尝试在开关参数的两侧加上引号。 www.bing.com 4. They are created and run on the data server and used to encapsulate a set of frequently run operations or queries. 存储过程是在数据服务器上创建和运行的,用于封装一组经常要运行的操作或查询。 www.ibm.com 5. How are general representational constructs used to encapsulate information about the elements defined in the logical model? 大会代表是如何构建用于封装信息内容界定的逻辑模型? dictsearch.appspot.com 6. The simplest approach is to encapsulate the creation of the proxy class within the Factory pattern. 最简单的方法就是在工厂模式中把代理类的建立封装起来。 www.ibm.com 7. UDFs are widely used in many IT organizations to encapsulate critical business logic and simplify application development requirements. UDF在许多IT组织内都得到广泛应用,用于封装关键业务逻辑和简化应用程序开发需求。 www.ibm.com 8. Resolving URLs this way enables the user control to encapsulate any links or other relative resources that it might require. 这是因为用户控件可以封装它可能需要的任何链接或任何其他相关资源。 msdn2.microsoft.com 9. Sites uses its internal data format to encapsulate the data stored in a Web site, including all revisions to all pages in the site. Sites用它内部的数据格式封装一个网站中存储的所有数据,包括对所有页面的修改。 www.bing.com 10. Macros enable you to encapsulate template scripts and reuse them easily. 宏使您能够很容易地封装和重用模板脚本。 www.ibm.com 1. Plain IP packet, or IP datagram: IP packets are used to encapsulate any of the following protocols. 普通IP包或IP数据报:IP包可用来封装以下任何协议。 www.ibm.com 2. Objects are used to encapsulate web UI elements so that manually generalizing and refactoring of the UI locators is not required. 使用对象封装WebUI的元素,因此不再需要手动生成和重构UI的定位器。 www.infoq.com 3. Using the above 12 steps, we created a HelloWorld sample plug-in, a HelloWorld feature, and a HelloWorld update site to encapsulate them. 通过以上的12个步骤,我们创建了一个HelloWorld样例插件、一个HelloWorld特性,以及一个用来封装它们的HelloWorld更新站点。 www.ibm.com 4. The best way to do this is to encapsulate the Domino specific implementation details in a small set of common base classes. 做到这一点的最佳方法是在一个小的公共基类的集合中封装特定于Domino的实现细节。 www.ibm.com 5. Indexers are most frequently implemented in types whose primary purpose is to encapsulate an internal collection or array. 索引器经常是在主要用于封装内部集合或数组的类型中实现的。 technet.microsoft.com 6. A DAO should strive to encapsulate JDBC rather than expose JDBC to the rest of the application. 一个DAO应该力争封装JDBC而不是将JDBC公开给应用程序的其余部分。 www.ibm.com 7. This class is internal and used by the adaptive error handling mechanism to encapsulate exception information . 此类为内部类,由自适应错误处理机制用来封装异常信息。 www.bing.com 8. But what do you do if you want to encapsulate the insert of a new row into a table of DB2 and IDS in a single transaction? 但是如果您需要在单个事务中封装到DB2和IDS表的新一行的insert,要做什么呢? www.ibm.com 9. As important side-effects, they also allow DBAs to encapsulate business logic and to ensure data consistency as well as code reuse. 还有一些重要的副作用:它们允许DBA对业务逻辑进行封装、确保数据一致性以及促进代码重用。 www.ibm.com 10. The article uses an additional control to encapsulate common JavaScript functions, and thereby minimizing data and overhead. 本文还使用了额外的控件来封装通用JavaScript函数,从而最小化数据和开销。 www.ibm.com 1. China's political leaders often promulgate slogans to encapsulate their political philosophy and governing styles. 中国的政治领导人经常用一些宣传口号来概括其政治哲学和管理风格。 www.bing.com 2. Try to encapsulate client-side fixes into reusable JavaScript helper functions and classes. 尽量将固定的客户端代码封装成可重用的JavaScripthelper函数和类。 www.ibm.com 3. Closures, however, can be useful in any context where we need to encapsulate logic inside its own scope. 但是,在需要把逻辑封装到自己的范围内的情况下,闭包会十分有用。 www.ibm.com 4. The virtio API relies on a simple buffer abstraction to encapsulate the command and data needs of the guest. virtioAPI依赖一个简单的缓冲抽象来封装来宾操作系统需要的命令和数据。 www.ibm.com 5. The iterator pattern provides a way to encapsulate looping through a collection or array of objects. 迭代器模式将提供一种通过对象集合或对象数组封装迭代的方法。 www.ibm.com 6. Classes provide one of the most common ways to encapsulate items. 类提供一个最通用的方式来封装项。 msdn2.microsoft.com 7. Once you find the right geocoder for the job, create a Grails service to encapsulate the remote Web services call in a reusable method call. 在您找到合适的地理编码器之后,创建一个Grails服务以把远程Web服务调用封装在可重用方法调用中。 www.ibm.com 8. Because these patterns occur so frequently, we've developed a class entitled Functor to encapsulate them as static Closures. 因为这些模式发生得如此频繁,所以我们开发了一个叫做Functor的类,把它们封装成staticClosure。 www.ibm.com 9. A new construct called a mediation subflow can be used to encapsulate reusable mediation logic. 可以使用称为中介子消息流的新构造来封装可重用的中介逻辑。 www.ibm.com 10. It is still a good idea to use service locators to encapsulate resource access. 同样,使用服务定位器封装资源访问、以集合的形式使用服务定位器也是一个不错的想法。 www.ibm.com 1. Don't control object bother force me to write a special routine to encapsulate the modification of field a. 不要强迫我访问不要所以额外写些代码去封装对字段a的修改过程。 www.cto360.com 2. A service bus subsystem was introduced to encapsulate communication between named endpoints. 引入的服务总线子系统将命名端点间的通信封装起来。 www.ibm.com 3. You can use self-defined classes to encapsulate objects into a session and then execute the validation at the same time. 您可以使用自已定义的类将对象封装到会话中,然后同时执行验证。 www.ibm.com 4. Again, the rule is to treat the XML processing as an interface and to encapsulate it. 同样,基本的原理是将XML处理看作是一种接口来封装。 www.ibm.com 5. In Chapter 4, we explained that the role of the controller is to encapsulate your application logic. 在第4章中我们解释过,控制器的作用是封装应用程序逻辑。 www.dev-club.net 6. It provides the ability to encapsulate the escalation process between subordinates and managers. 它提供了封装下属和经理之间的升级流程的能力。 www.ibm.com 7. and adopting an ultrasonic plastic welding machine to encapsulate the sealing cover on the plastic-housing zinc can. 采用超声波塑焊机将密封盖封装到塑壳锌筒上。 ip.com 8. Appropriately selecting a proper namespace name to encapsulate your components. 选择适当的命名空间名封装您的组件。 msdn2.microsoft.com 9. Properties to specify delimiters such as a left bracket and a right bracket to encapsulate the object name. 属性来指定诸如左尖括号和右尖括号等分隔符,以封装对象名称。 www.juyy.net 10. On the one hand, objects are a great way to encapsulate data and logic and create a more maintainable system. 一方面,对象是封装数据和逻辑并创建更容易维护的系统的重大方式。 www.ibm.com 1. The primary service that we provide is to grade coins by condition for dealers , and then to encapsulate the coins in our holder. 我们提供的服务主要是为代-理商根据情况对钱币进行评级,然后将钱币封装在固定器内。 www.showxiu.com 2. You would want to encapsulate the properties of these two different groups of users in different scenarios. 您可能希望将这两种不同用户组的属性封装到不同方案中。 msdn2.microsoft.com 3. It provides a central interface to encapsulate all the stepping that can be performed. 它提供中央介面来封装所有可执行的逐步执行。 technet.microsoft.com 4. In Initiate MDS, hubs are the mechanism to encapsulate data domains. 在InitiateMDS内,hub是封装数据域的一种机制。 www.ibm.com 5. An additional control to encapsulate common JavaScript functions is used to minimize data and overhead. 我们使用了额外一种控件来封装常见的JavaScript函数以最小化数据和负荷。 www.ibm.com 6. Portlet services are a supportable way to separate layers of concern across your application and to encapsulate common logic. Portlet服务支持分离您的应用程序中的关注层来封装通常的逻辑。 www.ibm.com 7. To encapsulate the Informix database access into the strongly typed DataSet, inherit from dsClients. 要将Informix数据库访问封装在强类型化DataSet中,需要继承dsClients。 www.ibm.com 8. For the sample application, a DBHelper class is used to encapsulate some of the database operations (see Listing 9). 样例应用程序使用了一个DBHelper类来封装一些数据库操作(参见清单9)。 www.ibm.com 9. They are designed to encapsulate the Microsoft recommended best practices for. NET applications. 它们在设计时封装了Microsoft推荐的.NET应用程序最佳做法。 msdn2.microsoft.com 10. The Subject class is used to encapsulate the credentials of an authenticated entity such as a user. Subject类被用于封装一个被认证实体(比如用户)的凭证。 www.ibm.com 1. You can use rules to encapsulate chunks of logic that are subject to frequent changes. 您可以使用规则来封装需要频繁变更的逻辑块。 www-128.ibm.com 2. There are two techniques, namely extrusion and emulsion to encapsulate the probiotic for fermented dairy products. 挤压法和乳化法是适用于发酵乳制品中益生菌包囊的两种技术。 www.chemyq.com 3. To encapsulate operating system resources. 封装操作系统资源。 msdn2.microsoft.com 4. A servlet that uses the Template Method pattern to encapsulate a three-step workflow. 一个采用TemplateMethod模式的Servlet封装一个包含三个步骤的工作流。 www.ibm.com 5. It is inevitably hard to encapsulate the modern world in barely 350 pages, but this account skates over too much. 要把整个现代世界压缩进区区350几页必定困难重重,但是本书把太多太多的地方轻描淡写一笔带过了。 www.ecocn.org 6. In some sense, an assembly is the binary equivalent of class. We use classes to encapsulate algorithms and data storage. 在某些情况下,一个程序集就是类的二进制表现形式,我们用类来封装算法和存储数据。 blog.sina.com.cn 7. I don't propose to encapsulate the essence of leadership in ten simple attributes. 我并不推荐将领导的十个应有素质归结为简单的属性。 www.ibm.com 8. Each on demand scan request is single-threaded, and you need a session bean to encapsulate it. 每个按需扫描请求都是单线程的,需要使用一个会话Bean对其进行封装。 www.ibm.com 9. By using properties to encapsulate that field, you can disallow direct access to fields. 通过使用属性封装该字段,可以禁止对字段的直接访问。 msdn.microsoft.com 10. Keyword to declare a reference type that can be used to encapsulate one or more named methods. 关键字一起使用,声明可用于封装一个或多个命名方法的引用类型。 msdn2.microsoft.com 1. In this chapter, we learned how to use traits to encapsulate and share cross-cutting concerns between classes. 在这一章,我们学习了如何使用trait来封装和共享类之间正交的关注点。 www.bing.com 2. The delegate keyword is used to declare a reference type that can be used to encapsulate a named or an anonymous method. delegate关键字用于声明一个引用类型,该引用类型可用于封装命名方法或匿名方法。 msdn2.microsoft.com 3. Create a JSP TagLib control to encapsulate the auto-populate control. 创建一个JSPTagLib控件来封装此自动填充控件。 www.ibm.com 4. Use the FontInfo class to encapsulate the font properties of text. 使用FontInfo类封装文本的字体属性。 msdn2.microsoft.com 5. We recommend that you always use post in order to encapsulate XML content. 为了封装XML内容,我们建议您始终使用post。 www.ibm.com 6. How to encapsulate common logic to be used by more than one portlet. 如何封装多个portlet使用的公共逻辑。 www-128.ibm.com 7. Finally, we learned how to encapsulate values in enumerations. 最后我们学习了如何封装枚举中的值。 www.bing.com 8. We could add tags to encapsulate reading elements into groups so that the bands and reading values are unambiguously related to each other. 我们可以添加标记以将读数元素封装到组中,以使频带和读数值明确地相互关联。 www.ibm.com 9. Integration Services uses connection managers to encapsulate connections to a data source. IntegrationServices使用连接管理器封装到数据源的连接。 msdn2.microsoft.com 10. To encapsulate the logic used to perform the most common exception handling tasks into minimal application code 将用于执行最常见异常处理任务的逻辑封装在最少的应用程序代码中 msdn2.microsoft.com 1. However, it allows the caller to encapsulate the logic for ordering the elements of the list in an object of type 不过,它使调用者可以将排序列表元素的逻辑封装到一个类型为 www-128.ibm.com 2. To encapsulate the logic used to perform the most common data access tasks 封装用于执行最常见数据访问任务的逻辑 msdn2.microsoft.com 3. Business objects to encapsulate intrinsic entity business logic; 业务对象,封装本质的实体业务逻辑 www.ibm.com 4. Uses abstract UI objects to encapsulate web UI elements 使用抽象的UI对象来封装WebUI元素 www.infoq.com 5. If the CSR chip is programmed to encapsulate HCI packets using the BSCP protocol, you must inform the BlueZ link driver using 如果使用BSCP协议将CSR芯片设计为封装HCI数据分组,您必须使用 www-128.ibm.com |
||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。