书店信息管理系统的设计与实现学生姓名:蒋 斌 指导老师:罗永红摘 要 本课程设计主要是设计一个书店信息管理的系统,实现用户的注册、登录,书店书籍的添加、删除、修改、查询及图书的购买等功能。程序设计平台为 Windows 7,程序设计语言采纳 JAVA,所连接的数据库是 oracle 11g。在程序设计中,采纳了结构化与面对对象两种解决问题的方法。程序通过调试运行,初步实现了目标。关键词 数据库;oracle 11g;JAVA;书店信息管理系统The Design and Implementation of Book Store Information Management SystemStudent Name:JiangBin Advisor:LuoYong-hongAbstract This course design is mainly to make a information management system of a online bookstore, The function of the system include book’ adding ,deleting and querying and purchase books. Program design platform is Windows XP, programming language is JAVA, are the connected database is Oracle 10g. In the program process, I adopted two solution of the structured and object-oriented. Program run through the debugger, achieving the initial goal. Keywords Database; oracle 10g; JAVA; Online Bookstore Information Management System目 录1 引言.....................................................................................................................11.1 课题背景......................................................................................................11.2 课程设计目的..............................................................................................11.3 课程设计任务..............................................................................................12 系统结构分析....................................................................................................22.1 需求分析......................................................................................................22.2 功能模块图..................................................................................................33 数据库设计....................