下载后可任意编辑题目:基于 Web 的网上书店设计 摘要本设计是基于 Web 的网上书店,随着计算机的普遍使用与网络技术的不断进展,上网的人将会越来越多,其中将有一部分在网上购物,在购买的商品中也有一部分是图书。 本设计就是针对这个而建立的网上书店,利用 JSP(Java Server Pages)结合 SQL Server数据库来实现的 B/S 结构。JSP 是以 Java 语言为脚本语言,在连接 SQL Server 数据库中可以通过 JDBC 驱动程序与数据库连接。本设计在现有的网上案例比较过,具有用户使用简单,界面直观等优点。本设计具有图书销售、新书介绍、图书查询、销售统计、购物车等功能。关键词:JSP,B/S 结构,网上书店I下载后可任意编辑Subject : Design of Web-based online bookstore AbstractThe design is a net bookshop based on Web. As the generalization of the user of computer and the unceasing development of net technique, the people who buy goods on net will be more and more. Some people go to shopping online and parts of those goods are books. Aiming at this, the design is a B/S configuration which establishes net bookshop by combining JSP and SQL Server database. JSP uses Java language for the script language, and connects the data-base by JDBC driver when it connects with the SQL Server data-base. By comparing with existing net examples, this design has some strongpoint which can make user to use it easier and see a comfortable interface. This design includes some functions, such as distribution of books, introduction of new books, lookup and consultation of books, statistic of distribution and the convenient trading way.Keywords: JSP, B/S mode, bookstore onlineII下载后可任意编辑目录摘要.........................................................................ⅠAbstract...................................................................Ⅱ第一章 引言................................................................11.1 书店背景介绍...........................