毕业生就业信息管理系统
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
毕业生就业信息管理系统
摘要:随着高校教育体制的改革大学生人数的不断增加,毕业生就业制度发生了根本的变化。单位和学生走向人才市场,双向选择,择优录用。因此在这样的情况下,在INTERNET上开发并运行信息管理系统就能够极大地提高工作效率,弥补了用人单位和学生在时间和空间上的不足。
本毕业生就业信息管理系统是使用ASP和SQL Server2000数据库为开发工具来开发的一个就业信息管理系统。系统包括五大模块:用户资料完善和发布模块、信息搜索模块、就业指导模块、留言板模块、修改密码模块。利用这些模块可以实现数据的录入、查询、修改和删除。本系统共有三类不同身份的用户:毕业生用户、企业注册用户、管理员用户,根据他们各自的身份,分别给他们赋予了不同的操作权限,执行各自的操作。
本系统在进行了很多次的测试和修改后,各个模块的功能都能够成功运行。
关键词:就业信息管理;双向选择;ASP;SQL Server2000
Information Management System for
G raduates’ employment
Abstract:With both the reformation of higher education system and the increasing in university students, the employment system has been changed radically. Both companies and students choose each other, a mutual selection turns to be a trend. In such circumstances, information management system based on Internet would enhance the efficiency to satisfy both sides.
This information management system about graduate’ employment uses ASP and SQL Server2000 database to create a website employment information management system. This system including five modules: The consummating and issuing the users’ information module, the information search module, the career guidance module, the message board module, the revision password module. That will be possible to realize the data input, the inquiry, the revision and the deletion using these modules. This system altogether has three kind of different status users: The graduate user, the enterprise user registered, the manager user. According to their respective status, they have been put with the different operation jurisdiction, carry out the different operation.
All the modules of this system can be used successfully after many times’ test and modification.
Key words: information management system, two-way choice, ASP, SQL Server2000
目录
第1章绪论 (1)
1.1开发目的和意义 (1)
1.2国内外研究状况. (2)
1.3手工操作存在的问题. (2)
1.4本系统的优点 (3)
第2章系统设计方案 (4)
2.1运行平台和开发架构. (4)
2.2开发环境 (4)
2.3设计工具 (5)
第3章系统设计 (6)
3.1系统设计开发流程 (6)
3.2需求分析 (7)
3.3系统设计内容 (7)
3.4系统整体设计 (8)
3.5系统数据库设计. (10)
3.5.1 概念结构设计 (10)
3.5.2 逻辑结构设计 (11)
3.6IIS5.1安装和配置. (13)
第4章系统设计实施 (15)
4.1站点布局 (15)
4.2未登录时页面设计 (16)
4.3登录页面设计 (18)
4.3.1 学生登录页面 (18)
4.3.2 公司登录页面 (19)
4.4个人用户功能设计 (20)
4.4.1 个人资料完善及发表求职信息模块的设计 (20)
4.4.2 职位信息搜索模块的设计 (21)
4.4.3 留言板模块的设计 (23)
4.4.4 修改密码模块的设计 (25)
4.4.5 退出模块的设计 (26)
4.5企业用户功能设计 (26)
4.5.1 完善公司资料及发表招聘信息模块设计 (26)
4.5.2 信息搜索模块的设计 (27)
4.5.3 留言板模块的设计 (28)
4.5.4 修改密码模块的设计 (28)
4.5.5 退出模块的设计 (29)
4.6管理员用户功能设计. (29)
4.6.1 管理员登录页面的设计 (29)
4.6.2 管理员主页面 (29)
4.6.3 学生信息管理模块 (30)
4.6.4 企业信息管理模块的设计 (31)
4.6.5 就业指导信息管理模块的设计 (31)
4.6.6 留言信息管理模块的设计 (32)
4.6.7 退出模块的设计 (33)
4.7系统测试 (34)
4.7.1 系统测试的目的和任务 (34)
4.7.2 测试方法 (34)
4.7.3 测试过程 (34)
4.7.4 测试结果 (35)
结论 (36)
致谢 (37)
参考文献 (38)
附录一:CONN.ASP (39)
附录二:GENERALTOOLS.ASP (41)
附录三:ADOVBS.INC (43)