热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

[SoftwareDevelopmentProcess]{ud805}excerpt

Introduction:Whatissoftwareengineering?Whydoweneedit?ImportanceofSoftwareEngineeringEviden

 

Introduction:

What is software engineering?

Why do we need it?

 

 

Importance of Software Engineering

 

 

 

 

 

 

 

 Evidence of the Software Crisis

 You can access the proceedings of the NATO Software Engineering Conferences, and other related information, here.

 

 

 

 

 

 Software Development

 

 

 

 

 

Software Process 

 

RUP => rational unified process

 USP => unified software process

 

 

 

 

writing code is not the only activity that you have to perform

 

 

 

Software Phases 

 

 

 

 Tools of the Trade

 

 

 

 

 

 

 

 







 

 

 

 

 

 

 

 

 

 

 

  

To take a look at both the IEEE versions and light-weight versions of these documents, visit this link.

Important note: You will be linked to the documents page again when it is time to start working on the first project. Please wait to download the documents until then, as we might slightly modify them when we start the first project.

 

/*

Documents

The projects for this course may require some form of the following 5 documents. Important: please refer to T-Square for details about which exact documents to submit and possibly updated version of the templates.

  • Process Plan
  • Requirements Document
  • Design Document
  • Test Plan
  • Process Assessment Document

For each document, we will provide the template we would like you to use, as well as the more formal and complete IEEE version of the document (for all but the assessment document).  You are only required to fill out the sections listed in the template we give you, but it may be useful to look at the more detailed one for more insight into what the various sections are for, and you are welcome to add additional sections if you wish.

Process Plan

  • Our Template
  • IEEE-based document

Requirements Document

  • Our Template
  • IEEE-based document

Design Document

  • Our Template
  • IEEE-based document

Test Plan

  • Our Template
  • IEEE-based document

 

*/

 

 

 

 

For additional information, check out Classic Mistakes Enumerated, by Steve McConnell.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 






 

 

 

 

 

 https://www.wikiwand.com/en/Unified_Modeling_Language

 

https://yuml.me/

https://www.visual-paradigm.com/

 

 

 

 





 

 

 

 

 

 

 

linux kernel => standarized linux kernel with some Google's customizations => interatc with hardware

 

 

 

 

 

activity is a class

an independent activity can be used by another application

 

 

 

 

 

 service is an application component that performs a long running operation in the background, and not interacts with users (no UI)

eg. music background playing/ download service 

 

 

 

database: SQLite

 

 

 

 

 

event driven

 

 

 

 

allow binding of apps at runtime

 

 

 

 

information: permission, entry activity, version, lowest android sdk

 

 

 

 

 

 






 

 

 

 

 

 

 

 

 






 

 

 

 

 

 

 

alpha testing => performed by distributing a software system ready to be released to a set of colleagues inside the organization 

beta testing => a selected subset of users outside the organization

 

 

 

 

 

 

 

 

 

 





 

 

 

 

 

 

转:https://www.cnblogs.com/ecoflex/p/10978286.html



