基于 Java 的 宠物销售网站 的设计与实现 Design and implementation of java-based pet sales website 日内容摘要本科设计《基于 Java 的宠物销售网站的设计与实现》体现了以信息时代的创新购物模式,利用宠物销售网站的不受空间限制,随时随地可以看宠物,买宠物,网络经营的低廉成本等相关特性。使得宠物销售网站对市场占有量迅速提升。文中针对了宠物市场的需求,核心应用了JSP(Java Server Pages 中文名:Java 服务器页面)技术和 MySQL 数据库设计了基于 Java 的宠物销售网站。该系统主要包含了买家系统,卖家系统两个方向模块,买家与卖家这两个模块联系相对紧密,买家的系统页面的数据和卖家的页面数据是相互联系的,卖家提供了该品种的宠物,买家的页面才会显示出来,实现了数据的共享,买家页面有注册,登录,购物车,订单,支付等功能。卖家页面有登录,宠物分类管理,宠物的上架,下架等操作,还有宠物信息的处理等等功能,文中将重点介绍系统实现的整个过程。关键词:宠物销售 创新购物 Java 数据库Abstract Undergraduate design "java-based pet sales website design and implementation" reflects the information age of innovative shopping model, the use of pet sales website is not limited by space, anytime and anywhere can see pets, buy pets, network management of low-cost and other related characteristics. Make pet sale website to market share increase quickly. Aiming at the needs of the pet market, the core application of jsp (java server pages) technology and mysql database design based on java pet sales site. The system mainly includes the buyer system, the seller system two direction modules, the buyer and the seller these two modules are relatively closely linked, the buyer's system page data and the seller's page data are interrelated, the seller provides the variety of pets, the buyer's page will be displayed to achieve the sharing of data, the buyer page has registration, login, shopping cart, order, payment and other functions. The seller's pag...