【正文】
本科畢業(yè)設(shè)計(jì)說(shuō)明書(shū)(論文) ( 2021 屆) 論文題目 物業(yè)管理系統(tǒng) 作者姓名 王 堅(jiān) 指導(dǎo)教師 王 子 仁 學(xué)科 (專(zhuān)業(yè) ) 軟件工程08 04 所在學(xué)院 計(jì)算機(jī)科學(xué)與技術(shù)學(xué)院 提交日期 2021 年 5 月 27 日 浙江工業(yè)大學(xué)本科畢業(yè)設(shè)計(jì)說(shuō)明書(shū)(論文) I 摘要 近年來(lái), 隨著小區(qū)服務(wù)的多元化和繁雜化 , 傳統(tǒng)的物業(yè)管理方式很難 適應(yīng)新的需求 。 采 用物業(yè)管理系統(tǒng),將信息化和網(wǎng)絡(luò)技術(shù)運(yùn)用到傳統(tǒng)的物業(yè)管理中 ,可以很好地應(yīng)對(duì)業(yè)主對(duì)于物業(yè)服務(wù)提出的多元化需求,提高物業(yè)服務(wù)水平。 本系統(tǒng)是面向多物業(yè)公司、多小區(qū)共同使用的信息管理系統(tǒng) , 主要 功能模塊包括:物業(yè)公司信息管理 , 物業(yè)小區(qū)信息管理 , 業(yè)主信息管理 , 物業(yè)費(fèi)管理 和 短信 平臺(tái) 管理 等等 。 本 系統(tǒng) 采用 B/S( Browser/Server)架構(gòu) 和 J2EE 技術(shù)框架。為了滿(mǎn)足多層次用戶(hù)的權(quán)限控制需求 ,提高 權(quán)限控制的靈活性,本系統(tǒng)采用 RBAC(基于角色的權(quán)限控制) 進(jìn)行設(shè)計(jì),采用 Spring 技術(shù) 框架 實(shí)現(xiàn) 。 本 系統(tǒng)采用 AOP 編程實(shí)現(xiàn)用戶(hù)關(guān)鍵行為的日志跟蹤。 本系統(tǒng) 的短信平臺(tái) 采用 了 中國(guó)移動(dòng) Open MAS 代理服務(wù)器 提供的 Web Service 接口,短信 服務(wù) 與 業(yè)務(wù)系統(tǒng)之間通過(guò) Java 消息機(jī)制進(jìn)行通信和同步。 本系統(tǒng)的部署和使用,不僅 有效地 實(shí)現(xiàn)了物業(yè)公司 的 信息管理,還規(guī)范化了物業(yè)管理的工作流程,提高了工作效率;同時(shí)通過(guò)短信服務(wù),拓寬了業(yè)主與物業(yè)管理人員之間的溝通渠道,實(shí)現(xiàn)信息的有效傳遞 。 關(guān)鍵詞 : 物業(yè)管理, RBAC, 短信平臺(tái), Spring Security, AOP 日志 浙江工業(yè)大學(xué)本科畢業(yè)設(shè)計(jì)說(shuō)明書(shū)(論文) I Abstract Recent years, the conventional property management services have bee inadequate to fully meet the needs for the increasing diversification and plexification of requirements. Applying information and work technologies to traditional property management could meet diverse needs of owners, and promote the level of the service. This system is a shared information management platform among multiproperties pany and multiresidential munity. The main function modules include information management of property pany, information management of residential munity, information management of owner, management of property charges and SMS platform management, etc. The system uses the B/S (Browser/Server) architecture and J2EE framework. In order to meet multilevel access control needs and improve the flexibility of access control, the access control design is based on RBAC (Role Based Access Control) theory and implemented with Spring Security Framework. Also the system uses AOP (Aspect Oriented Programming) technology to track user’s major behaviors. The SMS platform of the system uses the interface which provided by the Open MAS proxy server of China Mobile. Java Message mechanism is used to municate and synchronize between SMS service process and the web system. Using this system, not only helps to manage the property information, but also standardize the property management workflow and to improve work efficiency, furthermore, the SMS service broadens the channels of munication between owners and property management stuffs. Keywords: Property management, RBAC, SMS platform, Spring Security, AOP log浙江工業(yè)大學(xué)本科畢業(yè)設(shè)計(jì)說(shuō)明書(shū)(論文) I 目錄 摘要 .................................................................................................................................................................... I ABSTRACT ..................................................................................................................................................... I 第一章 緒論 .................................................................................................................................................... 1 研究背景與意義 ............................................................................................................................ 1 研究?jī)?nèi)容及現(xiàn)狀 ............................................................................................................................ 1 本文的主要工作 ............................................................................................................................ 2 本文的研究?jī)?nèi)容 .................................................................................................................... 2 本文的組織結(jié)構(gòu) .................................................................................................................... 3 本章小結(jié) ......................................................................................................................................... 3 第二章 物業(yè)管理系統(tǒng)需求分析 ................................................................................................................... 4 系統(tǒng)需求分析 ................................................................................................................................. 4 需求概述 ................................................................................................................................ 4 用戶(hù)概述 ................................................................................................................................ 4 系統(tǒng)安全需求 ........................................................................................................................ 6 系統(tǒng)日志需求 ........................................................................................................................ 6 短信平臺(tái)需求 ........................................................................................................................ 6 業(yè)務(wù)功能需求 ........................................................................................................................ 6 系統(tǒng)架構(gòu)設(shè)計(jì) ................................................................................................................................. 7 數(shù)據(jù)庫(kù)設(shè)計(jì) ..................................................................................................................................... 8 小結(jié) ................................................................................................................................................. 9 第三章 物業(yè)管理系統(tǒng)安全平臺(tái)構(gòu)建 ........................................................................................................ 10 RBAC 基本模型 ........................................................................................................................... 10 RBAC 擴(kuò)展模型 ........................................................................................................................... 10 基本要素 ..............................................