{$cfg_webname}
主页 > 计算机 > PHP >

百名公司企业网站的设计与实现(PHP,MySQL)(含录像)

来源:wenku7.com  资料编号:WK72936 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK72936
以下是资料介绍,如需要完整的请充值下载。
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

百名公司企业网站的设计与实现(PHP,MySQL)(含录像)(毕业论文9400字,程序代码,MySQL数据库,答辩PPT)

摘    要:
随着计算机网络普及到我们的生活中,越来越多的企业开始构造自己的企业网站,因为网络是企业与外界联系交流的最好方式,外界可以从该系统了解该企业的一些基本情况。系统的管理员可以对企业信息系统上的内容进行修改和发布,员工也可以发布一些信息。
    系统采用的是B/S模式,利用网络的便捷性和这种模式系统的升级,维护快的特点,实现系统模块的各个功能。本系统是在WINDOWS XP系统环境下开发的,系统主要采用php,mysql数据库进行设计,例外相应的使用Dreamweaver、Photoshop的工具作为辅助。Apache作为WEB服务器。
    本系统的主要实现下面几大功能模块。新闻中心、服务项目、企业介绍、产品信息、企业招聘、后台管理,成功案例。将这几大模块组织起来将组成一个较为完整的企业网站系统,为企业产品信息,信息发布以及商人才招聘和信息共享等各个方面起了很大的作用。进一步的促进企业的发展。
本文采用PHP技术开发了基于php的企业网站系统,并且对该系统的技术方案的选择、系统功能的设计和实现等进行了介绍。在这个系统中,采用的是php动态网页设计技术和mysql数据库,可以灵活的管理和发布各种企业信息。
 
关键字:网站;php;产品介绍;企业网站设计;企业网站
 
Abstract:
With computer network spread to our life, more and more enterprises start their own enterprise website construction, the outside world can understand some of the basic conditions of the enterprise from the system because the network is the best way to the enterprise and the outside communication. The administrator of the system can modify and publish the contents of the enterprise information system, and employees can release some information..
The system uses the B/S mode, the convenience of the network and the upgrade of the mode system, maintain the fast features, and realize the function of the system module.. This system is developed under the environment of XP WINDOWS system, the system mainly uses php, MySQL database is designed, with the exception of the use of Dreamweaver, Photoshop as the auxiliary tool. Apache as the WEB server.
The main functions of the system are the following functions. News Center, service projects, enterprise information, product information, enterprise recruitment, background management, success stories. Will this several big modules together will form a relatively complete enterprise website system, for the enterprise product information, information release and business personnel recruitment and information sharing and so on all aspects of played a great role. Further promote the development of enterprises.
In this paper, the PHP based enterprise website system is developed, and the selection of the system, the design and the realization of the system function are introduced.. In this system, the PHP dynamic web design technology and MySQL database can be used flexibly to manage and publish various enterprise information..
Keywords: website; PHP; product introduction; enterprise website design; enterprise website
 
系统的性能需求
作为企业网站设计,在系统中有员工模块和企业各类的信息资源需要管理员分类管理。
1.员工的添加、密码的修改;
2.企业新闻的发布,修改,删除,查询;
3.游客身份访问网站;
4.管理员添加产品信息资源、发布人才招聘功能;
5.管理员对后台操作的日志的管理,以便了解员工维护网站的痕迹;
6.管理员对服务案例,成功案例,企业简介等的管理;
 
会员模块
●员工登录:进入网站后台后,可以以搜索想要查找的公司新闻和产品等信息。
●企业新闻模块:员工对企业新闻的日常管理,查询等。
●企业产品模块:员工对企业新产品,旧产品进行维护,可以更新相关的产品图片,即可把本地的产品图片按照产品分类和格式进行上传,上传后保存到网站内的数据库里,供前台用户查询。
●服务项目:公司有哪些新的服务项目案例进行更新维护。
 
管理员模块功能
管理员登录方式同员工相同,从后台登录界面登录后可进行管理员权限的管理。管理员主要功能可发布公告,对网站进行设置,对员工进行增删改查和日志的管理等等。
●日志管理:管理员可以通过此模块清晰的看到员工用户操作本系统的每一个步骤,方面网站出现意外的原因查找.
●企业员工管理:对于员工发布的信息进行核对,对于不准确的企业信息进行及时的更正删除等。如图3.6所示。
●员工所有操作的模块:管理员对网站的资源进行分类管理,使得资料库的资料更加有调理,方便用户查找资源.
●员工管理:对新老员工的更替进行管理。
●管理员管理:对每个管理员进行管理。
 
百名公司企业网站的设计与实现(PHP,MySQL)
百名公司企业网站的设计与实现(PHP,MySQL)
百名公司企业网站的设计与实现(PHP,MySQL)
百名公司企业网站的设计与实现(PHP,MySQL)
百名公司企业网站的设计与实现(PHP,MySQL)
百名公司企业网站的设计与实现(PHP,MySQL)
百名公司企业网站的设计与实现(PHP,MySQL)
百名公司企业网站的设计与实现(PHP,MySQL)
百名公司企业网站的设计与实现(PHP,MySQL)
目    录
第一章 引言 1
1.1 选题背景 1
1.2 系统功能概况 1
1.3 系统相关技术与环境简介 1
1.3.1 PHP 1
1.3.2 Apache 2
1.3.3 MySQL数据库 2
1.3.4  运行环境 Windows XP 2
1.3.5  appserv 3
1.3.6  Dreamweave8 3
1.3.7 EditPlus 4
第二章 需求分析 4
2.1 需求分析的基本任务 4
2.2 系统的性能需求 4
2.3 数据流程分析 5
2.4 系统运行环境 7
第三章 系统总体设计 7
3.1系统的总体框架 7
3.2 模块功能 8
3.2.2员工模块功能 9
3.1.2 管理员模块功能 11
3.2 数据库设计 12
3.2.1数据库概念结构设计 13
3.2.2数据库逻辑结构设计 14
第四章  详细设计 16
4.1 后台主页面设计 16
4.1.1  员工/管理员登录功能设计 16
4.1.2 员工操作功能设计 18
4.2 后台模块设计 22
4.3 网站前台模块设计 23
4.3.1 网站主页设计 23
4.3.2 产品中心模块 24
第五章系统运行测试 25
5.1 运行 25
5.2 测试 25
第六章  总 结 28
参考文献 29
推荐资料