UML Design Via Visual Studio-Class Diagram用过几个建模设计工具,小的有staruml,大的有rational rose,EA。最后发现还是Visual Studio建模比较舒服(个人观点,不要争论)。打算对自己经常用的几个建模图做一个介绍,类图(Class ...
分类:
其他好文 时间:
2015-05-09 01:15:16
阅读次数:
233
UML Design Via Visual Studio-Sequence Diagram本文主要介绍在Visual Studio中设计时序图,内容如下:何时使用时序图时序图元素介绍条件、循环在时序图中的使用直接通过代码生成时序图一、何时使用时序图当要查看单个用例内若干对象的行为时,应该使用时序图,...
分类:
其他好文 时间:
2015-05-09 01:12:19
阅读次数:
169
myeclipse 启动tomcat时报错:Cannot change deployment state from ERROR to REDEPLOYING.ds - 刘琦的专栏 - 博客频道 - CSDN.NET http://blog.csdn.net/u012922219/article/de...
分类:
系统相关 时间:
2015-05-08 14:27:11
阅读次数:
186
本文主要介绍在Visual Studio中设计时序图,内容如下:1)何时使用时序图;2)时序图元素介绍;3)条件、循环在时序图中的使用;4)直接通过代码生成时序图
分类:
其他好文 时间:
2015-05-07 23:57:54
阅读次数:
1131
本文主要介绍在Visual Studio中设计类图,主要包含一下内容:1)VS Modeling Project介绍;2)类图创建;3)类之间关系说明;4)根据类图自动生成代码
分类:
其他好文 时间:
2015-05-05 23:44:13
阅读次数:
347
从tomcat7部署成功的过程部署到JBoss5.1.0出现了java.lang.RuntimeException:mapped-nameisrequiredforxxx.xxx.xxx/xxofdeploymentxx.war错误,将java文件中所有的@Resource注解改为@Qualifier成功解决,具体原因不是很清楚?
分类:
移动开发 时间:
2015-05-04 15:52:02
阅读次数:
130
一.目录规范
1.系统目录规范
Requirement:需求文档;
Design:设计文档;
Planning&Log:计划、日志、会议;
Test:集成测试、系统测试、测试报告;
Study:学习资料、demo等;
Deployment:发布、部署等;
Source:源代码以及单元测试;
Hel...
分类:
移动开发 时间:
2015-05-03 22:07:52
阅读次数:
139
4.时序图sequence diagram
交互图interaction diagram描述了成群的对象如何以某种行为合作,其中最重要的是时序图sequence diagram。
典型的,一个时序图捕捉一单个情景的行为。图显示了一些示例对象以及这个用例里这些对象间传递的信息the messages that are passed between these objects within...
分类:
其他好文 时间:
2015-05-02 18:15:53
阅读次数:
757
3.类图class diagram(必需)
一个类图描述了系统中对象的类型及他们间存在的各种静态关系static relationship。类图也展示了一个类的属性和操作properties and operations以及对象相互连接的限制。uml使用属于feature特性来表示一个类的属性和操作。
类图中的盒子box表示类,它分成3部分:类名(粗体),属性attribute,操作o...
分类:
其他好文 时间:
2015-05-01 17:24:15
阅读次数:
106
Title:A robot is located at the top-left corner of amxngrid (marked 'Start' in the diagram below).The robot can only move either down or right at any ...
分类:
其他好文 时间:
2015-04-30 12:23:37
阅读次数:
125