网络直销店动态图形报表的设计与实现---毕业论文

上传人:wo7****35 文档编号:55274186 上传时间:2018-09-26 格式:DOC 页数:81 大小:1.40MB
返回 下载 相关 举报
网络直销店动态图形报表的设计与实现---毕业论文_第1页
第1页 / 共81页
网络直销店动态图形报表的设计与实现---毕业论文_第2页
第2页 / 共81页
网络直销店动态图形报表的设计与实现---毕业论文_第3页
第3页 / 共81页
网络直销店动态图形报表的设计与实现---毕业论文_第4页
第4页 / 共81页
网络直销店动态图形报表的设计与实现---毕业论文_第5页
第5页 / 共81页
亲,该文档总共81页,到这儿已超出免费预览范围,如果喜欢就下载吧!
资源描述

《网络直销店动态图形报表的设计与实现---毕业论文》由会员分享,可在线阅读,更多相关《网络直销店动态图形报表的设计与实现---毕业论文(81页珍藏版)》请在金锄头文库上搜索。

1、本本 科科 毕毕 业业 设设 计计 论论 文文 网络直销店动态图形报表的设计与实现网络直销店动态图形报表的设计与实现 Design and Implementation of the Dynamic Chart Report in Network Outlet 姓 名: 学 号: 学 院:软件学院 系:软件工程 专 业:软件工程 年 级: 指导教师: 教授 年年 月月 I 摘摘 要要 互联网技术的飞速发展给人们的生活带来了巨大的便利,同时更高要求地 促使了针对互联网开发的技术革命。在 Web 系统开发中,面向 BS 架构的开发 越来越受到用户和开发人员的欢迎。 报表是企业的一项基本业务和信息要

2、求,它可以帮助企业访问和格式化数 据。通过这些数据信息,使用户可以深入洞察企业运营状况。而图形报表则以 直观易懂的方式,让用户可以方便的获取和比较这些数据信息。 当前很多人们通过计算机软件编辑报表,包括处理数据和界面设计。但是 它们没有定义专门的报表结构来动态加载报表数据,所以数据都是定义好的, 静态的,用户只能修改数据或者修改格式。而动态报表则在于实现报表数据的 动态加载,实现报表数据的动态化特征。 本次毕业设计将结合纽新网络直销店项目,根据需求,应用动态图形报表 等技术,完成网络直销店动态图形报表的设计与实现。本毕业设计将是基于 Web 的环境下 Java 开发,采用开源的 SSH 框架和

3、 JFreeChart 图形报表技术进 行设计开发,达到在跨平台通用兼容下,为纽新网络直销店用户提供动态图形 报表服务,让用户可以快速、准确、便捷、直观、动态的获取报表信息。所以, 本次毕业设计学习和实践动态图形报表是有实际项目的运用意义的。 关键字关键字:动态图形报表;SSH;JFreeChart II AbstractAbstract The fast development of Internet technologies have brought great convenience for humens life and promote the evolution of the Int

4、ernet development at the same time. On the Web system development, the BS frame is more and more popular for users and programers. Report is a basic bussiness and requirment in enterprise, which helps enterprise to visit and format the datas. Through the data and information, users can know the buss

5、iness of the enterprise deeply. Meanwhile, the chart report can help users know and compare the data and information in convenient way. Nowdays, people use software to edit reports, including operating datas and design views. But they dont define the report structure to download the data dynamicly,

6、so datas are defined and static and what users only can do are editing datas or formats. Meanwhile, the dynamic report means to implement that the report datas can be download dynamicly. This design will associate with the Newsun Network Outlet, depend on the requirement, apply the technologies of d

7、ynamic chart report and so on to complete it. And it will be development by using Java language, SSH frame and JFreeChart that are opensource based in Web. The target of the development is to provide the dynamic chart report service for the Newsun Networt Outlet users on the condition of different p

8、latforms, and the users can get the report information conveniently, quickly and correctly. So this development of the dynamic chart report has the real applied meaning. Key: dynamic chart report; SSH frame; JFreeChart III 目目 录录 第第 1 1 章章 绪论绪论1 1 1.11.1 项目背景项目背景 1 1 1.21.2 JavaJava 图形报表技术的发展历史和现状图形报

