- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
PAGE II
PAGE I
摘 要
辽宁工程技术大学校园助手系统是根据校园师生的日常需求来设计开发的案例。经过对题目和需求的分析,选用了SSH开发框架,集成SSH框架的系统从职责上分为四层:表示层、业务逻辑层、数据持久层和域模块层,以帮助开发人员在短期内搭建结构清晰、可复用性好、维护方便的web应用程序。为了建立起数据一致性和完整性强、数据安全性好的数据库,采用了安全性较高的SQL Server数据库。根据实际情况,使用增量模型(Incremental Model)和迭代模型(Iterative Model)即以少量代价快速地构造一个可执行的软件系统模型。以此为基础,搭建了系统框架,对其下的功能进行了划分。初步实现了诸如添加、修改、删除、查询等功能,并通过权限的控制,为不同的登录用户提供不同的功能。其间不断对系统进行改进和完善,解决了一些在数据更新时遇到的问题,并针对系统的不足之处,提供了新的解决方案。
关键字:面向对象,类,Java,SQL Server
ABSTRACT
Liaoning Technical University campus Assistant system based on daily needs of teachers and students to design and development of a case. After analysis of the topics and needs, use SSH-development framework, framework for integrated SSH system functions are divided into four layers: presentation layer, business logic layer, data persistence layer and domain module to help developers build a clear structure in the short term, good reusable, easy to maintain Web applications. In order to establish strong consistency and integrity of data, data security database, using the more secure SQL Server database. According to the actual situation, with incremental model (Incremental Model), and iterative model (Iterative Model) with few costs available to quickly construct a model of a software system. On this basis, system framework is built, on one of its functions is divided. Primary realization of functions such as add, modify, delete, query, and permission control, and users with different features for different logins. Continue to improve and perfect the system to address a number of the problems encountered when data is updated, and the deficiencies of the system and offer new solutions.
Key words: Object-oriented, Classes, Java, SQL Server
目 录
TOC \o 1-3 \h \z \u HYPERLINK \l _Toc390107555 1 项目概述 PAGEREF _Toc390107555 \h 1
HYPERLINK \l _Toc390107556 1.1 现系统的概述 PAGEREF _Toc390107556 \h 1
HYPERLINK \l _Toc390107557 1.2 组织机构 PAGEREF _Toc390107557 \h 1
HYPERLINK \l _Toc390107558 1.3 系统业务流程 PAGEREF _Toc390107558 \h 2
H
文档评论(0)