- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
电子产品信息发布系统设计实现
摘要
随着网络技术的迅速发展,以信息化带动工业化已经成为电子行业的共识,越来越多的企业选择Internet/Intranet作为产品信息的发布平台。但是目前的信息发布基本上是通过网站信息管理人员手工完成,信息的维护成本高、发布效率低。本项目的主要内容为设计一个能够对电子产品信息进行动态实时发布系统平台,并给出该系统的实现方案。
本文通过网络电子产品发布系统的建设来讨论动态网站工作原理及实现方法。首先介绍系统开发技术,系统设计的实现要求,再详细介绍系统的设计,系统各模块和数据库设计,最后分析系统实现。
电子产品发布系统采用现在流行的RSS技术、JSP技术编程、Hibernate开发、采用MYSQL数据库。
关键词:信息发布系统,RSS,JSP,Hibernate,MYSQL数据库
Abstract
Along with the development of network technology, it is a common view in the electronic industry that industrialization would be promoted by information technology. More and more enterprises make Internet/Intranet as their products information publishing platform. However the information is manually published by the website information administrator in present. It is costly to maintain information and inefficiency to publish information. The main content of this project is to design a platform which can publish the electronic products information dynamically.
This paper is to discuss the working principle and method through building the eletronic products publishing system of websites. First,we introduce the systems of development technology and the requirement of system designing.Second,we will give a detailed account of the design, system module and database design. The last,we will analysis the system.
Elctronic products publishing system of is using the RSS technology, JSP Programming, Hibernate development and MYSQL database now.
Keywords: information publishing system, RSS, JSP, Hibernate, MYSQL data
base. 目录
摘要 I
Abstract II
第1章 绪论 1
1.1 系统开发背景 1
1.1.1开发背景 1
1.1.2系统的体系结构 1
1.2 系统开发工具简介 2
1.2.1 JSP概述 2
1.2.2 RSS概述 2
1.2.3 JSP 网站的RSS 应用技术 4
1.2.4 Hibernate概述 4
1.3系统开发工具SQL语言简介 5
1.3.1 SQL的优点 5
1.3.2 MYSQL特点 6
1.4 JSP与MYSQL数据库连接 7
1.4.1JSP与MYSQL数据库连接代码 7
1.4.2本系统与数据库相连 7
第2章 系统分析 8
2.1 系统需求分析 8
2.2 功能分析 8
2.2.1系统功能模块 8
2.2.2系统主要工作流程 10
第3章 数据库的分析与设计 12
3.1 数据库设计原则 12
3.2 概念结构设计 12
3.3 逻辑结构设计 13
第4章 系统功能现实 17
4.1前台管理系统 17
4.1.1产品系统 17
4.1.2用户系统 19
4.2后台管理系统 21
4.2.1管理员信息系统 22
4.2.2电子产品管理 24
总结 28
致谢
文档评论(0)