04 2014 档案

摘要:问题idx:1) 怎么在VS2010下新建一个像VC6.0 中那样的控制台C++程序。 cdate: 2014-4-24A1:VC6.0 对标准C++集的支持不是太好, VS2010也有一些吧, 不要纠结与这个。 有些概念性的东西知道是怎么回事。选择一种可以达到目的的就可以了。 阅读全文
posted @ 2014-04-24 15:24 tt-player 阅读(195) 评论(0) 推荐(0)
摘要:[转]学习可以是一件很快乐的事,特别是当你发现以前所学的点点滴滴慢慢地能够串起来或者变成了一个环,这种感觉真好。这篇文章就这么来的。从MVC架构开始说起吧。这两天系统了解了一下MVC架构的内容,主要参考于文献【1】。MVC在这几年应该被非常多的人所熟悉了,因为相当多的web框架采用的是这套架构,此外,早在MFC横行的年代,MFC所采用的document/view架构也是MVC架构的变种。包括QT,它的model/view亦是如此。只不过它们都将MVC中的view和controller的功能整合到了一起。MVC的全称是model-view-controller architecture,最早被用 阅读全文
posted @ 2014-04-04 09:43 tt-player 阅读(11820) 评论(0) 推荐(0)
摘要:Class DiagramFigure 4.30 Elements of the class diagram关联,多重性; 聚合aggregation。In class diagrams, as shown in Figure 4.30, we work with the following elements:ClassA class represents a relevant concept from the domain, a set of persons, objects, or ideas that are depicted in the IT system:Examples of c 阅读全文
posted @ 2014-04-03 20:18 tt-player 阅读(793) 评论(0) 推荐(0)
摘要:源地址:http://sourcemaking.com/uml/modeling-it-systems/structural-view/generalization-specialization-and-inheritance Generalization, Specialization, and InheritanceTerms such as superclass, subclass, or inheritance come to mind when thinking about the object-oriented approach. These concepts are very i 阅读全文
posted @ 2014-04-03 16:37 tt-player 阅读(1387) 评论(0) 推荐(0)