基于bs架构的《学籍管理系统》设计.doc

约41页DOC格式手机打开展开

基于bs架构的《学籍管理系统》设计,论文标准word格式排版 共41页摘要本课题设计的学籍管理系统是基于asp.net基础的b/s架构程序。具有b/s程序所有优点的同时,引入大量javascript以改善用户操作简便性与数据有效性。本课题根据南昌大学教务处学籍管理实际需求,设置了学生基本信息管理,学生注册情况管理,学生异动情况管理,学生各项信息统计,学生...
编号:10-268768大小:1.12M
分类: 论文>计算机论文

内容介绍

此文档由会员 莎士比亚 发布

论文标准WORD格式排版 共41页

摘要

本课题设计的学籍管理系统是基于ASP.NET基础的B/S架构程序。具有B/S程序所有优点的同时,引入大量JAVASCRIPT以改善用户操作简便性与数据有效性。

本课题根据南昌大学教务处学籍管理实际需求,设置了学生基本信息管理,学生注册情况管理,学生异动情况管理,学生各项信息统计,学生考勤管理,学生奖惩管理,基础数据字典维护七大模块。同时,根据实际情况下系统使用人员等级不同,对不同用户进行了权限控制。使得程序在安全性,可靠性方面有了很好保障。

本课题的特色在于第三方控件的引入。第三方控件的使用不仅大大降低了程序编写的工作量,同时也最大程度上提高了程序的性能与功能。

本课题所设计的学籍管理系统,是模拟真实业务流程而编写的。虽然在数据库采用、代码规范性方面有待提高,但整体而言,能基本满足真实业务流程,具有一定的真实性和使用价值。

关键字:B/S 架构, jsp, html,数据库,SQL SERVER 2000,ACCESS

School Information Manage System Based On B/S Design Pattern
ABSTRACT

Student Information Management System is based on B/S programming pattern, designed by ASP.NET. Therefore, this system has all advantages of B/S application. Moreover, since JAVASCRIPT has imported , the user-friendly and data- availability of this system has improved dramatically.

According to the real situation of Nan Chang University student information management, there are seven modules are parted in the system. There are Student Basic Information Management, Student Enrollment Management, Student Information Edit, Student Reward and Punishment, Basic Dictionary Management. Further More, different users were allocate different function modules.

One thing that I have to mention about my work is the import of other components. The import of other components not only lessens my work, but also improves the capacity and function of my work.

In summary, this system I designed simulates the real situation of the student information management. Although there are still some bugs and other disadvantages in my application, this system can satisfy the real work. I believe that my work is worthy and usable.

KEY WORDS: B/S design pattern, jsp, html, SQL SERVER 2000,ACCESS
目 录
摘要 II
ABSTRACT 3
目 录 4
第一章 绪论 1
1.1 引言 1
1.2系统分析 2
1.2.1系统概述 2
1.2.2系统目标 2
1.2.3系统可行性分析 2
1.3 章节组织 3
第二章 系统开发模式与主要技术 4
2.1 设计模式介绍 4
2.1.1 C/S模式介绍 4
2.2.2 B/S模式介绍 4
2.2 系统开发工具与技术 6
2.2.1 Macromedia Dreamweaver MX2004简介 6
2.2.2 FrontPage 2003简介 6
2.2.3 PhotoShop简介 7
2.2.4 TOMCAT简介 7
2.2.5 JSP技术简介 8
2.3 数据库服务器 9
2.3.1 SQL SERVER的特点 9
2.3.2 SQL SERVER安全性 10
2.4 系统的运行环境 12
2.5 本章小结 12
第三章 学籍管理系统概要设计 13
3.1 系统目标与开发方法 13
3.1.1 平台实现目标 13
3.1.2 平台功能模块 13
3.1.3 平台开发环境 14
3.2 平台适用范围 15
3.3 程序设计模式 15
3.3.1 程序设计模式 15
3.3.2 什么是MVC设计模式 16
3.3.3 什么是MVC设计模式的优点 16
3.4 系统详细设计 17
3.3.1 系统管理模块说明 17
3.3.1 系统信息管理说明 18
3.5 数据库设计 19
3.5 本章小结 21
第四章 学籍管理系统的实现 22
4.1 数据库的连接 22
4.2 学籍管理系统设计 23
4.2.1 学籍管理系统界面设计 23
4.2.2 学籍管理系统程序设计 25
4.3 系统测试 32
4.3.1 测试内容 32
4.3.2 测试执行情况 32
4.3.3 测试结论 33
4.4 本章小结 33
第五章 总结 34
5.1开发过程中所做工作 34
5.2技术实现总结 34
参考文献 36