1.压缩,节略
2.把...包于胶囊等中
1.to express something in a short clear form that gives the most important facts or ideas
1.Dyson proposed that such a civilization would be capable of encapsulating a star with a swarm of satellites to harvest its energy.
戴森提出这样的文明将能够使用卫星群围封住一颗恒星从而获取它的能量。
2.The design can be made a lot cleaner by encapsulating all the state related data and methods into a state machine class.
把所有的状态有关的数据和方法封装到一个状态机类里有利于精简设计。
3.Encapsulating this code into a function makes it easier to understand and reuse, and also makes the script easier to read.
将这些代码封装到一个函数中,便于理解和重用,并且使脚本更加易于阅读。
4.A nested type is typically used for encapsulating the implementation details of the top- level type .
嵌套类型通常用于封装顶级类型的实现细节。
5.Encapsulating this code in an EJB enables the code to have its own environmental references for accessing JMS resources.
将这段代码封装在一个EJB中可以使该代码拥有自己的环境引用来访问JMS资源。
6.The Service Locator pattern is still useful for encapsulating the code that uses JNDI, even if the locator does not use caching.
ServiceLocator模式对封装使用JNDI的代码仍然有用,即使定位器不使用缓存。
7.In addition, statements can be grouped into a statement-group by encapsulating a group of statements with curly braces.
此外,还可以用花括号将一组语句封装成一个语句组。
8.One of the goals of object orientation is to make encapsulating and working with state easier.
面向对象的其中一个目标是使封装和状态处理更加简单。
9.Encapsulated context object provided a way of encapsulating the execution context of service and framework elements.
封装上下文对象提供了一个将服务执行上下文和框架要素封装起来的方法。
10.You're encapsulating the remote call in a server-side controller, so you might choose to do some more extensive error correction there.
您正在将远程调用封装在一个服务器端控制器中,因此可以在这里加强错误处理。