福建城市雕塑典型作品信息管理系统的设计与实现
摘 要
福建省从事雕塑设计与研究的工作者,以往为了展示他们的个人雕塑作品,都是将雕塑实物摆放在展览柜台上,向观众进行作品展示。由于受到雕塑作品材料等方面因素的制约,因此本文通过开发“福建城市雕塑典型作品信息管理系统网站”正是为雕塑典型作品展示开辟了一个新的平台。
福建城市雕塑典型作品信息管理系统分前台部分和后台部分,前台部分由用户使用,主要包括客户登录,客户注册,雕塑典型作品展示(可按分类方式查询商品,或通过关键字查询),用户个人信息修改等功能。建立后的网站系统是一个动态、交互式、具有商品提供、系统管理功能的雕塑典型作品展示网站。
(1)对雕塑典型作品信息管理系统及其相关知识、技术进行深入的分析,研究艺术雕塑作品展示系统的设计原理,设计理念及开发技术。
(2)全面分析本系统基于B/S架构模型,重点研究其在B/S架构下运行原理及设计原理,并对其系统实现关键技术进行深入研究。
(3)采用当前主流开发技术Java WEB技术,对网络上述四个模块功能,进行概要设计,并对雕塑作品信息浏览和雕塑作品信息查询两部分的主要模块进行详细设计和实现。
关键词:雕塑作品;典型作品;作品展示;Java;SSM
Design and Realization of Information Management System of Fujian Urban Sculpture
Abstract
Workers engaged in sculpture design and research in Fujian Province put the sculpture on the object of the exhibition counter to display their works to the audience.Due to the restriction of sculpture materials, this paper opens up a new platform for developing the "website of Fujian urban sculpture typical works information management system" to display a typical sculpture works.
The information management system of typical sculpture works in Fujian city is divided into front desk parts and background parts. The front desk part is used by users, which mainly includes customer login, customer registration, display of typical sculpture works (goods can be inquired according to classification mode, or through keyword query), user personal information modification and other functions.The established website system is a dynamic, interactive, with commodity provision, system management function of sculpture typical works exhibition website.
(1) Conduct an in-depth analysis of the information management system of typical sculpture works and their related knowledge and technology, and study the design principle, design concept and development technology of the exhibition system of art and sculpture works.
(2) Comprehensive analysis of the system is based on the B / S architecture model, focusing on its operation principle and design principle under the B / S architecture, and conducting in-depth research on the key technologies of its system implementation.
(3) Adopt the current mainstream development technology Java WEB technology, design the above four module functions of the network, and design and realize the main modules of sculpture information browsing and sculpture information query.
Key words: sculpture works; typical works; display of works; Java; SSM
目 录
摘 要 I
Abstract II
1 绪论 1
1.1 系统开发的背景和意义 1
1.2 研究状况 1
1.3 研究内容 3
2 程序技术相关知识 4
2.1 JAVA简介 4
2.2 MySQL简介 4
2.3 SpringBoot+SSM框架简介 5
3 雕塑作品管理系统网站需求分析 6
3.1 可行性分析 6
3.1.1 系统总体目标 6
3.1.2 经济可行性 6
3.1.3 技术可行性分析 6
3.1.4 运行可行性 7
3.1.5 时间可行性 7
3.1.6 法律可行性 7
3.1.7 功能需求 7
3.1.8 性能需求 8
3.2 系统总体结构 8
3.2.1 系统总体结构 8
3.2.2 用例图 9
3.3 系统功能模块结构 10
3.3.1 雕塑作品夹列表模块 10
3.3.2 新建雕塑作品夹模块 10
3.3.3 修改资料模块 11
3.3.4 修改密码模块 12
3.3.5 添加雕塑作品夹类型模块 12
3.4 数据库设计 13
4 系统实现 15
4.1 系统管理员登录设计 15
4.1.1 管理员登录主页面的创建 15
4.1.2 实现过程 15
4.2 注册用户登录设计 16
4.2.1 注册用户登录界面的创建 17
4.2.2 注册用户登录界面 17
4.2.3 编辑用户资料实现过程 17
4.2.4 实现过程 18
4.3 未注册用户注册设计 19
4.4 添加雕塑作品夹分类的实现 19
4.4.1 管理员添加雕塑作品夹类型界面 20
4.4.2 实现过程 20
4.5 创建雕塑作品夹和上传雕塑作品的实现 22
4.5.1 创建雕塑作品夹实现过程 22
4.5.2 上传雕塑作品实现过程 23
4.6 雕塑作品管理的实现 24
4.6.1 雕塑作品查看实现过程 24
4.6.2 编辑雕塑作品资料实现过程 25
4.6.3 删除雕塑作品实现过程 26
4.7 数据库设计 26
4.7.1 使用SHOW语句找数据库 26
4.7.2 创建数据库并进入数据库 27
4.7.3 创建一个数据库表 27
4.7.4 往表中加入记录 28
4.7.5 装入数据库表 28
5 系统测试 29
5.1 测试目标 29
5.2 各模块测试 29
总 结 33
参考文献 34
致 谢 36