系统基于php的校园招聘信息发布系统的设计与实现

php套件  时间:2021-02-28  阅读:()

毕业论文设计

题目基于PHP的校园招聘信息发布系统的设计与实现

摘 要

论文实现了一个校园招聘信息发布系统管理系统的功能本系统研究基于B/S模式的信息资源共享分配的实现采用的是PHP+MYSQ L模式的在线招聘求职电子政务平台。由于大学生的学习节奏较快且电脑普及率和上网概率也随着社会的发展越来越高学生上网获取就业信息的机会越来越多。所以学校可以将就业信息宣传服务切入到这个点来让学生更方便地获取相关信息这将大大提高学生学习的进度和对学校教育的满意度。

此系统在设计上采用Web Service技术并选用内外三层的结构让整个系统具有平台先进性、技术前瞻性、 内容扩充性使我们建成一个具有良好的稳定性和延展性的先进体系。系统设计严格遵循规范和标准采用三层的设计理念 以及构件化的实现方案。为了使整个系统的结构分层合理本系统采用软件构件化的开发方式使实施的业务与实现方式分离逻辑与整体数据相分离使用开放型的标准方案统一服务接口的核心规范。系统实现了比较完备的功能 以Web界面与使用的对象进行充分的交互与用户进行互动并接受用户的信息 同时使用数据库管理标准系统来存储信息数据。整个系统真正实现了对数据和信息的查询、编辑和互动等数据基础性操作根据使用对象的真实需求及程序的维护和应用达到的易用的目标系统采取了模块化的设计理念和方案把各部分的内容实现在不同的部分中方便程序的维护和扩展此外也建立了基本程序的功能性复用。

关键词毕业生求职招聘 PHP MYS Q L

Abstract

This paper implements an online job recruitment management system function, thesystem of B/S model of information resources sharing based on the realization of thedistribution, using the PHP+MYSQL 2000 model of online recruitment platform fore-government.As the University's fast-paced learning, and computer and Internet penetrationrate with the development of society more and more high,more and more students onlineaccess to information on employment opportunities. So, schools can promote employmentinformation service cut to the point, let students easier access to relevant information,whichwill greatly improve student learning progress and satisfaction of school education.

This system is designed based on three layer structure,Web Service technology,makingthe choice o fplatform,using advanced technology, forward-looking, scalability, thus ensuringthe completion of the system has good stability, scalability.System design by standardization,standardization,and hierarchical design, the component realizes.The so ftware component o fthe development mode, the system hierarchical structure, operations and implementation ofseparation, separation of logic and data; to a unified service interface specification for the core,using open standards. From the functional point of view, the system is more complete, thesystem Web interface and user interaction,and provide information and accept its operation,at the same time to store information and data through database management system. Systemto achieve the basic database of information and data browsing, query, editing andmanagement operations,using a modular design method,according to the needs of users andthe application procedures and maintenance of the ease of use,each component will be placedin different modules, to facilitate the process of expansion and maintenance, and establishedthe basic program function reuse.

Key Wo rds:Graduate Emp loyment Information Management;PHP;MYSQ L

目 录

第1章前 言..........................................................................................................................1

第2章可行性分析..................................................................................................................3

2.1经济可行性. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .3

2.2技术可行性. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .3

2.3操作可行性. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .4

第3章需求分析......................................................................................................................5

3.1业务流分析. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .7

3.2数据流分析. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .9

3.3数据字典. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .10

3.4数据库概念结构设计. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .12

3.5数据库逻辑结构设计. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .14

第4章网站的具体实现........................................................................................................19

4.1系统实现软件简介. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .19

4.1.1网站所用的Web技术有. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .19

4.1.2系统开发工具. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .19

4.2系统前台操作说明. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .21

4.2.1首页页面. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .21

4.2.2站内新闻界面. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .25

4.2.3 岗位查看界面. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .27

4.3系统后台操作界面. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .30

4.3.1系统管理员界面. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .30

4.3.2所以应聘记录管理界面. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .34

4.3.3简历模板设置界面. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .39

第5章结 论..........................................................................................................................1

参考文献....................................................................................................................................2

致 谢........................................................................................................................................3

HostKvm 黑色星期五香港服务器终身六折 其余机房八折

HostKvm商家我们也不用多介绍,这个服务商来自国内某商家,旗下也有多个品牌的,每次看到推送信息都是几个服务商品牌一起推送的。当然商家还是比较稳定的,商家品牌比较多,这也是国内商家一贯的做法,这样广撒网。这次看到黑五优惠活动发布了,针对其主打的香港云服务器提供终身6折的优惠,其余机房服务器依然是8折,另还有充值50美元赠送5美元的优惠活动,有需要的可以看看。HostKvm是一个创建于2013年的...

npidc:9元/月,cn2线路(不限流量)云服务器,金盾+天机+傲盾防御CC攻击,美国/香港/韩国

npidc全称No Problem Network Co.,Limited(冇問題(香港)科技有限公司,今年4月注册的)正在搞云服务器和独立服务器促销,数据中心有香港、美国、韩国,走CN2+BGP线路无视高峰堵塞,而且不限制流量,支持自定义内存、CPU、硬盘、带宽等,采用金盾+天机+傲盾防御系统拦截CC攻击,非常适合建站等用途。活动链接:https://www.npidc.com/act.html...

A400互联37.8元/季,香港节点cn2,cmi线路云服务器,1核/1G/10M/300G

A400互联怎么样?A400互联是一家成立于2020年的商家,A400互联是云服务器网(yuntue.com)首次发布的云主机商家。本次A400互联给大家带来的是,全新上线的香港节点,cmi+cn2线路,全场香港产品7折优惠,优惠码0711,A400互联,只为给你提供更快,更稳,更实惠的套餐,香港节点上线cn2+cmi线路云服务器,37.8元/季/1H/1G/10M/300G,云上日子,你我共享。...

php套件为你推荐
手机游戏排行榜2015求一款2015人气最多的手游,最好有前十排行榜人人时光机寻时光机歌词邮箱打不开怎么办我的邮箱打不开怎么办申请证书求高手教下怎么申请证书iphone越狱后怎么恢复苹果越狱后如何恢复2012年正月十五山西省太原市2012年正月十五活动的相关情况srv记录exchange 2010 自动发现需不需要srv记录网站优化方案网站优化方案如何写?发邮件怎么发如何发邮件?域名库域名赎回期过了多长时间可以注册
台湾服务器租用 免费域名空间申请 韩国vps俄罗斯美女 免费申请域名和空间 gitcafe 圣诞节促销 cdn联盟 赞助 服务器是干什么的 独立主机 atom处理器 cdn网站加速 阿里云邮箱个人版 fatcow winserver2008 内存 crontab 招聘瓦工 隐士ddos sockscap教程 更多