数据库论文:服装设计数据库系统的研制.doc_第1页
数据库论文:服装设计数据库系统的研制.doc_第2页
数据库论文:服装设计数据库系统的研制.doc_第3页
数据库论文:服装设计数据库系统的研制.doc_第4页
数据库论文:服装设计数据库系统的研制.doc_第5页
已阅读5页,还剩1页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

数据库论文:服装设计数据库系统的研制【中文摘要】数据库技术是研究数据库的存储、设计和使用技术的一个重要分支,是计算机领域里的一个重要组成部分。随着计算机在实际应用中的应用及普及,在实际操作中人们对数据库技术提出了更高的要求,并以此来推动着数据库技术不断发展。那么在现如今数据库的信息处理和信息管理的作用越来越重要。在当前计算机的发展领域中,数据库技术的发展是最快,并且也是最为广泛的一种使用技术,它的应用遍及各种行业,大到操作系统程序,如全国联网的飞机票、火车票的预订系统,银行的业务系统;小到个人的管理信息系统,如家庭财务管理体系,还有在互联网中也日渐流行的动态网站中也能够看到数据库的应用。本课题就是将数据库系统与服装设计相结合,制作出服装设计数据库系统的动态网站,并将其运用到服装教学中,使服装设计的教学更直观、更系统,全面提高服装设计教学的专业性。论文首先分析了关于服装设计系统网站的数据库基础,SQL Server 2005的基本概念, SQL Server 2005由数据库与数据库管理系统构成,在开发服装设计数据库系统网站中是使用的PHP+Apache+MySQL的组合方案,数据库SQL起到了链接系统网站的前台与后台的重要作用。接着讲解了服装设计数据库系统开发的开发平台及环境搭建。及服装设计数据库系统动态网站的开发流程等。主要说明了服装设计网站系统的登录、查询、注册等页面的设计过程与设计方案及其相应的流程图。最后具体的剖析了服装设计数据库系统动态网站的设计与实现过程,列举了男装、女装及儿童装的设计的实现过程,将论文所涉及的整个网站系统作了说明。也将论文的工作方法和以后要改进的地方作了论述。【英文摘要】Database technology is a research database storage, design and use of this technology, is an important branch in the computer field. With the popularization of computer application in practical application, the people of database technology is put forward higher request, push the database technology development. So in nowadays database information processing and information management functions are becoming more and more significant. In the current development in the field of computer database technology development is the fastest, and one of the most widely used technique, its application in various industries, big to operating system programs, such as national network airplane tickets, train tickets booking systems, bank systems; Small to personal management information systems, such as family financial management systems, and it is also becoming popular in the Internet dynamic website can also see database applications. This topic is will database system combined with fashion design, creating a costume design database system dynamic website, and was applied to the clothing teaching to make clothing design teaching more intuitive and more systems, improve clothing design teaching professional.Firstly analysed the website system about clothing design foundation, SQL Server database 2005 basic concept, SQL Server 2005 and database management system by the database structure, database system in the development of costume design in the PHP website is to use the combination of + Apache + MySQL database SQL played a scheme, and links to the front desk and backend system website the important role.Then explained costume design database system development development platform and environmental structures. And costume design database system dynamic website development process, etc. Main explain costume design web system login, inquire, registration page design process and design scheme and the corresponding flow chart.The specific analysed costume design database system dynamic web site, the design and realization of mens, womens and enumerates the realization of the childrens outfit design process, this thesis with the entire web system is described. Will also discussed the thesis work methods and areas for improvement .【关键词】数据库 JAVA技术 服装设计网站 开发平台 流程图【英文关键词】database JAVA technology costume design website development platform and flow chart【目录】服装设计数据库系统的研制摘要4-5Abstract5第一章 绪论9-151.1 服装设计与数据库结合运用的研究背景91.2 服装设计与数据库结合的现状9-101.3 课题研究的目的及意义10-111.4 本课题的选题和研究内容11-15第二章 数据库基本知识概述15-212.1 SQL Server 2005 的基本概念15-192.1.1 数据库与数据库管理系统15-162.1.2 数据库系统的构成162.1.3 关系模型16-172.1.4 数据库特性17-192.2 选择SQL Server 2005 原因192.3 通过JDBC 数据库接口实现用户对数据库的访问19-212.3.1 JDBC 数据库简介19-202.3.2 Java 通过JDBC 操作数据库20-21第三章 服装设计数据库系统开发实施方案21-313.1 可行性分析213.2 需求分析21-223.3 系统需要解决的关键问题22-233.4 Java 软件开发平台23-253.4.1 Java 简介233.4.2 Java 的起源与发展233.4.3 Java 语言的特点23-253.5 网站开发工具25-283.5.1 Myeclipse 发开平台简介253.5.2 Myeclipse 开发分类25-283.6 服装设计的系统网站数据库设计28-303.6.1 数据库的需求分析28-293.6.2 数据库的逻辑设计29-303.7 服装设计的系统网站数据库总体模块分析30-31第四章 服装设计动态网页制作流程31-444.1 动态网页实现流程314.2 静态页面制作过程31-344.2.1 HTML 静态页面31-324.2.2 层叠样式表代码32-344.3 动态页面制作过程34-394.3.1 整个框架的左部布局34-354.3.2 登录界面35-374.3.3 查询界面37-384.3.4 注册界面38-394.4 数据库信息39-424.4.1 注册用户信息39-414.4.2 杂志、男装、女装、童装记录信息414.4.3 互动平台41-424.5 整体页面设计形式42-44第五章 系统环境搭建和连接数据库44-585.1 系统环境搭建44-495.1.1 安装JDK44-455.1.2 安装集成开发环境MyEclipse455.1.3 安装Tomcat45-485.1.4 SQL Server 2005 的安装48-495.2 连接数据库49-535.2.1 数据库的创建49-505.2.2 Tomcat 的数据库连接池的方式连接数

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论