本科毕业论文
校园二手书交易平台设计与开发
--系统架构与核心模块The Campus Used Books Trading Platform Design And
Development
--System Construction And Core Design
姓名:
学号:
学院:软件学院
系:软件工程
专业:软件工程
年级:
指导教师:
年月
摘要
二手书交易平台是在考察当前高校学生的需求和社会大众对保护环境的要求的基础上,确定设计开发的。每年的新老生交替过程中,会产生数量庞大的二手书,而这些书大部分会被当做废品处理掉,毫无价值可言,校园内无统一途径帮助同学们解决二手书的交易问题,简单的跳蚤市场等形式已经不能再满
足现在年轻人的行为方式;现代科技发展,越来越多的人熟知网络,并通过网络来满足自己的需求,建立在校园网络上的校园二手书交易平台应运而生。
本论文在对二手书交易特点深入分析的基础之上,通过使用ASP.NET技术,结合三层架构(表示层、业务逻辑层和数据访问层),使用SQL Server2005数据库,完成实例的设计与开发。交易平台具备简洁方便的交互界面,灵活快捷的搜索功能,完善的管理设置特点,达到了预期目标。
本课题由三人小组合作完成。本论文详细描述了课题的系统框架与核心模块(书籍管理模块,人员管理模块,交易管理模块)的设计与实现。论文叙述了各模块实现的流程图及关键技术,并展示了核心功能的实现。
关键词:二手书交易;ASP.NET;三层架构;校园二手书
Abstract
The Secondhand-book Trading P atform is based on current university students’ demands and social populace to protect the environment requests. Every year, gradutes leave universities and huge secondhand-books are left in the campus, but majority of them are treated as waste ,non value at all. And there is not a uniform way to help students to solve the problem how to teade old books,old tradin
g way like flea market are already not satisfy now young people’s behavior way; Mordern technologies develop, Internet is well known by more and more people and it is uesd by people to meet their requirments. So it is necessary to develop a second hand-books trading platform based on Internet.
This paper is based on deeply analysising the characteristic of trading
second-books, and complete the example’s design and develop by using the ASP.NET technology,three constructions(USL,BLL,DAL) and SQL Server2005 Database. Succinct and convenience interface, nimble and quick search function and consummation management are main characteristics of this trading platfom. All of this has achieved the anticipated target.
This topic is completed by three people. This paper describes how to design and implementation the system construction and core modules (Books management module, Members management module and Trading management module)in details. At the same time, paper narrates the sequence diagams and key technologies and demonstrates core funcitons’ realization.
Key words: Secondhand-book Trade;ASP.NET;Three-Tier Application;Secondhand-book In Campus
目录
第一章绪论 (1)
1.1系统开发背景 (1)
1.2系统开发目标 (2)
1.3论文组织结构 (2)
第二章系统总体设计 (3)
2.1 系统架构与功能设计 (3)
2.1.1系统架构 (3)
2.1.2 功能设计 (5)
2.2 系统开发平台 (9)
2.2.1系统硬件平台 (9)
2.2.2系统软件平台 (9)
2.3数据库设计 (11)
2.3.1数据信息 (11)
2.3.2 数据表设计 (11)
第三章核心模块详细设计 (16)
3.1书籍管理 (16)
3.1.1功能说明及用例描述 (16)
3.1.2流程图 (18)
3.1.3关键技术解析 (20)
3.2人员管理 (22)
3.2.1功能说明及用例描述 (22)
3.1.2流程图 (24)
3.2.3关键技术解析 (25)
3.3交易管理 (28)
3.3.1功能说明及用例描述 (28)
3.3.2流程图 (32)
3.3.3关键技术解析 (33)
第四章系统实现 (37)
4.1非会员模块核心功能实现展示 (37)
4.2会员(买家)模块核心功能实现展示 (38)
4.3会员(卖家)模块核心功能实现展示 (41)
二手大众第五章总结与展望 (44)
5.1 论文总结 (44)
5.2 工作展望 (44)
参考文献 (46)
致谢 (47)