zoukankan      html  css  js  c++  java
  • 问题清单

  • Q:增量模型的适用范围是什么?
  • A:适合于软件需求不明确、设计方案有一定风险的软件项目。
  • Q:scrum迭代开发的优缺点是什么?

    A:优点:

    1. 测试和开发保持同步关系
    2. 测试包括了需求测试和设计
    3. 能更早发现软件的缺陷

    缺点:无法支持迭代,一个阶段结束后才能进行下一阶段,不适应需求变化多的项目

查看全文
  • 相关阅读:
    模仿.Net ThreadPool的线程池控件
    ThreadPool for Delphi
    Thread Pool Engine, and Work-Stealing scheduling algorithm
    Delphi ThreadPool 线程池(Delphi2009以上版本适用)
    Object Pascal对象模型中构造函数之研究
    TExternalThread TThread -- Delphi -- Cannot terminate an externally created thread ?
    Trapping Messages Sent to an Application
    Correct thread terminate and destroy
    Delphi thread exception mechanism
    VCL -- Understanding the Message-Handling System
  • 原文地址:https://www.cnblogs.com/0820yyp/p/13061013.html
  • Copyright © 2011-2022 走看看