您现在的位置:网站首页答辩论文计算机毕业设计ASP毕业设计

毕业生电子档案跟踪系统

  • 简介:(论文 字数:16865 页数:46 带程序)摘 要:随着计算机网络技术的飞速发展,计算机在各个领域中应用的普及,利用计算机实现学生信息的管理势在必行。本系统结合学生信息管理实际,教学工作需要,经过实际的需求分析,采用功能强大且普遍采用的asp作为编...
    • 请与管理员联系购买资料 QQ:5739126
  • 论文简介
  • 相关论文
  • 论文下载

(论文 字数:16865 页数:46  带程序)摘 要:随着计算机网络技术的飞速发展,计算机在各个领域中应用的普及,利用计算机实现学生信息的管理势在必行。本系统结合学生信息管理实际,教学工作需要,经过实际的需求分析,采用功能强大且普遍采用的asp作为编程语言,关系型数据库sql server 2000作为数据库支持开发出来了网络环境下使用的毕业生电子档案跟踪系统。
整个系统遵循操作简便、界面友好、灵活、实用、安全的设计理念,主要完全了以下六个方面的功能:第一,在校生基本信息录入,修改,删除等管理工作及一套登录注册系统;第二,在校生成绩,课目的录入,查询;第三,毕业生就业信息的录入,更新,这主要是由毕业生自主注册本系统完成信息回馈来完全的;第四,毕业生就业信息统计,基于毕业生回馈信息,生成柱状图,折线图等来直观地反应出各年度就业率的变化情况,及系就业情况的差异,可以作为学校日后教学工作调整的依据;第五,新闻发布系统,这个系统的存在主要是考虑到学校对外宣传的需要而设立的,它也可以用来随时发布最新的就业信息和事件;第六,留言薄,一个很简单的留言系统,用户包括游客都可以在上面留下自己的感想和建议,有利于收集更为全面和细致的信息。第七,热门专业调查,用来向毕业生调查他们认为的职场最抢手的专业,并生长横向柱状图,这无疑可以反应社会对不同的专业人才需求的不同。

关 键 词 数据库,sql server 2000,asp ,vbscript,软件工程

ABSTRACT :Along with the computer and www technologies rapid development, the computer is wildly used in many fields ,to fulfill the need of the students information management using computer is already approachable. After considering the practice of student information management, the needs of teaching activities ,I choose asp, most wildly used and powerful nowadays ,as the programming language. Besides, Sql server 2000 is chose as the database .This system is called graduate electronic archives tracking system and is proposed to be put in an www net environment.
The desing is based on these principle: user-friendly, flexible, practical, secure. It can realize five functions as below: firstly, college students’ basic information type-in ,editing ,removing system and login-logout module; secondly, scores of college students’ adding and requiring system; thirdly, graduate’s employment information type-in and updating system, this is done by graduate themselves; fourthly, graduate data management system , using the data feedback by graduate to form several kinds of charts which can lively indicate the changes of employment ratio yearly ; fifthly, news publishment, which can release the latest events of employment and propagandize a college; sixthly, is a simple message board, even the tourists can leave pieces of messages of their feeling and advises. It is useful to gathering the detail of people’s remarks. The last one is the hot-major survey system, used to investigate the most demanding professionals in graduate’s ideas. The final result is delivered by a horizontal columnar chart, it can reflect the different requirements of a certain professionals.
The system mainly introduced the development environment, and emphases the desing stresses technique difficulties and development process. Key explanation system design key point, design thought, difficult technology and solution.
This system is based on the software engineering thought , and the entire desing process have take it into account.

Keywords database, sql server 2000, asp,vbscript, software engineering

 

目 录

1.绪论 3
1.1课题来源 3
1.2问题定义 3
1.3可行性分析 3
1.3.1技术可行性: 3
1.3.2操作可行性: 4
2.系统开发环境 5
2.1IIS简介 5
2.2后台开发语言 6
2.2.1 HTML超文本标识语言 6
2.2.2 asp动态服务网面 6
1. 开 发 工具 11
3.1 VISUAL STUDIO.NET的基本介绍 11
3.1.1 Visual Studio.Net的简介 11
3.1.2 Visual Studio.Net的新特点和优点 11
3.2 SQL SERVER 2000 数据库的介绍 12
3.2.1 数据库选择 12
3.2.2 SQL资源管理器 12
3.2.3 SQL监视器 13
3.2.4 数据转移工具 13
3.3 数据库的应用 13
4.前台开发工具介绍 14
5.具体实现 14
5.1.相关知识及技术点介绍 14
5.1.1.本系统的一些常见文件 14
5.1.2.数据库相关概念 15
5.1.3.数据库操作语句示例 16
5.1.4.asp内建对象和数据库连结 19
6.概 要 设 计 22
6.1系统功能 24
6.2.1注册登录系统 24
6.2.2在校生信息管理功能 24
6.2.3 毕业生信息管理 24
6.2.4成绩信息管理 24
6.2.5新闻信息管理 25
6.2.6留言薄信息管理 25
6.2.7投票管理 25
6.2.8关于 25
6.3系统功能模块图 26
6.4数据库设计 27
7.详细设计举例 30
7.1 公用的CONN.ASP模块的设计 30
7.2 关闭数据库 30
7.3 登陆窗口设计 31
7.3.1 功能说明 31
7.3.3 实现方法 31
7.3.4登录事件程序流程图 32
7.3.4按钮事件代码 33
7.4 成绩查询模块 35
7.4.1 功能说明 35
7.4.2 界面设计 36
7.4.3 源程序分析(前台) 36
7.4.4 源程序分析(后台) 37
8.主界面设计 39
10.参 考 书 目 41
11.致 谢 42


1.绪论
1.1课题来源
随着计算机技术的飞速发展,计算机在企业管理中应用的普及,利用计算机实现学生学籍信息、课程信息、成绩信息等的管理势在必行,进而对毕业生就业情况进行电子档案跟踪也成为必要。对于高等学校院系来说,利用计算机支持学院高效率完成学生学籍、课程、成绩管理的日常事务,是适应现代企业制度要求、推动学院日常教务管理走向科学化、规范化的必要条件;而学生信息管理是一项琐碎、复杂而又十分细致的工作,新生注册、课程开设、学生课程选择、信息查询的工作量很大,如果实行手工操作,手工填制大量的表格,这就会耗费工作人员大量的时间和精力,计算机进行学生信息管理,不仅大大提高了工作效率,减轻了教务秘书的工作负担,而且还方便了广大学生查询所要的信息。同时计算机有着手工管理所无法比拟的优点.例如:检索迅速、查找方便、可靠性高、存储量大、保密性好、寿命长、成本低等。这些优点能够极大地提高学生成绩信息管理的效率,也是企业的科学化、正规化管理,与世界接轨的重要条件。

查看评论 已有0位网友发表了看法
  • 验证码: