系统基于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

无忧云( 9.9元/首月),河南洛阳BGP 2核 2G,大连BGP线路 20G高防 ,

无忧云怎么样?无忧云服务器好不好?无忧云值不值得购买?无忧云,无忧云是一家成立于2017年的老牌商家旗下的服务器销售品牌,现由深圳市云上无忧网络科技有限公司运营,是正规持证IDC/ISP/IRCS商家,自营有国内雅安高防、洛阳BGP企业线路、香港CN2线路、国外服务器产品等,非常适合需要稳定的线路的用户,如游戏、企业建站业务需求和各种负载较高的项目,同时还有自营的高性能、高配置的BGP线路高防物理...

台湾CN2云服务器 2核2G 5M 5IP 台湾物理服务器 E5x2 64G 20M 5IP

提速啦(www.tisula.com)是赣州王成璟网络科技有限公司旗下云服务器品牌,目前拥有在籍员工40人左右,社保在籍员工30人+,是正规的国内拥有IDC ICP ISP CDN 云牌照资质商家,2018-2021年连续4年获得CTG机房顶级金牌代理商荣誉 2021年赣州市于都县创业大赛三等奖,2020年于都电子商务示范企业,2021年于都县电子商务融合推广大使。资源优势介绍:Ceranetwo...

咖啡主机22元/月起,美国洛杉矶弹性轻量云主机仅13元/月起,高防云20G防御仅18元/月

咖啡主机怎么样?咖啡主机是一家国人主机销售商,成立于2016年8月,之前云服务器网已经多次分享过他家的云服务器产品了,商家主要销售香港、洛杉矶等地的VPS产品,Cera机房 三网直连去程 回程CUVIP优化 本产品并非原生地区本土IP,线路方面都有CN2直连国内,机器比较稳定。咖啡主机目前推出美国洛杉矶弹性轻量云主机仅13元/月起,高防云20G防御仅18元/月;香港弹性云服务器,香港HKBN CN...

php套件为你推荐
郭吉军新媒体营销的咨询行业有哪些好的老师?打开网页出现错误网页上有错误怎么解决?bluestacksBlueStacks是什么?在PC上畅玩Android 45万款应用ps抠图技巧如何使用PS抠图怎么点亮qq空间图标如何点亮QQ空间图标淘宝网页显示不正常淘宝网页不能正常显示idc前线钢铁雄心2修改器南北互通怎么知道是南北互通机房?淘宝软文范例做微商让淘宝代写一篇软文发布招代理有效果吗液晶显示器电源维修液晶显示器通电无显示应如何维修?
vps虚拟主机 老域名失效请用户记下 网页空间租用 工信部域名备案 hostmonster 美国翻墙 l5639 网页背景图片 彩虹ip 150邮箱 好看qq空间 seednet 免费吧 cdn加速原理 免费测手机号 支付宝扫码领红包 美国盐湖城 畅行云 万网主机 重庆服务器 更多