logo资料库

校园二手市场.doc

第1页 / 共76页
第2页 / 共76页
第3页 / 共76页
第4页 / 共76页
第5页 / 共76页
第6页 / 共76页
第7页 / 共76页
第8页 / 共76页
资料共76页,剩余部分请下载后查看
第1章 引言
1.1选题背景和意义
1.2国内外研究现状
1.3 论文研究内容和章节安排
第2章 研究及分析
2.1可行性研究
2.1.1技术可行性
2.1.2 经济可行性
2.1.3 社会可行性
2.2需求分析
2.2.1系统任务概述
2.2.2 功能需求分析
2.2.3 系统性能需求分析
2.3本章小结
第3章 系统设计
3.1 系统概要设计
3.2功能结构设计
3.2.1 系统用例图设计
3.3 系统部分流程图设计
3.3.1 用户注册流程图
3.3.2 用户登录流程图
3.3.3 用户购物流程图
3.3.4 任务发布流程图
3.4系统详细设计
3.4.1 系统首页模块设计
3.4.2 普通会员管理模块设计
3.4.3 商家管理模块设计
3.4.4 后台管理模块设计
3.5本章小结
第4章 系统实现
4.1 系统数据库设计
4.1.1数据库设计原则
4.1.2数据库概念结构设计
4.1.3数据库逻辑结构设计
4.1.4数据库物理结构设计
4.1.5数据库逻辑结构设计
4.2高校二手交易平台系统功能展示
4.2.1 首页展示
4.2.2 会员注册与商家注册功能展示
4.2.3会员列表功能展示
4.2.4商家列表主要功能展示
4.2.5发布留言&在线交流功能展示
4.2.6管理员登录功能展示
4.2.7管理员列表功能展示
4.3系统测试
4.3.1测试概述
4.3.2测试用例
4.4本章小结
第5章 总结与展望
5.1 主要工作与创新点
5.2 后续研究工作展望
参考文献
致谢
附录A 英文原文
附录B 英文翻译
号:2014214114 编 审定成绩: 重庆邮电大学 毕业设计(论文) 中文题目 校园二手市场交易平台的设计与实现 英文题目 Design and implementation of a second -hand market trading platform on campus 学院名称 学生姓名 专 业 班 级 学 号 指导教师 答 辩 组 负 责 人 二〇一八年六月 重庆邮电大学教务处制
学院本科毕业设计(论文)诚信承诺书 本人郑重承诺: 我向学院呈交的论文《 》,是本人 在指导教师的指导下,独立进行研究工作所取得的成果。除文中已经注明引用的 内容外,本论文不含任何其他个人或集体已经发表或撰写过的作品成果。对本文 的研究做出重要贡献的个人和集体,均已在文中以明确方式标明并致谢。本人完 全意识到本声明的法律结果由本人承担。 年级 专业 班级 承诺人签名 年 月 日 学位论文版权使用授权书 本人完全了解重庆邮电大学有权保留、使用学位论文纸质版和电子版的规定, 即学校有权向国家有关部门或机构送交论文,允许论文被查阅和借阅等。本人授 权重庆邮电大学可以公布本学位论文的全部或部分内容,可编入有关数据库或信 息系统进行检索、分析或评价,可以采用影印、缩印、扫描或拷贝等复制手段保 存、汇编本学位论文。 (注:保密的学位论文在解密后适用本授权书。) 学生签名: 指导老师签名: 日期: 年 月 日 日期: 年 月 日
摘要 随着网络的逐渐兴起,在线购物发展也越来越完善,许多人都会选择便捷的 电商服务,但是也有许多人购买的物品还没使用多久便闲置了,在大学之中这种 现象尤为严重,于是便开设了跳蚤市场,这一线下二手交易平台。同时也设立了 二手交易 QQ 群,让同学在 QQ 群里发布二手信息。问题也随之而来,管理不规范, 物品还没售出便被他人的二手信息掩盖,信息更新以及查找麻烦。 因此本次毕业设计便想利用所学技术来解决这一问题,使用成熟的 B/S 架构 来进行网站的设计与搭建,开发出能够有效解决信息交互不及时,商品查找缓慢 等等这一系列问题。 在分析设计的过程中,首先需要进行可行性分析,确定项目在经济、技术等 方面的可行性,证明项目开发是符合实际的;然后进行需求分析,明确系统里面 的不同的用户所具备的不同的功能;最后进行系统设计,分析出系统应该完成的 任务,并对系统里面不同的用户的每一个功能模块进行的页面设计和功能实现设 计。 在 实 际的 开发 过程 中, 使用了 VS2013 作为 开发 的环 境, 使用 基于 .NET Framework 框架的 ASP.NET 框架进行 B/S 三层架构的搭建,使用 ASP.NET MVC 框 架进行网站页面的开发和设计,ADO.NET 实体框架来对数据库进行访问处理。使用 了 SQL Server2008 数据库作为网站的数据库支持,使用 IIS 服务组件实际的将网 站系统串联起来。最后进行了简单的系统测试,主要针对用户可以输入数据的模 块进行测试,发现并修改了一些问题。 本网站的界面简洁大方,对于没有任何的 WEB 经验的人同样容易学会操作, 并且系统在实际的环境中能够良好的运行。 关键词:二手市场,SQL Server2008,ASP.NET,B/S I
Abstract With the gradual rise of the network, online shopping is becoming more and more perfect, many people will choose convenient e-commerce services, but there are also many people who have not used a lot of goods to buy idle. In University, this phenomenon is particularly serious, so it opened the flea market, the first second hand Trading platform. At the same time, a second-hand trading QQ group was set up to let students publish second-hand information in QQ group. Problems also follow. Management is not standardized, and goods are not sold before being covered up by second-hand information, updating information and finding trouble. Therefore, this graduation project would like to use the technology to solve this problem, using the mature B/S architecture to design and build the website, and develop a series of problems, such as the effective solution of the information interaction is not timely, the commodity search is slow, and so on. In the process of analysis and design, it is necessary to analyze the feasibility of the project at first, determine the feasibility of the project in the economic and technical aspects, and prove that the project development is in line with the actual situation; then the demand analysis is carried out to make clear the different functions of the different users in the system; then the system should be designed and the system should be analyzed. The task is completed, and the page design and function implementation of each functional module of different users in the system are designed. In the actual development process, using VS2013 as the development environment, using the ASP.NET framework based on the.NET Framework framework to build the B/S three layer architecture, using the ASP.NET MVC framework to develop and design the web page, and the ADO.NET Entity Framework to deal with the database. The SQL Server2008 database is used as the database support of the website, and the IIS server is used II
to connect the website system in real time. Finally, a simple system test is carried out, mainly aiming at modules that users can input data, and finds and modifies some problems.The web site has a simple and generous interface. It is also easy to learn to operate for people without any WEB experience, and the system can run well in the actual environment. Keywords: Second hand market, SQL Server2008, ASP.NET ,B/S III
目录 目录 第 1 章 引言....................................................................................................................1 1.1 选题背景和意义..........................................................................................1 1.2 国内外研究现状..........................................................................................2 1.3 论文研究内容和章节安排................................................................................3 第 2 章 研究及分析........................................................................................................4 2.1 可行性研究.........................................................................................................4 2.1.1 技术可行性.............................................................................................. 4 2.1.2 经济可行性............................................................................................. 4 2.1.3 社会可行性............................................................................................. 5 2.2 需求分析.............................................................................................................5 2.2.1 系统任务概述.......................................................................................... 5 2.2.2 功能需求分析......................................................................................... 6 2.2.3 系统性能需求分析................................................................................. 6 2.3 本章小结.............................................................................................................7 第 3 章 系统设计............................................................................................................8 3.1 系统概要设计....................................................................................................8 3.2 功能结构设计.....................................................................................................8 3.2.1 系统用例图设计..................................................................................... 8 3.3 系统部分流程图设计........................................................................................9 3.3.1 用户注册流程图..................................................................................... 9 3.3.2 用户登录流程图................................................................................... 10 3.3.3 用户购物流程图....................................................................................11 3.3.4 任务发布流程图....................................................................................11 3.4 系统详细设计...................................................................................................12 3.4.1 系统首页模块设计............................................................................... 12 3.4.2 普通会员管理模块设计....................................................................... 13 3.4.3 商家管理模块设计............................................................................... 15 Ⅳ
3.4.4 后台管理模块设计............................................................................... 16 3.5 本章小结...........................................................................................................17 第 4 章 系统实现..........................................................................................................18 4.1 系统数据库设计..............................................................................................18 4.1.1 数据库设计原则.................................................................................... 18 4.1.2 数据库概念结构设计............................................................................ 18 4.1.3 数据库逻辑结构设计............................................................................ 20 4.1.4 数据库物理结构设计............................................................................ 20 4.1.5 数据库逻辑结构设计............................................................................ 25 4.2 高校二手交易平台系统功能展示...................................................................26 4.2.1 首页展示............................................................................................... 26 4.2.2 会员注册与商家注册功能展示........................................................... 28 4.2.3 会员列表功能展示................................................................................ 30 4.2.4 商家列表主要功能展示........................................................................ 37 4.2.5 发布留言&在线交流功能展示............................................................. 40 4.2.6 管理员登录功能展示............................................................................ 41 4.2.7 管理员列表功能展示............................................................................ 41 4.3 系统测试...........................................................................................................45 4.3.1 测试概述................................................................................................ 45 4.3.2 测试用例................................................................................................ 46 4.4 本章小结...........................................................................................................47 第 5 章 总结与展望......................................................................................................48 5.1 主要工作与创新点..........................................................................................48 5.2 后续研究工作展望..........................................................................................48 参考文献........................................................................................................................50 致谢................................................................................................................................52 附录 A 英文原文........................................................................................................53 附录 B 英文翻译........................................................................................................62 V
分享到:
收藏