- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
基于WAMP的BUG管理系统
摘要
在比较现有较成熟的Bug管理系统的基础上,自己设计和开发一套适合网站公司内部小规模使用的Bug管理系统1.0。这套系统能满足目前开发项目的需要,便于项目开发中各成员之间的协作和相互测试,并能有效追踪和管理Bug。
本系统是基于WAMP来实现的,就是在Windows操作系统下,利用Apache作为Web服务器,MySQL作为数据库,使用PHP技术来实现Bug管理系统各模块的功能[1]。整个系统从符合操作简便、界面友好、实用、安全的要求出发,完成用户管理、项目管理、Bug管理,包括三种用户角色,新用户的添加,用户资料的修改和项目的建立,项目的修改,项目的删除,以及Bug的优先级,Bug的修改等等。
另外本系统在开发过程中使用到的开发管理工具有EclipsePHP Studio、Dreamweaver和Navicat等。
关键词:Bug管理,WAMP,Apache,MySQL,PHP
ABSTRACT
Comparing with the present mature bug management system, i project a bug management system, which is designed and developed by myself is applicable to the Website Companies in small-scale use better. The system which meets the need of project development, is conducive to cooperation among members and mutual testing. It tracks bugs and then deal with them effectively.
The system is implemented on the base of WAMP. In other words, in the Windows operating system, with Apache as a web server and MySQL as the database, use PHP technology to implement the system functions of each module. The whole system has function like user management, project management, bug management. As well as comply with the requirements which is simple to operate, and user-friendly interface, practical and security. Includes three user roles, add new users, modify user information and the establishment, modification and deletion of project, the bugs priority, the bug’s modification and so on.
Additionally, in the development process it used some development and management tools, such as EclipsePHP Studio, Dreamweaver, Navicat and so on.
Keywords: Bug Management , WAMP , Apache , MySQL , PHP
目录
摘要 I
ABSTRACT II
第1章 引言 1
1.1 背景 1
1.2 研究内容 2
第2章 开发环境及工具介绍 3
2.1开发环境及工具概述 3
2.2 MySQL数据库 3
2.2.1 MySQL的概述 3
2.2.2 MySQL的应用 4
2.2.3 MySQL管理工具 4
2.2.4 PHP连接MySQL数据库 5
2.3 开发语言与工具 6
2.3.1 PHP技术介绍 6
2.3.2 PHP开发工具:EclipsePHP Studio 6
2.3.3 网页制作软件:Dreamweaver CS4 6
2.4 B/S结构概述 7
2.5 本章小结 8
第3章 系统分析与设计 9
3.1 设计目标 9
3.2 相关概念 9
3.3 系统组成和功能概述 10
3.4 系统流程分析 11
3.4.1 登录与退出 11
3.4.2 用户管理 12
3.4.3 项目管理 12
3.4.4 Bug管理
文档评论(0)