神通网站系统(附件)
2Abstract 3一、前言 4(一)选题背景 4(二)选题内容 4二、网站模块介绍 5(一)网站系统结构图 5(二)网站流程图 5三、系统需求分析和设计 6(一)系统功能简述 6(二)数据库详细设计 6(三)数据库模型图 73-1数据库模型图 8四、 系统功能 8(一)前台介绍 8(二)功能介绍 11(三)自服务管理 13总结 18致谢 19参考文献 20本网站主要以介绍扬州神通交通设施有限公司为主,其中包括公司主要生产的交通标志牌、交通路标牌和标志杆等产品。在21世纪的我们应该紧跟时代,用信息时代的方式将公司的宣传信息展现给广大用户。本网站系统从质量、环保角度出发设计,坚持“质量是企业生命”的宗旨设计出发,生产出质量可靠、价格亲民的的产品,网站主要是Photoshop图形处理软件制作并设计网站页面和布局,使用Sublime 编辑器对页面代码进行编辑,使用Eclipse 编写Java代码作为后台支持,使用SQL server 作为网站数据库系统,使用Tomcat做为网站服务器,另外还使用了比较安全和稳定的异步通信技术,前端页面使用流行的JQuery 脚本和CSS特性做基础,美化页面。后台使用了SSH框架,Structs负责MVC分离,在其模型部分控制业务的跳转,Hibernate框架进行实现了数据库操作的封装,而Spring对Structs和Hibernate进行管理。构建出结构清晰,便于维护的企业网站系统。
目录
Abstract
This website mainly focuses on the introduction of Yangzhou Shentong Transportation Facilities Co., Ltd., which includes the companys main production of traffic signs, traffic signs and signs and other products. In the 21st century, we should keep up with the times and use the information age to present our companys promotional information to our *好棒文|www.hbsrm.com +Q: *351916072*
customers.
This website system is designed from the perspective of quality and environmental protection. It adheres to the design principle of “Quality is the life of the enterprise” and produces products with reliable quality and affordable prices. The website is mainly composed of Photoshop graphics processing software and designing website pages and layouts. The Sublime editor edits the page code, uses Eclipse to write Java code as background support, uses SQL server as the website database system, uses Tomcat as the web server, and also uses relatively secure and stable asynchronous communication technology. The basics of JQuery scripting and CSS features are to beautify the page. The background uses the SSH framework. Structs is responsible for the MVC separation. It controls the jump of the business in its model part. The Hibernate framework implements the encapsulation of database operations, and Spring manages the Structs and Hibernate. Build a corporate website system with a clear structure and easy maintenance.
Keywords: CSS, magic, quality、SSH.
一、前言
(一)选题背景
本网站主要以介绍扬州神通交通设施有限公司为主,其中包括公司主要生产的交通标志牌、交通路标牌和标志杆等产品。在21世纪,网站是宣传公司信息最好的途径,同时也能树立公司的企业文化,一个企业的企业文化相当于企业的灵魂,作为企业长期的精神支柱。网站作为一个为用户展现的平台,用户可以通过了解企业文化的精神去更加贴近和了解企业状况,还可以在企业文化中看出企业做产品的质量要求,给用户以最大的安慰。
(二)选题内容
1.课题的总体介绍
本系统总共有两大模块。一、前台展示系统,二、后台管理系统。前台展示页面系统主要包括网站首页、公司简介、产品展示、新闻动态、联系我们等五大模块。后台共分为告示介绍管理、留言管理、图片新闻管理、用户管理、项目管理、招聘管理等主要管理模块主要用于管理系统前台网页显示信息和处理用户留言信息并发布一些企业招聘信息。
2.软件及硬件开发环境介绍
MyEclipse
MyEclipse以Eclipse为基础加上自己的插件,作为Eclipse可扩展不仅继承了Eclipse的优点,在原有的基础上做了更大的扩展使其更加的智能、更加快捷、更加简单的J2EE工具,本系统开发用的MyEclipse8.0,在原有的MyEclipse基础上增加了对Struts2.0、加载模块的自定义功能、对WTP的支持并在团队协作、开发周期管理以及Spring和Hibernate的更友好的支持。
SQL Server 2008
SQL Server是由微软公司研发出来的关系型数据库管理系统,SQL Server数据库引擎为关系型数据和结构化数据提供了更加安全的可靠的存储功能。本系统使用的是SQL Server 2008版本,2008版本是一款跨时代的产品,它推出了许多创新型的特性和许多非常关键的改进,使得它成为至今为止最全面的一个数据库系统版本,该系统具有以下特点:可信任性、高效性、智能的。其缺点就是只能在Windows平台运行,另外价格相对而言也比较昂贵。
Tomcat
Tomcat是一款免费的开源的Web应用服务器系统,适合中小型和并发访问用户不是很多的情况下使用,是Java Web开发和调试的首选。因为最新的Servlet和JSP属性和规范总是得到体现,而且免费,所以总是得到很多Java爱好者的喜爱并使用,现已经得到了很多软件开发商的认可,成为现在总多Web应用服务器首选。
目录
Abstract
This website mainly focuses on the introduction of Yangzhou Shentong Transportation Facilities Co., Ltd., which includes the companys main production of traffic signs, traffic signs and signs and other products. In the 21st century, we should keep up with the times and use the information age to present our companys promotional information to our *好棒文|www.hbsrm.com +Q: *351916072*
customers.
This website system is designed from the perspective of quality and environmental protection. It adheres to the design principle of “Quality is the life of the enterprise” and produces products with reliable quality and affordable prices. The website is mainly composed of Photoshop graphics processing software and designing website pages and layouts. The Sublime editor edits the page code, uses Eclipse to write Java code as background support, uses SQL server as the website database system, uses Tomcat as the web server, and also uses relatively secure and stable asynchronous communication technology. The basics of JQuery scripting and CSS features are to beautify the page. The background uses the SSH framework. Structs is responsible for the MVC separation. It controls the jump of the business in its model part. The Hibernate framework implements the encapsulation of database operations, and Spring manages the Structs and Hibernate. Build a corporate website system with a clear structure and easy maintenance.
Keywords: CSS, magic, quality、SSH.
一、前言
(一)选题背景
本网站主要以介绍扬州神通交通设施有限公司为主,其中包括公司主要生产的交通标志牌、交通路标牌和标志杆等产品。在21世纪,网站是宣传公司信息最好的途径,同时也能树立公司的企业文化,一个企业的企业文化相当于企业的灵魂,作为企业长期的精神支柱。网站作为一个为用户展现的平台,用户可以通过了解企业文化的精神去更加贴近和了解企业状况,还可以在企业文化中看出企业做产品的质量要求,给用户以最大的安慰。
(二)选题内容
1.课题的总体介绍
本系统总共有两大模块。一、前台展示系统,二、后台管理系统。前台展示页面系统主要包括网站首页、公司简介、产品展示、新闻动态、联系我们等五大模块。后台共分为告示介绍管理、留言管理、图片新闻管理、用户管理、项目管理、招聘管理等主要管理模块主要用于管理系统前台网页显示信息和处理用户留言信息并发布一些企业招聘信息。
2.软件及硬件开发环境介绍
MyEclipse
MyEclipse以Eclipse为基础加上自己的插件,作为Eclipse可扩展不仅继承了Eclipse的优点,在原有的基础上做了更大的扩展使其更加的智能、更加快捷、更加简单的J2EE工具,本系统开发用的MyEclipse8.0,在原有的MyEclipse基础上增加了对Struts2.0、加载模块的自定义功能、对WTP的支持并在团队协作、开发周期管理以及Spring和Hibernate的更友好的支持。
SQL Server 2008
SQL Server是由微软公司研发出来的关系型数据库管理系统,SQL Server数据库引擎为关系型数据和结构化数据提供了更加安全的可靠的存储功能。本系统使用的是SQL Server 2008版本,2008版本是一款跨时代的产品,它推出了许多创新型的特性和许多非常关键的改进,使得它成为至今为止最全面的一个数据库系统版本,该系统具有以下特点:可信任性、高效性、智能的。其缺点就是只能在Windows平台运行,另外价格相对而言也比较昂贵。
Tomcat
Tomcat是一款免费的开源的Web应用服务器系统,适合中小型和并发访问用户不是很多的情况下使用,是Java Web开发和调试的首选。因为最新的Servlet和JSP属性和规范总是得到体现,而且免费,所以总是得到很多Java爱好者的喜爱并使用,现已经得到了很多软件开发商的认可,成为现在总多Web应用服务器首选。
版权保护: 本文由 hbsrm.com编辑,转载请保留链接: www.hbsrm.com/jsj/rjgc/1058.html