毕业论文设计
题目基于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商家我们也不用多介绍,这个服务商来自国内某商家,旗下也有多个品牌的,每次看到推送信息都是几个服务商品牌一起推送的。当然商家还是比较稳定的,商家品牌比较多,这也是国内商家一贯的做法,这样广撒网。这次看到黑五优惠活动发布了,针对其主打的香港云服务器提供终身6折的优惠,其余机房服务器依然是8折,另还有充值50美元赠送5美元的优惠活动,有需要的可以看看。HostKvm是一个创建于2013年的...
npidc全称No Problem Network Co.,Limited(冇問題(香港)科技有限公司,今年4月注册的)正在搞云服务器和独立服务器促销,数据中心有香港、美国、韩国,走CN2+BGP线路无视高峰堵塞,而且不限制流量,支持自定义内存、CPU、硬盘、带宽等,采用金盾+天机+傲盾防御系统拦截CC攻击,非常适合建站等用途。活动链接:https://www.npidc.com/act.html...
A400互联怎么样?A400互联是一家成立于2020年的商家,A400互联是云服务器网(yuntue.com)首次发布的云主机商家。本次A400互联给大家带来的是,全新上线的香港节点,cmi+cn2线路,全场香港产品7折优惠,优惠码0711,A400互联,只为给你提供更快,更稳,更实惠的套餐,香港节点上线cn2+cmi线路云服务器,37.8元/季/1H/1G/10M/300G,云上日子,你我共享。...