9、表技术的发展历史和现状2 2 1.31.3 研究意义研究意义 2 2 1.41.4 设计目标设计目标 3 3 第第 2 2 章章 模型及主要技术介绍模型及主要技术介绍5 5 2.12.1 概述概述 5 5 2.22.2 SSHSSH 框架框架6 6 2.2.1 Spring.7 2.2.2 Hibernate9 2.2.3 Struts2.10 2.32.3 JFreeChartJFreeChart 1212 2.42.4 可能出现的问题及解决方法可能出现的问题及解决方法 1515 2.4.1 JFreeChart 中文乱码问题 .15 2.4.2 JFreeChart 组件包冲突问题 .15

10、 2.4.3 JFreeChart 与 Struts 结合的两种方法 15 第第 3 3 章章 总体设计总体设计1919 3.13.1 概述概述 1919 3.1.1 功能描述19 3.1.2 运行环境20 3.1.3 开发环境20 3.23.2 设计思想设计思想 2222 3.2.1 系统构思22 3.2.2 关键技术和算法23 3.2.3 关键数据结构23 3.33.3 人工处理过程人工处理过程 2626 第第 4 4 章章 概要设计概要设计2727 4.14.1 概述概述 2727 4.24.2 系统功能设计系统功能设计 2727 4.2.1 年季度报表27 4.2.2 年月度报表28

11、4.2.3 年商品类型报表30 4.34.3 系统数据结构设计系统数据结构设计 3232 4.3.1 数据结构说明32 4.3.2 数据结构与系统元素的关系36 4.44.4 接口设计接口设计 3636 4.4.1 内部接口设计36 4.4.2 外部接口设计37 IV 第第 5 5 章章 详细设计及实现详细设计及实现3939 5.15.1 概述概述 3939 5.25.2 系统包和类结构设计系统包和类结构设计 3939 5.35.3 系统功能设计系统功能设计 4141 5.3.1 年季度报表41 5.3.2 年月度报表46 5.3.3 年商品类型报表50 5.45.4 接口设计接口设计 555

12、5 5.4.1 内部接口设计55 5.4.2 外部接口设计56 5.55.5 系统运行设计系统运行设计 5656 5.5.1 系统初始化57 5.5.2 运行控制57 5.5.3 系统结束59 第第 6 6 章章 实验结果及分析实验结果及分析6161 6.16.1 概述概述 6161 6.26.2 测试用例测试用例 6161 6.2.1 界面测试61 6.2.2 功能测试63 6.2.3 容错测试66 6.36.3 系统出错处理设计系统出错处理设计 6666 6.46.4 系统维护设计系统维护设计 6767 第第 7 7 章章 总结与展望总结与展望6969 7.17.1 论文总结论文总结 69

13、69 7.27.2 工作展望工作展望 7070 参考文献参考文献7171 致致 谢谢7373 V ContentsContents Chapter1Chapter1 IntroducationIntroducation1 1 1.11.1 BackgroundBackground 1 1 1.21.2 JavaJava ChartChart ReportReport TechnologyTechnology DevelopmentDevelopment 2 2 1.31.3 MeaningMeaning 2 2 1.41.4 TargetTarget 3 3 Chapter2Chapter2

14、Model&TechnologiesModel&Technologies5 5 2.12.1 SummurySummury 5 5 2.22.2 BussinessBussiness ModelModel 5 5 2.32.3 SSHSSH FrameFrame 6 6 2.3.1 Spring.7 2.3.2 Hibernate9 2.3.3 Struts2.10 2.42.4 JFreeChartJFreeChart 1212 2.52.5 Problems&SolutionProblems&Solution 1515 2.5.1 JFreeChart Chinese Garbled15

15、2.5.2 JFreeChart Packages Conflict15 2.5.3 JFreeChart Associate with Struts2.15 Chapter3Chapter3 MainMain DesignDesign1919 3.13.1 SummurySummury 1919 3.1.1 Fuction.19 3.1.2 Running Environment.20 3.1.3 Development Environment.20 3.23.2 DesignDesign ViewView 2222 3.2.1 Struture View.22 3.2.2 Key Tech

16、nologies&Methods23 3.2.3 Key Data Structure23 3.33.3 ArtificalArtifical ProceedProceed ProgramProgram 2626 Chapter4Chapter4 SummurySummury DesignDesign2727 4.14.1 SummurySummury 2727 4.24.2 FunctionFunction 2727 4.2.1 Year Season Report27 4.2.2 Year Month Report.28 4.2.3 Year Merch Type Report30 4.34.3 DataData StructureStructure DesignDesign 3232 4.3.1 Data Structure Description32 4.3.2 Relation between Data Strucuture and System.36 4.44.4 InterfaceInterface DesignDesign 3636 4.4.1 Internal

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 学术论文 > 毕业论文

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号