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

丽萨主机122元/每季,原生IP,CN2 GIA网络

萨主机(lisahost)新上了美国cn2 gia国际精品网络 – 精品线路,支持解锁美区Netflix所有资源,HULU, DISNEY, StartZ, HBO MAX,ESPN, Amazon Prime Video等,同时支持Tiktok。套餐原价基础上加价20元可更换23段美国原生ip。支持Tiktok。成功下单后,在线充值相应差价,提交工单更换美国原生IP。!!!注意是加价20换原生I...

UCloud年度大促活动可选香港云服务器低至年134元

由于行业需求和自媒体的倾向问题,对于我们个人站长建站的方向还是有一些需要改变的。传统的个人网站建站内容方向可能会因为自媒体的分流导致个人网站很多行业不再成为流量的主导。于是我们很多个人网站都在想办法进行重新更换行业,包括前几天也有和网友在考虑是不是换个其他行业做做。这不有重新注册域名重新更换。鉴于快速上手的考虑还是采用香港服务器,这不腾讯云和阿里云早已不是新账户,考虑到新注册UCLOUD账户还算比...

DiyVM:499元/月香港沙田服务器,L5630*2/16G内存/120G SSD硬盘/5M CN2线路

DiyVM是一家成立于2009年的国人主机商,提供的产品包括VPS主机、独立服务器租用等,产品数据中心包括中国香港、日本大阪和美国洛杉矶等,其中VPS主机基于XEN架构,支持异地备份与自定义镜像,VPS和独立服务器均可提供内网IP功能。商家VPS主机均2GB内存起步,三个地区机房可选,使用优惠码后每月69元起;独立服务器开设在香港沙田电信机房,CN2线路,自动化开通上架,最低499元/月起。下面以...

php套件为你推荐
行业关键词关键词有哪些分类?网络明星网络明星是什么,出现这一现象的原因是什么吴晓波频道买粉《吴晓波频道》《罗辑思维》《专栏精粹》怎么评价?微信如何建群在微信里怎么创建一个群别人可以加入扫描二维码的加入手机区号手机电话号码开头95共15位号码是什么手机号码?显卡温度多少正常显卡温度多少正常彩信中心短信中心的号码是多少数据库损坏数据库坏了,怎么修复?ejb开发什么是EJB?它是干什么的?和JAVA,JSP有关系吗?他们各有什么特点和用途?2012年正月十五2012年正月十五上午9点27分出生的女孩儿五行缺什么,命怎么样
广西虚拟主机 申请域名 vps是什么 liquidweb 网站保姆 美国php空间 空间服务商 双拼域名 老左来了 中国电信宽带测速网 移动服务器托管 cxz 中国电信测速网站 xuni 七十九刀 fatcow 西部数码主机 俄勒冈州 winscpiphone ddos攻击软件 更多