码迷,mamicode.com
首页 >  
搜索关键字:specification    ( 588个结果
SRS文档
负责人:吕彩霞1什么是用例? 在介始用例方法之前,我们首先来看一下传统的需求表述方式-"软件需求规约"(Software Requirement Specification)。传统的软件需求规约基本上采用的是功能分解的方式来描述系统功能,在这种表述方式中,系统功能被分解到各个系统功能模块中,我们.....
分类:其他好文   时间:2015-05-31 10:54:11    阅读次数:222
第三项任务——用例建模
SRS文档——用例建模一、spec概念Specification, 又叫spec, 有两种: a) functional spec, 软件功能说明书, 主要用来说明软件的外部功能, 和用户的交互情况 (把软件当作一个黑盒子)。b) technical spec, 软件技术说明书, 又叫 design...
分类:其他好文   时间:2015-05-30 23:49:06    阅读次数:292
《构建之法》--阅读
《构建之法》第八章 需求分析 1.软件需求的步骤: .一般划分情况 a.获取和引导需求(Elicitation) b.分析和定义需求(Analysis & Specification) c.验证需求(Validation) d.在软件的生...
分类:其他好文   时间:2015-05-30 10:34:43    阅读次数:98
五子棋游戏SRS文档
SRS技术文档,包括对SRS的解释说明、SRS描述规范。软件需求规格说明书(SRS,Software Requirement Specification)是为了软件开发系统而编写的,主要用来描述待开发系统的功能性需求和非功能性需求,以及系统所要实现的功能和目标,为项目开发人员提供基本思路,明确开.....
分类:其他好文   时间:2015-05-29 11:31:52    阅读次数:127
STDistance的使用及geometry和geography的区别
1、先说说Sql Server中geometry和geography的区别:         geometry:planar    平面坐标系【supported by SQL Server conforms to the Open Geospatial Consortium (OGC) Simple Features for SQL Specification version 1.1.0.】...
分类:其他好文   时间:2015-05-26 18:49:58    阅读次数:789
C#博客随笔之十:Problem Statement+System Glossary+System Supplementary Specification FOR每美欲下
似乎这是要求的最后一篇博客了,然而依然要好好写呢!MeiMeiYuXia Problem StatementVersion 1.0Revision HistoryDateIssueDescriptionAuthor18/May/20151.0Initial creation. Extracted t...
分类:Windows程序   时间:2015-05-25 20:18:34    阅读次数:142
ORA-00119: invalid specification for system parameter LOCAL_LISTENER
重启oracle是提示错误ORA-00119: invalid specification for system parameter LOCAL_LISTENER。解决方法:命令查看错误信息:oerr ora 0011900119, 00000, "invalid specification for...
分类:其他好文   时间:2015-05-23 23:59:18    阅读次数:526
The JSP specification requires that an attribute name is preceded by whitespace--异常
异常信息:org.apache.jasper.JasperException: /pages/selectedCourse.jsp (line: 4, column: 39) The JSP specification requires that an attribute name is prece...
分类:Web程序   时间:2015-05-21 18:53:45    阅读次数:167
JAVA的内存模型及结构
所有的Java开发人员可能会遇到这样的困惑?我该为堆内存设置多大空间呢?OutOfMemoryError的异常到底涉及到运行时数据的哪块区域?该怎么解决呢?Java内存模型Java内存模型在JVM specification, Java SE 7 Edition, and mainly in the...
分类:编程语言   时间:2015-05-21 12:23:15    阅读次数:191
Make Interfaces Easy to Use Correctly and Hard to Use Incorrectly
Make Interfaces Easy to Use Correctly and Hard to Use IncorrectlyScott MeyersONE OF THE MOST COMMON TASKS in software development is interface specification. Interfaces occur at the highest level of ab...
分类:其他好文   时间:2015-05-19 10:39:20    阅读次数:102
588条   上一页 1 ... 44 45 46 47 48 ... 59 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!