网络求职招聘系统的设计与实现(ASP,Access)(含录像)

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

网络求职招聘系统的设计与实现(asp,Access)(含录像)(毕业论文10700字,程序代码,Access数据库) 

摘  要
随着网络信息的发展,网络在人们生活中的应用越来越广泛,网络求职招聘方式已经成为了求职招聘的一大重要手段。通过它应聘者和招聘企业可以在网络上通过Internet,突破时间和空间的限制而实现应聘者的工作求职和企业的人才招聘。网络求职招聘系统主要包括个人用户,企业用户和管理员3个部分。个人用户可以在主页方便地浏览查询招聘企业信息,招聘职位及发送应聘简历;企业用户可以方便地查找人才信息及个人简历;管理员则通过后台来实现对所有用户信息,简历,公司信息,企业招聘职位的管理。
本文主要介绍了ASP,数据库等相关知识,同时较为详尽的阐述了网络求职招聘系统的实现。本系统是使用基于HTML语言,嵌套JAVAScript源代码的ASP编程技术来开发,并以IIS为服务平台实现网络求职招聘系统的构建。后台数据库选用的是ACCESS,利用asp 动态网页编程技术,通过ADO与ACCESS数据库建立链接,并且运用SQL语言实现对其数据库进行操作。
关键词:网络求职招聘;asp;ACCESS;数据库  
The Network Job search and Recruitment System of design and implementation
Abstract
Along with the network information's development, network has found an increasingly wide utilization in the people's lives. So the network job search and recruitment has become a recruiting job one of the important means. Through the system, job seekers and the recruitment of businesses can through the Internet, breakthrough time and space limit implementation of applicants seeking employment and entrepreneurial talent recruitment. This system mainly including three parts: individual users, enterprise users and administrators. Through visit the home page, job seekers can make things convenient for browsing and querying to recruitment information and send biographical notes; at the same time, enterprise recruitment can easily find the talent’s information and biographical notes. Besides, administrators through the backstage can achieve to all job seekers information, biographical notes, the company information and the enterprise recruitment post’s management.
This paper mainly introduced the ASP technology, the database and other the related knowledge, meanwhile it is more detailed exposition the implementation of network job search and recruitment system. This system is developed with ASP programming technology which is based on HTML language and nested JAVAScript source code, and it is circulated on IIS services platform to achieve establishment of a network seeking a job and recruitment systems. Access was chosen as the backstage database. asp pages connect to Access by ADO, in which SQL language is used to issue database operations.
Key words: Network job search and recruitment; Access; asp; Network databases 
 
系统功能分析
通过以上对系统的需求分析,求职招聘系统的功能模块应分为会员管理,求职招聘信息和系统管理3个模块。系统功能模块图如下:
 
3.2.1 用户功能
⑴用户注册:用户注册后可进入会员中心,填写、修改基本信息,个人用户可查看招聘单位的详细信息、招聘职位以及发送个人简历给满意的招聘单位;企业用户可发布和修改招聘信息、查看详细的个人简历并接受简历;
⑵发布求职招聘信息:用户进行求职招聘职位的信息发布和更新,以及修改其中的职位内容,求职要求和招聘要求等;
⑶职位搜索:按所设置的搜索条件进行符合要求的用人单位及招聘职位的搜索,帮助求职人员及时发现合适的职业机会;
⑷人才查询:按所设置的搜索条件进行现有简历库的查询,查找满足职位要求的候选人员;
⑸职位收藏:个人用户对于多个意向职位可以放入个人的职位收藏夹进行保存,以进行以后的逐个处理; 
⑹人才收藏:企业用户对于多个满足职位要求的人才可以放入个人库中进行保存。
 
3.2.2 管理员功能
管理员有操作所有功能模块的权限,可以对所有用户的基本信息录入、修改、查询、删除以及查看、修改和删除发布的求职信息和招聘信息,并可以修改自己的用户名和密码。
3.3 系统流程图
本系统为用户提供了求职者及用人单位的会员注册,通过注册,用户可登陆自己的管理页面进行资料的填写,删除和修改,求职者可通过系统功能查看所有用人单位,招聘职位的信息及投放简历,用人单位也可查看所有求职者及应聘本公司的用户信息及应聘者简历。而未注册的用户则只可以查看所有人才求职信息及企业招聘信息。
网络求职招聘系统的设计与实现(asp,Access)(含录像)
 
网络求职招聘系统的设计与实现(ASP,Access)
网络求职招聘系统的设计与实现(ASP,Access)
网络求职招聘系统的设计与实现(ASP,Access)
网络求职招聘系统的设计与实现(ASP,Access)
网络求职招聘系统的设计与实现(ASP,Access)
网络求职招聘系统的设计与实现(ASP,Access)
网络求职招聘系统的设计与实现(ASP,Access)
网络求职招聘系统的设计与实现(ASP,Access)
网络求职招聘系统的设计与实现(ASP,Access)
网络求职招聘系统的设计与实现(ASP,Access)
网络求职招聘系统的设计与实现(ASP,Access)
目  录
1 引言 1
1.1 课题背景 1
1.2 研究现状 2
1.3 课题研究意义 2
2 系统开发技术简介 3
2.1 asp简介 3
2.2 asp内置对象 3
2.3 JAVASCRIPT语言概述 4
2.4 数据库访问技术 4
2.5 数据库的连接 5
3 系统设计分析 6
3.1 功能需求分析 6
3.2 系统功能分析 6
3.2.1 用户功能 7
3.2.2 管理员功能 7
3.3 系统流程图 8
3.4 数据库设计 9
3.4.1 数据库的需求分析 9
3.4.2 数据库概念结构设计实体图 9
4 详细设计与实现 11
4.1 用户功能模块 11
4.1.1 用户注册 11
4.1.2 发布招聘信息 12
4.1.3 职位搜索 13
4.1.4 发送站内信息 15
4.2 管理员功能 16
5 开发难点与解决办法 19
结    论 20
参考文献 20
致    谢 21