ORM的全称是Object Relational Mapping,即对象关系映射。它的实质就是将关系数据(库)中的业务数据用对象的形式表示出来,并通过面向对象(Object-Oriented)的方式将这些对象组织起来,实现系统业务逻辑的过程。在ORM过程中最重要的概念是映射(Mapping),通过这...
分类:
Web程序 时间:
2015-05-29 07:25:38
阅读次数:
392
C is used when at least one of the following matters:SpeedMemoryLow-level features(moving the stack pointer, etc.).Level of abstractionLanguagesDirect...
分类:
编程语言 时间:
2015-05-28 00:25:23
阅读次数:
228
面向对象(Object-Oriented, OO)的语言有一个标志,那就是它们都有类的概念,而通过类可以创建任意多个具有相同属性和方法的对象。而 ECMAScript 中没有类的概念,所以我们可以使用对象模拟出类。ECMA-262 把对象定义为:“无序属性的集合,其属性可以包含基本值、对象或者函.....
分类:
编程语言 时间:
2015-05-26 10:40:41
阅读次数:
195
Application Design Concepts and PrinciplesIdentify the effects of an object-oriented approach to system design including the effect of encapsulation, ...
分类:
编程语言 时间:
2015-05-11 14:22:22
阅读次数:
144
Section 1: Application Design Concepts and PrinciplesExplain the main advantages of an object-oriented approach to system design including the effect ...
分类:
编程语言 时间:
2015-05-11 14:16:13
阅读次数:
125
什么是AOPAOP(Aspect-OrientedProgramming,面向方面编程),可以说是OOP(Object-Oriented Programing,面向对象编程)的补充和完善。OOP引入封装、继承和多态性等概念来建立一种对象层次结构,用以模拟公共行为的一个集合。当我们需要为分散的对象引入...
分类:
编程语言 时间:
2015-05-11 10:39:23
阅读次数:
145
Design Pattern:Elements of Reusable Object-Oriented Software(又被称为设计模式圣经),收录了23种设计模式,并将它们归纳为三组:创建型模式:Factory Method(工厂方法)模式、Abstract Factory(抽象工厂)模式、Bu...
分类:
其他好文 时间:
2015-05-07 20:11:13
阅读次数:
130
PowerDesigner15.1使用技巧PD能做什么
最常用的pdm(物理数据模型)
比较常用的cdm、ldm(概念数据模型、逻辑数据模型)
面向对象模型(Object-Oriented Model)
还可以画业务流程图、企业架构图、需求模型图、XML模型图等等。详见File-> New Model
获得版本我用的是15.1,比较旧了,是2009年的。
当前最新的是16.5。
官网下载我用的1...
分类:
其他好文 时间:
2015-05-06 13:13:28
阅读次数:
115
摘自:http://www.ruanyifeng.com/blog/2010/05/object-oriented_javascript_inheritance_continued.html这个系列的第一部分介绍了"封装",第二部分介绍了使用构造函数实现"继承"。今天是最后一个部分,介绍不使用构造函...
分类:
编程语言 时间:
2015-05-06 12:56:22
阅读次数:
109
Javascript 面向对象编程(一):封装摘自:http://www.ruanyifeng.com/blog/2010/05/object-oriented_javascript_encapsulation.htmlJavascript是一种基于对象(object-based)的语言,你遇到的所...
分类:
编程语言 时间:
2015-05-06 12:27:33
阅读次数:
120