java - 系统开发生命周期和项目生命周期有什么区别?

标签 java c++

我知道 DSDM 由不同的阶段组成,第二阶段是项目生命周期,但有什么区别?

最佳答案

来自 Wikipedia :

According to Taylor (2004) "the project life cycle encompasses all the 
activities of the project, while the systems development life cycle focuses 
on realizing the product requirements".

关于java - 系统开发生命周期和项目生命周期有什么区别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8410392/

相关文章:

c++ - 复制控制函数中如何处理 C++ 数组成员?

java - 在 Java Web Start 中运行 JNLP 时出现 NullPointerException(jar 用作 stardardlone)

java - 忽略 "Can not deserialize instance of java.util.LinkedHashMap out of START_ARRAY token"错误

java - 无法执行 jar- 文件 : "no main manifest attribute"

java - 箭头 + Java : Populate VectorSchemaRoot (from stream/file) | Memory-Ownership | Usage patterns

c++ - C++ 类中的运算符

c++ - 当对象不是动态分配的(不是指针)时,是否可以从父类(super class)对象转换为子类?