毕业论文设计
题目基于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
RAKsmart 商家八月份的促销活动今天更新。基本上和上个月的产品套餐活动差不多的,不过也是有简单的微调。对于RAKsmart商家还是比较了解的,他们家产品虽然这两年增加多个机房,以及在VPS主机方案上有丰富的机房和调整到一些自营机房,他们家的策划能力还是有限,基本上每个月的套餐活动都差不多。RAKsmart 在八月份看到有新增香港高防服务器可选,最高100GB防御。同时原来上个月缺货的日本独立...
日前,国内知名主机服务商阿里云与国外资深服务器面板Plesk强强联合,推出 阿里云域名注册与备案、服务器ECS购买与登录使用 前言云服务器(Elastic 只需要确定cpu内存与带宽基本上就可以了,对于新手用户来说,我们在购买阿里云服务申请服务器与域名许多云服务商的云服务器配置是弹性的 三周学会小程序第三讲:服务 不过这个国外服务器有点慢,可以考虑国内的ngrokcc。 ngrokcc...
RackNerd 商家给的感觉就是一直蹭节日热点,然后时不时通过修改配置结构不断的提供低价年付的VPS主机,不过他们家还是在做事的,这么两年多的发展,居然已经有新增至十几个数据中心,而且产品线发展也是比较丰富。比如也有独立服务器业务,不过在他们轮番的低价年付VPS主机活动下,他们的服务器估摸着销路不是太好的。这里,今天有看到RackNerd商家的独立服务器业务有促销。这次提供美国多个机房的高配独立...