逻辑对象
- 网络logical object;Logic Object
-
JMS构件表示指向物理资源的逻辑对象。
A JMS artifact represents a logical object that points to a physical resource .
-
在DB2中,表空间是逻辑对象,作为逻辑表和物理容器之间的一层。
In DB2 , a table space is the logical object used as a layer between logical tables and physical containers .
-
冲压液压机PLC程序设计中的时序逻辑对象封装
Succession Logic Objects Encapsulated in PLC Programming of Hydraulic Stamping Press
-
基于CORBA的分布式智能网的业务逻辑对象实现
Realization of the Business Logic Object for the Distribute Type Intelligence Net According to the CORBA
-
在正确完成处理之后,数据库访问被隐藏到了业务逻辑对象之后,因此,那些使用JSP的Web站点的开发人员并不知道如何组织数据库。
When properly done , the database access is buried behind a business logic object so that Web site developers who use JSPs don 't know how the underlying database is organized .
-
通过创建和封装时序逻辑对象并按面向对象方法进行电液比例控制系统的PLC编程,把对冲压液压机设备实体的控制映射为控制虚拟逻辑对象。
By succession logic objects created and encapsulated , PLC program could be designed for electro-hydraulic proportional control system . Then controlling actual devices has been mapped as controlling virtual logic objects in hydraulic stamping press .
-
模型扩展了传统CORBA的寻址方式,定义了逻辑对象地址,能够支持松耦合应用的对象迁移,提高了对象定位的透明性;
The model extends the traditional CORBA addressing way , defines a kind of logic object address , which can support object migration of loosely coupled application and increase transparency of object location ;
-
form(JSP)调用UI界面上的回退bean已经JSF关联代码,然后逻辑对象在事物处理范围内处理业务逻辑,最后DAO对象使用DAO代码进行提取数据。
Backing bean with strict ui logic and jsf related code - > business object under transactional scope with the business logic - > DAO objects with the DAO code for sending and fetching the data .
-
并重点讨论基于OPOS技术抽象出设备逻辑对象单元,实现对设备信息采集与操控和设备节点的控制绑定。
Meanwhile , based on OPOS technology , it is discussed the implementation of build abstract logical unit , data capture and process control and binding the device as node .
-
任务逻辑对象刻划活动的类型,通过块任务、协同任务和可动态求精子过程任务支持各种粒度的企业业务活动;
Task logic can be used to describe the types of activities ;
-
提出时序逻辑对象的概念。
A concept of succession logic object has been presented in object-oriented methodology .
-
内存数据库分区方法是将数据库逻辑对象存储在内存中的组织管理方法。
The partitioning technology of MMDB is to organize and manage logical database objects .
-
逻辑对象不可以进行版本控制。
Logical objects are not versionable .
-
事务逻辑对象库语言
Transaction Logic Object Base Language
-
针对不同的模型对象应用不同的建模方法:物理对象建模、逻辑对象建模和辅助对象建模。
Using different modeling methods based on different object models : physical object model 、 logical object model and accessorial object model .
-
对于不基于规则引擎的含有规则的系统,典型的简化复杂性的处理方法是将它的规则插入业务逻辑对象的方法中。
Typically a non-rule engine based systems that contain rules of moderate complexity will implement its rules in methods of objects that encapsulate business logic ( business objects ) .
-
从分析实例入手,提出协同产品开发对工作流模型的需求,给出一种主要由任务逻辑对象和过程逻辑对象组成的工作流过程元模型。
The requirements on workflow model for collaborative product development are proposed through a practical case and workflow meta-model that is essentially composed of task-logic objects and process-logic objects is designed .
-
该系统能有效地抽取特定突发事件的信息。(3)提出了利用旅游突发事件逻辑对象属性回填技术进行结构化数据提取的方法。
This system can effectively extract specific tourism emergency information . ( 3 ) Put forward the method that uses the logic tourism emergency object property backfill technology to structure data information .
-
并详细讨论了物理模块部署、逻辑对象构造和实例维护、工程随动约束管理以及产品装配模型访问等关键技术;
Several key technologies are discussed in detail , including deployment of physical modules , construction of logical objects and maintenance of their instances , management of engineering constraints of attached entities which follow their host entities , access of product assembly model , etc.
-
最值得注意的是,逻辑删除对象具有一个设为TRUE的isDeleted属性。
Most notably , a tombstoned object possesses an isDeleted attribute that 's set to TRUE .
-
因为这些逻辑删除对象不会无限期保留,所以可能会发生USN回滚。
USN rollback can occur because these tombstoned objects don 't hang around indefinitely .
-
用Spring的IOC和AOP技术对持久层和业务逻辑层对象进行管理,为web应用提供事务管理等基础服务。
Spring with the IOC and AOP technology has been used in persistence layer and Business Logic layer for management of objects and supply services for web-based applications such as transaction management .
-
文章详细分析制造企业中针对不同部门BOM之间映射逻辑、对象信息模型信息,把BOM中的物料项、物料关系项及对应的功能模块按照面向对象的思想研究;
This article analyses the relations , mapping logic and object informational model among different BOM faced on manufacture enterprise , researches material item , material relation and functional model based on ideology of facing on object .
-
非形式逻辑的对象及其发展趋势
On Non-formal Logic : Its Objects and Future Directions
-
关于法律逻辑研究对象的探讨
Probe into the Study Object of Legal Logic
-
辩证逻辑的对象是辩证思维形式,不是思维形式的辩证法。
The object of dialectic logic is not the dialectic of thinking formality but the dialectical thinking formality .
-
辩证逻辑的对象是马克思主义的辩证法在思维领域中的具体运用;
The object of dialectical logic is the actual use of Marxist dialectics in the field of thinking ;
-
这意味着艺术需要无限地扩张,从概念、逻辑、对象范围到技术支持系统。
This means that art needs infinite expansion , from concept , logic , and object scope to technical support system .
-
类的这种重构也会改进代码,因为我们将初始化逻辑从对象的构造函数分离出来了。
This refactoring of the class also improves the code so that we have separated the initialization code from the object construction code .
-
如果思维仅是一种主观的活动,因而便成为逻辑的对象,那么逻辑也将会与别的科学一样,有了特定的对象了。
Were thought merely an activity of the subject − mind and treated under that aspect by Logic , Logic would resemble the other sciences in possessing a well − marked object .