3D printers are used to build an object with liquid plastic. They build the object layer by layer until it is complete.
3D打印机用液体塑料来建造物体,他们一层一层地建造着物体,直到完成。
This makes the object layer an ideal target for Language-Integrated Query (LINQ) support.
这使得对象层成为集成语言查询(LINQ)的一个理想的操作目标。
Create a business object layer, called intermediate objects, which serves as a placeholder for data used in event evaluation.
创建业务对象层,即所谓的中间对象,它们将用作事件评估中使用的数据的占位符。
This is necessary to isolate the relational layer from the object layer, but this convenience comes at the cost of performance.
这对于将关系层与对象层分离是必需的,但这种便利是以牺牲性能为代价获得的。
The “bottom up" approach assumes you already have database table schema and need to develop an object layer and object relational mapping from the table schema.
“自下而上”方法假设已经有数据库表模式,而需要根据表模式开发一个对象层和对象关系映射。
Base class for attributes that define how properties of types in the object layer are mapped to the properties of entity types or complex types in the conceptual model.
特性的基类,这些特性定义如何将对象层中的类型映射到概念模型中的实体类型和复杂类型。
When the object layer is generated by the Entity Data Model tools, complex objects are instantiated when the complex type property is accessed, and not when the parent object is instantiated.
若对象层是由实体数据模型工具生成的,则复杂对象将在访问复杂类型属性而不是实例化父对象时进行实例化。
The compiler layer contains the object models that correspond with information exposed at each phase of the compiler pipeline, both syntactic and semantic.
编译器层中包含了一些对象模型,这些模型与编译器管道的各个阶段暴露出来的信息——包括句法和语义上的信息——相关。
In the architecture depicted in Figure 3, the sensor component must also publish a notification message that includes the actual event object to the broker component in the connectivity layer.
在图3所示的体系结构中,传感器组件还必须将包括实际事件对象的通知消息发布到连接层中的代理组件。
So while the object names are migrating up into the logical layer, the queue manager, channels, processes, and other system names are being driven down closer to the physical infrastructure layer.
因此,虽然对象名称正在向上迁移到逻辑层,但是队列管理器、通道、进程和其他系统名称正在向下转移,更接近物理基础结构层。
This enhancement does require the service layer object to persist the changes to a course.
这种增强的确需要服务层对象来保持对球场的更改。
The tedium of JDBC development led to the creation of the object relational mapping (ORM) framework, which provides a data access abstraction layer.
冗长乏味的JDBC开发导致对象关系映射(ORM)框架的诞生,该框架提供一个数据访问抽象层。
The OBEX protocol layer is implemented above the RFCOMM layer and is useful when you want to transfer data as an object, such as files.
OBEX协议层是在RFCOMM 层上面实现的,如果想把数据以对象(例如文件)的形式传输,那么 OBEX很有用。
The service layer object will be treated as a stateless interface to which the CRUD operations can be delegated.
服务层对象将作为无状态的接口对待,CRUD操作可以委托给该接口。
In DB2, a table space is the logical object used as a layer between logical tables and physical containers.
在DB 2中,表空间是逻辑对象,作为逻辑表和物理容器之间的一层。
The entity management layer is responsible for entity management and ensuring the transaction integrity of that object within the container.
实体管理层负责实体管理,并确保容器内该对象的事务完整性。
Additionally, an SDO object can be used to carry information between the presentation layer and the business layer.
此外SDO对象可以在表示层和业务层间传递信息。
The “Smart Object” feature was introduced, which allows the user to scale a layer up without significant loss of quality.
“智能对象”也被引入了,使用户可以在放大一个图层时不出现明显的失真。
Most of this drag is a result of the chaotic and unpredictable nature of the boundary layer - the layer immediately between the object and the airflow.
大部分的阻力产生于混乱和不可预知的自然边界层之间在物体和气流之间。
As illustrated in Figure 16, this object passes the necessary data to the BLL, which then requests the data Access Layer to save the data to MySQL database.
如图16所示,此对象将必要的数据传递给BLL,后者随后请求数据访问层将数据保存到MySQL数据库。
The mediator layer is also defined as part of the Service Data Object (SDO) specification (see Resources).
中介器层也作为ServiceDataObject (SDO)规范的一部分进行了定义(请参见 参考资料)。
Because many people use Google Earth and Google Maps, a handy feature of the Layer object is the ability to export to KML format.
由于很多人都使用GoogleEarth和GoogleMaps,Layer对象的一个方便特性是可以导出成kml格式。
For each Web service to be tested, a JSP will be created to capture all required data necessary to generate the SOAP request object within the client service layer.
对于要进行测试的每个Web服务,将会创建一个jsp来捕获在客户端服务层内生成SOAP请求对象所需的所有数据。
The net effect is an added layer of object creation when using XMLBeans as opposed to ADB.
其直接效果就是在使用XMLBeans 代替 ADB 时会添加一个对象创建层。
Within the simulator services layer, a "transaction" key is extracted from the request object, and will be used to determine the specific XML file to retrieve, consume, and return as a POJO response.
在模拟器服务层内部,从请求对象中提取出“transaction”键,然后使用它来指定将要检索、使用并作为POJO响应返回的XML文件。
ActiveRecord is not a full object relational mapping layer.
ActiveRecord并非全对象关系型映射层。
Our approach with the OData Service for Team Foundation Server 2010 is to then provide a layer on top of the client object model to provide the OData interfaces we wish to expose.
而ODataServiceforTeamFoundationServer 2010所提供的方法会在客户对象模型之上提供一个层,从而提供我们想要暴露的OData接口。
A JSP object combines with a respective ActionForm to form your application's View layer, where almost every form field of the JSP object maps to an attribute of the corresponding ActionForm.
一个JSP对象与各自的ActionForm对象相结合,构成应用程序的view层。在该层,几乎JSP对象的每个表单字段都映射到相应的ActionForm的属性。
If you have your application's business logic layer neatly packaged in a Web service or COM object, then you may be able to build view and control logic in J2EE that makes use of that COM object.
如果您的应用程序业务逻辑层被巧妙的打包成web服务或者COM对象,您就可以把视图和控制逻辑构建在J2EE上,利用这个COM对象。
If you have your application's business logic layer neatly packaged in a Web service or COM object, then you may be able to build view and control logic in J2EE that makes use of that COM object.
如果您的应用程序业务逻辑层被巧妙的打包成web服务或者COM对象,您就可以把视图和控制逻辑构建在J2EE上,利用这个COM对象。
应用推荐