机房自由上机收费管理软件的设计与实现(JSP SQL2000)
论文字数:13172
开发环境:JSP SQL2000
翻译题目:JSPbestpractices(Jsp最佳实践)
摘要
为了提高机房管理者的管理效率和减轻管理者的劳动强度,提高机房的利用率,发挥计算机的方便性和快捷性,提出了机房自由上机收费管理系统的设计方案。
机房自由上机收费系统是典型的数据库管理系统,其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面,对于前者要求建立起数据一致性和完整性、数据安全性好的库,而对于后者则要求应用程序功能完备,易使用等特点。本系统采用B/S模式,主要应用了JSP和JavaBean技术进行程序编制,以SqlServer2000为本系统的数据库。系统主要实现了实验教师设定上机收费标准,维护设备管理和使用信息,管理更新实验教师信息及上机卡信息,管理实验教师值班记录,上机用户充值,销卡及查询使用记录的功能。系统充分利用计算机检索迅速、查找方便、可靠性高、存储量大、保密性好的特点,为机房上机管理发挥作用。
关键词:收费管理;信息管理;上机管理
Abstract
Inordertoenhancethemanagementefficiencyofroommanagersandreducesuperintendent'slaborintensity,reducelaborintensityofmanagers,improvetheutilizationofroomandplaycomputer’sconvenienceandrapidity,proposeddesignoftheChargesSystemofUsingComputer.
Chargessystemistypicalofdatabasemanagementsystem,includingdevelopmentofitskeydatabasebackgroundtotheestablishmentandmaintenanceoffront-endapplicationsandthedevelopmentoftwoareas.Regardingtheformerrequirementtoestablishconsistencyanddataintegrity,datasecurityforgood,asforthelatterdemandedtheapplicationfunctions,andeasy-to-usefeatures.ThesystemusedB/Smode,takeSQLServer2000asthissystemdatabase.Themainachievementoftheexperimentalsetteachersontheplanecharges,serviceequipmentmanagementandusinginformation,updateexperimentalteachersandinformationonthecard,managetherecordofexperimentalteachersonduty,andthechargeofComputerusers,Pincardandcheckusagerecords.Computersystemtotakefulladvantageoftherapidretrievalandsearchforconvenient,highreliability,largememorycapacity,highsecurity,goodfeatures,roomontheplaneforthemanagementroletoplay.
Keywords:Chargemanagement;Informationmanagement;Computermanagement;
目录
1概述1
1.1课题背景1
1.2现状与分析1
1.3研究意义2
2需求分析3
2.1项目内容3
2.2设计目标3
2.3可行性分析3
2.3.1技术经济可行性4
2.3.2社会可行性4
2.4研究设计中要解决的问题4
2.5系统开发环境与开发工具5
2.5.1开发环境5
2.5.2开发工具5
3系统结构特性设计8
3.1系统模型分析8
3.1.1实体说明8
3.1.3E-R图9
3.2数据库设计11
4行为特性设计14
4.1软件结构设计14
4.2功能子模块设计15
4.2.1管理员登录模块15
4.2.2卡信息查询模块16
4.2.3注册信息模块17
4.2.4卡充值模块18
4.2.5销卡模块19
4.2.6设备维护管理模块21
4.2.7设定上机收费标准模块21
4.2.8刷卡上机模块22
5系统测试及分析24
5.1.1测试目的24
5.1.2测试实例24
5.1.3测试结果25
6结论与展望27
参考文献28
致谢29