网学网为需要XHTML的朋友们搜集整理了计算机等级考试查询系统相关资料,希望对各位网友有所帮助!
包括开演示文稿,代码,论文,论文字数:6012,页数:22
摘 要
计算机等级考试查询系统,基于学校里庞大的用户群应运而生。它是应用JSP技术在LINUX服务器上构建的系统模型。本系统采用j2sdk1.4.1_07版本进行开发,使用RESIN服务器当做测试服务器,采用mm.mysql.jdbc-2.0pre5驱动数据库。使用Dreamweaver编写JSP语言。
计算机等级考试查询系统主要解决不同类型的用户怎样进行不同类型的查询,即超级管理员、系管理员和学生用户怎样进行不同权限的查询。这样限定权限便于管理,而且查询结果一目了然。
当然在开发软件系统的漫长过程中,我们会面临错综复杂的问题,人又难免会犯错误,这就需要进行软件测试。我在编码过程中进行了模块测试,编码结束后又进行了系统测试和验收测试。分别采用白盒测试和黑盒测试的方法。测试结果表明每个模块之间的接口都吻合,即被调用模块都能正确接收参数,调用模块能调用自己想要调用的每个模块。各项功能基本上实现,产生记录符合要求。
关键词:JSP技术 查询 权限 软件测试
Abstract
The computer inquires about the system, arise at the historic moment on the basis of the huge users in the school in grade examination. It is the systematic model using JSP technology to structure on LINUX server. This system adopts j2sdk1. 4. 1 _ 07 editions develop , use RESIN server to regard as and test the server , adopt mm. mysql. jdbc-2. 0pre5 drives the database . Use Dreamweaver to write JSP language.
The computer inquires the system solves how different kinds of users carry on different kinds of inquiry mainly in grade examination, namely super administrator, administrator and how user carry on different inquiry of authority student. It is easy to manage to limit the authority like this, and it is very clear to inquire about the result.
Certainly while the ones that develop the software system are long , we will face the intricate problem , people will unavoidably make mistakes , this needs to carry on software test. I test the module in the course of code, carry on system testing and confirm testing after the code. Adopt the method that the white box is tested and the black box test separately. Test result indicate interface of each module identical , transfer module can correct to receive the parameter, can transfer each module wanted to transfer by oneself while transfering the module. Every function is realized basically, produce and write down and fulfil requirements.
Key words: JSP technology Inquiry Authority Software test
目 录
引言………………………………………………………………………1
关于 JSP……………………………………………………………………………1
第二章 需求分析…………………………………………………………………4
一、开发环境………………………………………………………………………4
二、可行性研究……………………………………………………………………4
三、系统流程图及数据流图………………………………………………………5
四、需求分析………………………………………………………………………6
第三章 数据库设计………………………………………………………………8
第四章 功能设计…………………………………………………………………10
查询功能模块…………………………………………………………………10
详细设计阶段…………………………………………………………………11
代码……………………………………………………………………………15
代码的实现……………………………………………………………………17
第五章 测试………………………………………………………………………21
结束语………………………………………………………………………………22
计算机等级考试查询系统......