码迷,mamicode.com
首页 >  
搜索关键字:deployment diagram    ( 1494个结果
TCP状态转换图(state transition diagram)
TPC总共有11个状态,状态转换图: 转换转换的要素 状态: tcp定义的11个状态 事件: 触发TCP状态迁移。事件可以是:本地应用层调用;收到TCP消息(incoming segment);超时时间(timeout) 动作: 主要指针对远程Peer产生的动作,如发送确认等。 转换中的角色 本地应用层 Local App:产生事件。...
分类:其他好文   时间:2014-07-08 21:15:27    阅读次数:269
UML建模之时序图(Sequence Diagram)教程
一、时序图简介(Brief introduction) 二、时序图元素(Sequence Diagram Elements)角色(Actor)对象(Object)生命线(Lifeline)控制焦点(Focus of Control)消息(Message)自关联消息(Self-Message)Com....
分类:其他好文   时间:2014-07-06 13:38:54    阅读次数:254
[转] KVM/QEMU hypervisor driver
KVM/QEMU hypervisor driver Project Links Deployment pre-requisites Connections to QEMU driver Driver security architecture Driver instances POSIX user...
分类:其他好文   时间:2014-07-01 19:14:26    阅读次数:323
【leetcode】Unique Paths
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 point ...
分类:其他好文   时间:2014-06-28 16:02:43    阅读次数:214
AE小知识
1.AE中对象模型图 (Object Model Diagram,OMD)(我的arcgis默认安装在C:\Program Files (x86)): C:\Program Files (x86)\ArcGIS\DeveloperKit10.0\Diagrams 可以帮助程序员了解类之间的关...
分类:其他好文   时间:2014-06-28 10:33:10    阅读次数:278
C# ClickOnce deployment for Windows Services ClickOnce 部署windows service
A simple solution that I use is to merely stop the service and x-copy the files from my bin folder into the service folder.A batch file to stop the se...
分类:Windows程序   时间:2014-06-27 00:43:40    阅读次数:500
需求用例分析之九:序列图
作者:张克强    作者微博:张克强-敏捷307序列图,也称时序图、顺序图,英文名Sequence Diagram。在雅各布森用例分析方法中鼓励使用各类图形来表达,但恰恰没有明确提到序列图。而科伯恩用例分析方法以结构化/半结构化文本用例为中心,强调基于目标的文本格式,对UML各类图所提甚少。在RUP和OOAD中,UML序列图的最基本定位是用于识别类与类之间的信息传递,是识别类的方法的最佳场合。它是...
分类:其他好文   时间:2014-06-26 07:06:30    阅读次数:242
数据流图的画法
数据流图的画法数据流图也称为数据流程图date flow diagram , DFD,是一种便于用户理解和分析系统数据流程的图形工具,他摆脱了系统和详细内容,精确的在逻辑上描写叙述系统的功能、输入、输出和数据存储等,是系统逻辑模型的重要组成部分。数据流图的基本组成成分数据流:是由一组固定成分的数据组...
分类:其他好文   时间:2014-06-20 23:06:55    阅读次数:258
idea 使用问题总结
tomcat     edit configurations配置问题:         在deployment选项卡内加入artifact到服务器,在Application context选择应用的上下文路径。     热部署:             在tomcat配置 Server选项卡内 On Update action 选择Update classes and resource ...
分类:其他好文   时间:2014-06-18 07:03:44    阅读次数:231
UML的基本图(一)
?? A class diagram shows a set of classes, interfaces, and collaborations and their relationships. These diagrams are the most common diagram found in modeling object-oriented systems. Class diagram...
分类:其他好文   时间:2014-06-17 19:28:33    阅读次数:261
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!