推荐阅读
  • 本文介绍了将mysql从5.6.15升级到5.7.15的详细步骤,包括关闭访问、备份旧库、备份权限、配置文件备份、关闭旧数据库、安装二进制、替换配置文件以及启动新数据库等操作。 ... [详细]
  • 本文介绍了Oracle数据库中tnsnames.ora文件的作用和配置方法。tnsnames.ora文件在数据库启动过程中会被读取,用于解析LOCAL_LISTENER,并且与侦听无关。文章还提供了配置LOCAL_LISTENER和1522端口的示例,并展示了listener.ora文件的内容。 ... [详细]
  • Postgresql备份和恢复的方法及命令行操作步骤
    本文介绍了使用Postgresql进行备份和恢复的方法及命令行操作步骤。通过使用pg_dump命令进行备份,pg_restore命令进行恢复,并设置-h localhost选项,可以完成数据的备份和恢复操作。此外,本文还提供了参考链接以获取更多详细信息。 ... [详细]
  • Linux服务器密码过期策略、登录次数限制、私钥登录等配置方法
    本文介绍了在Linux服务器上进行密码过期策略、登录次数限制、私钥登录等配置的方法。通过修改配置文件中的参数,可以设置密码的有效期、最小间隔时间、最小长度,并在密码过期前进行提示。同时还介绍了如何进行公钥登录和修改默认账户用户名的操作。详细步骤和注意事项可参考本文内容。 ... [详细]
  • Oracle Database 10g许可授予信息及高级功能详解
    本文介绍了Oracle Database 10g许可授予信息及其中的高级功能,包括数据库优化数据包、SQL访问指导、SQL优化指导、SQL优化集和重组对象。同时提供了详细说明,指导用户在Oracle Database 10g中如何使用这些功能。 ... [详细]
  • 本文讨论了在数据库打开和关闭状态下,重新命名或移动数据文件和日志文件的情况。针对性能和维护原因,需要将数据库文件移动到不同的磁盘上或重新分配到新的磁盘上的情况,以及在操作系统级别移动或重命名数据文件但未在数据库层进行重命名导致报错的情况。通过三个方面进行讨论。 ... [详细]
  • Linux如何安装Mongodb的详细步骤和注意事项
    本文介绍了Linux如何安装Mongodb的详细步骤和注意事项,同时介绍了Mongodb的特点和优势。Mongodb是一个开源的数据库,适用于各种规模的企业和各类应用程序。它具有灵活的数据模式和高性能的数据读写操作,能够提高企业的敏捷性和可扩展性。文章还提供了Mongodb的下载安装包地址。 ... [详细]
  • 本文详细介绍了如何使用MySQL来显示SQL语句的执行时间,并通过MySQL Query Profiler获取CPU和内存使用量以及系统锁和表锁的时间。同时介绍了效能分析的三种方法:瓶颈分析、工作负载分析和基于比率的分析。 ... [详细]
  • WhenIusepythontoapplythepymysqlmoduletoaddafieldtoatableinthemysqldatabase,itdo ... [详细]
  • 我们有(据我所知)星型模式SQL数据库中的数据文件。该数据库有5个不同的文件,扩展名为 ... [详细]
  • 本文介绍了在使用Laravel和sqlsrv连接到SQL Server 2016时,如何在插入查询中使用输出子句,并返回所需的值。同时讨论了使用CreatedOn字段返回最近创建的行的解决方法以及使用Eloquent模型创建后,值正确插入数据库但没有返回uniqueidentifier字段的问题。最后给出了一个示例代码。 ... [详细]
  • 上图是InnoDB存储引擎的结构。1、缓冲池InnoDB存储引擎是基于磁盘存储的,并将其中的记录按照页的方式进行管理。因此可以看作是基于磁盘的数据库系统。在数据库系统中,由于CPU速度 ... [详细]
  • CentOS7.8下编译muduo库找不到Boost库报错的解决方法
    本文介绍了在CentOS7.8下编译muduo库时出现找不到Boost库报错的问题,并提供了解决方法。文章详细介绍了从Github上下载muduo和muduo-tutorial源代码的步骤,并指导如何编译muduo库。最后,作者提供了陈硕老师的Github链接和muduo库的简介。 ... [详细]
  • 本文介绍了解决mysql 5.1启动问题的方法,通过修改my.ini文件中的相关配置,包括innodb_data_home_dir和skip-innodb等,可以解决启动问题。同时还介绍了如何调整内存池来存储metadata信息。 ... [详细]
  • Python项目实战10.2:MySQL读写分离性能优化
    本文介绍了在Python项目实战中进行MySQL读写分离的性能优化,包括主从同步的配置和Django实现,以及在两台centos 7系统上安装和配置MySQL的步骤。同时还介绍了创建从数据库的用户和权限的方法。摘要长度为176字。 ... [详细]
author-avatar
mobiledu2502910181
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有