摘要
随着互联网的发展,人们对WEB网页的要求越来越多的趋向于动态交互性,而这很大程度上依赖于WEB数据库.因为动态交互需要强大的信息系统支持,信 息以数据库形式表示更容易更新和管理.通过网页如何动态交互的访问数据库成为关键的问题.
本奖酬金发放管理系统设计是基于HTML语言,嵌套Java Script源代码的ASP编程技术,以IIS为服务平台,实现奖酬金发放管理系统的构建。本篇论文介绍了网站开发环境和运行平台、ASP、HTML脚本及Java Script。而后台的数据库则使用ACCESS数据库管理整个奖酬金发放管理系统的后台数据。在系统的实现上主要完成的个人档案管理、部门信息管理、工资信息管理、 获奖情况管理、教师列表、系统管理以及查询等功能,经过实际的测试证明,本人所开发的系统能够实现学校部门奖酬金发放管理.本人主要描述了系统的开发背景,开发过程,重难点技术及解决方案.
关键字: B/S结构、奖酬金管理 ASP IIS HTML 连接 数据库
ABSTRACT
Along with the development of the Internet, people on the Web page requests tended to a growing number of dynamic interactive, which depend on the Web database. As dynamic interactive information systems need strong support, and information to the database form that more easily update and management. dynamic interaction through the website how to access the database become a key issue.
The Prize gratuity payment management system design is based on HTML language, Java Script nested source code ASP programming technology to IIS service platforms, and achieve Award gratuity payment of Construction Management System. This paper introduced a Web site development environment and operating platform, ASP, HTML scripting and Java Script. The background database using ACCESS database management fees paid for the entire background information management system. The system mainly in the realization of complete personal file management, departmental information management, information management wages, award-winning management, teachers list, and system administration functions, as well as inquiries, after the actual test proved that I have developed systems to achieve school sector Award gratuity payment management describe my main background of the development of the system, the development process, heavy and difficult technology and solutions.
Keywords: B / S structure, management remuneration Award HTML IIS ASP database connection
目录
摘要 1
ABSTRACT 2
第一章 绪论 4
1.1 引言 4
1.2 系统开发的背景 4
1.3 课题介绍 5
1.4 研究线路 5
第二章 主要技术介绍 6
2.1 B/S结构的特点 6
2.2 ASP的工作原理 7
2.3 ASP运行环境的搭建 8
2.4 脚本语言的使用 9
2.5 ASP 数据库的应用 10
第三章 系统总体设计 10
3.1系统的软、硬件环境 10
3.2系统功能模块设计 11
3.3数据库结构设计 12
3.3.1 userinfo表结构 13
3.3.2 teachering表结构 13
3.3.3 jiaoyan表结构 14
3.3.4 research表结构 15
第四章 详细设计与系统实现 15
4.1系统登录的设计 16
4.2档案管理模块的设计 16
4.3部门信息管理设计 16
4.4工资信息管理设计 16
4.5获奖情况管理设计 16
4.4系统流程图设计 17
4.5数据库的连接 18
4.6数据库的加密 19
4.7系统主界面设计 19
4.8 主要模块程序设计 20
4.8.1身份验证的设计 20
4.8.2档案管理程序 22
4.8.3部门信息管理程序 26
4.8.4工资信息管理程序 27
4.8.5获奖信息管理程序 28
4.8.6用户管理程序 29