【毕业论文】基于织梦CMS(DedeCMS)的物管公司网站的设计与实现 下载本文

内容发布更新时间 : 2024/6/29 20:21:17星期一 下面是文章的全部内容请认真阅读。

摘要

随着互联网的飞速发展,现在有很多的公司、企业、商店都使用网络平台来展示自己的特色,宣传自己。网站的开发、维护也早已成为网络管理员主要的工作。网络管理人员需要花费许多时间和精力来处理、更新信息。而CMS内容管理系统的出现给管理员建站带来了很大的方便,减少了许多麻烦。它拥有许多优秀的设计模版,可以加快网站开发的速度。由于其开发的方便性,还可以减少开发的成本,能够有效的减少公司的开销。DedeCMS的强大功能可以让你不用学习复杂、麻烦的网站建设技术,就能建出一个界面美观、好看,功能完全的专业网站。CMS后台的简单操作更改可以让我们不再通过修改程序来改变内容,就可以使把我们的页面修改成自己想要的。

本文用织梦DedeCMS完成了物业管理公司的设计与实现,以通俗易懂的方式介绍如何用织梦后台发布公司信息。本文的研究工作主要是运用软件工程原理,对这个网站进行需求分析、设计、代码实现。本文的前两部分介绍了相关技术和开发环境。在第三部分需求分析中,以用例模型为工具,分析了本系统的功能需求和非功能需求。第四部分介绍了本系统的设计与实现,是本文的重点,所有内容都是围绕这个主题来展开的。在这一部分中,详细介绍了运用WAMP集成服务器中MySQL设计数据库,用DedeCMS的后台发布信息,用Dreamweaver完成界面设计,最终完成对物业管理公司网站的设计和功能的实现。第五部分,是对本次设计的总结。

【关键词】 DedeCMS 物业管理公司MySQL

I

ABSTRACT

With the rapid development of the Internet, there are a lot of companies, enterprises or shops display their own characteristics by using the network platform, in this way it can promote themselves. The development, maintenance of the website has been a main work for network administrator. Network managers need to spend a lot of time and energy to deal with these things and update in formations. And the emergence of the CMS content management system has brought great convenience to the administrator and it help to reduce a lot of trouble. It has many excellent design template and it can accelerate the rate of website development.Because of its convenience, it also can reduce the cost of development and can reduce the company's expenseeffectively. You don't need to studycomplex technology of website construction. You can build up a beautiful interface, good-looking professional website with complete function because of the power of DedeCMS. We can make to modify our page as we want without modify the program to change the contents because of the simple operation of CMS.

This paper completed the design and implementation of property management company by using DedeCMS and in a comprehensible way to introduce how to use these software to publish company information through background. In this paper, the research work is mainly on the theory of software engineering, doing requirements analysis, design, and code implementationof the site. The first two parts of this article are introducing the related technology and development environment. In the third part, it is about the needs analysis, analysis the function of the system requirements and non-functional requirements by using the case model,. The fourth part introduces the design and implementation of this system, it is very important in this article, and all content is expanding around this theme .In this section, the paper introduces the MySQL database design by using WAMP integration server, publishing information by using DedeCMS background, completing the interface design with Dreamweaver. And finally finishing the functionof the property management company website design and the realization. The fifth part is the summary of system design.

【Key words】 DedeCMS Property Management CompanyMySQL

II

目录

前言 ...................................................................................................................................... 1 第一章物业管理公司网站概述 .......................................................................................... 2 第一节CMS的简介 ........................................................................................................ 2 第二节物业管理公司网站 .............................................................................................. 2 一、物业管理公司网站定义 ....................................................................................... 2 二、物业管理公司网站建设 ....................................................................................... 3 三、物业管理公司网站建设方法 ............................................................................... 3 四、物业管理公司网站发展前景 ............................................................................... 3 第二章关键技术简介 .......................................................................................................... 4 第一节开发环境 .............................................................................................................. 4 一、WAMP运行环境 .................................................................................................. 4 二、MySQL .................................................................................................................. 5 第二节 PHP开发语言 .................................................................................................... 5 第三节织梦内容管理系统 .............................................................................................. 6 一、DedeCMS的简介 ................................................................................................. 6 二、DedeCMS的运行环境 ......................................................................................... 6 三、DedeCMS的应用领域 ......................................................................................... 7 四、DedeCMS的优缺点 ............................................................................................. 8 第三章网站设计的需求分析 .............................................................................................. 9 第一节网站设计概述 ...................................................................................................... 9 第二节网站功能性需求 .................................................................................................. 9 一、前台功能需求 ....................................................................................................... 9 二、后台功能需求 ..................................................................................................... 10 三、角色设计 ............................................................................................................. 10 四、各角色用例图 ..................................................................................................... 11 五、网站可行性分析 ................................................................................................. 13 第三节网站非功能性需求 ............................................................................................ 14 第四章物业管理公司网站设计 ........................................................................................ 15 第一节网站总体设计 .................................................................................................... 15 一、网站总体设计 ..................................................................................................... 15

III