设计 任务书 文档 开题 答辩 说明书 格式 模板 外文 翻译 范文 资料 作品 文献 课程 实习 指导 调研 下载 网络教育 计算机 网站 网页 小程序 商城 购物 订餐 电影 安卓 Android Html Html5 SSM SSH Python 爬虫 大数据 管理系统 图书 校园网 考试 选题 网络安全 推荐系统 机械 模具 夹具 自动化 数控 车床 汽车 故障 诊断 电机 建模 机械手 去壳机 千斤顶 变速器 减速器 图纸 电气 变电站 电子 Stm32 单片机 物联网 监控 密码锁 Plc 组态 控制 智能 Matlab 土木 建筑 结构 框架 教学楼 住宅楼 造价 施工 办公楼 给水 排水 桥梁 刚构桥 水利 重力坝 水库 采矿 环境 化工 固废 工厂 视觉传达 室内设计 产品设计 电子商务 物流 盈利 案例 分析 评估 报告 营销 报销 会计
Logo 顶部广告
首页 | 机械毕业设计 | 电子电气毕业设计 | 计算机毕业设计 | 土木工程毕业设计 | 视觉传达毕业设计 | 理工论文 | 文科论文 | 毕设资料 | 帮助中心
今天是: |>>> 您现在的位置:首页>>>>文档详细内容
标题:

基于asp. net的学生物品交易网站的设计与实现 毕业论文+项目源码及数据库文件


摘  要随着电商平台如雨后春笋般发展起来,校园物品已经成为亟待解决的一大浪费问题。对不同大学进行了问卷形式的抽样调查,结果显示绝大部分学生拥有物品,且对物品进行处理的意愿较强。针对此调查结果所显示的需求,设计大学校园物品交易网站。通过该网络平台能够解决当前大学生物品无处安放的问题,实现物品的再利用。本系统是采用ASP.NET和SQL Server数据库开发的学生物品交易网站。本系统设计最终将获得一个功能齐全、能方便同学之间学生物品交易的系统,实现对学生物品的充分价值利用。系统分为前台和后台两个功能模块,整个系统分别由系统管理员、二手物品发布者、二手物品消费者这三个不同的角色组成,前台主要包括用户的登录注册、二手商品的发布、留言等功能,后台主要实现对整个系统进行管理和维护。对校园交易物品增、删、查、改等基本功能的实现,实现对校园物品交易网站的访问控制功能等系统管理员的功能,实现对物品交易信息的发布、删除和管理等功能,实现对交易物品的ID标记、物品信息分类功能和首页每日推荐的自动更新,学生会员登录权限等功能及在校园内建立完整的交易机制,实现约否等拓展模块。整个系统构造了一个同学间网上交流的平台,可以利用网络整个平台让校园网更好的为同学们服务。关键词:学生物品;交易网站;ASP.NET;SQL Server;.NETAbstractWith the development of e-commerce platform, campus goods have become a waste problem to be solved. The results show that most of the students have articles and have a strong willingness to deal with them. To meet the needs of this survey, design the university campus goods trading website. The network platform can solve the problem of nowhere to place college students' articles and realize the reuse of articles.This system is a student goods trading website developed by ASP.NET and SQL Server database. The design of the system will finally obtain a complete function, which can facilitate the transaction of students' articles between students, and realize the full value utilization of students' articles. The system is divided into two functional modules: foreground and background. The whole system is composed of three different roles: system administrator, second-hand publisher and second-hand consumer. The front desk mainly includes the functions of user's login registration, second-hand commodity release, message and so on. For the campus trading items add, delete, check, change and other basic functions, to achieve the campus goods trading website access control function and other system administrator functions, to achieve the items trading information release, delete and management functions, to achieve the transaction items ID marking, items information classification function and the home page recommended daily update, student members login authority and other functions and establish a complete trading mechanism in the campus, to achieve. The whole system constructs a platform for online communication between students, which can make use of the whole network platform to better serve the students.Keywords: student items; trading website; ASP.NET;SQL Server;. NET目  录摘  要Abstract第1章 绪论1.1选题背景1.1.1学生物品交易网站的开发背景1.1.2学生学生物品交易活动的现状1.2 学生物品交易网站的研究方向和内容1.2.1研究方向1.2.2研究内容1.3 学生物品交易网站的设计目标1.4 学生物品交易网站的开发意义1.5 学生物品交易网站的可行性分析第2章 开发工具及技术介绍2.1 Microsoft Visual Studio 2010概述2.2 .NET平台2.2.1 NET简介2.2.2 .NET框架的优点2.2.3 组成.net软件技术的组件2.3 SQL Server2008第3章 学生物品交易网站的需求分析3.1学生物品交易网站功能分析3.1.1总体需求3.1.2功能模块划分3.2普通用户可操作功能3.2.1交易管理3.2.2浏览信息3.2.3发布信息3.2.4 交易3.2.5用户注册和用户登录3.2.6个人管理3.3管理员可操作功能3.3.1会员管理3.3.2类别管理3.3.3物品管理3.3.4 修改密码3.4数据需求3.5环境3.5.1运行环境3.5.2开发环境第4章 学生物品交易网站的设计与实现4.1总体结构设计4.2各功能模块流程设计4.3数据库的设计4.3.1数据库逻辑结构分析4.3.2数据库表结构4.4网站界面设计4.4.1首页4.4.2普通用户登录界面4.4.3发布新交易物品界面4.4.4管理员用户管理界面第5章 系统测试5.1 引言5.2 任务概述5.2.1 目标5.2.2 运行环境5.3 测试方案5.3.1 测试方法5.3.2 性能测试5.4 评价结  语 49参考文献致  谢 51















| 关于我们 | 友情链接 | 毕业设计招聘 |

毕业66资料站 biye66.com ©2015-2026 版权所有 | 微信:15573586651 QQ:3903700237

本站毕业设计和毕业论文资料均属原创者所有,仅供学习交流之用,请勿转载并做其他非法用途.如有侵犯您的版权有损您的利益,请联系我们会立即改正或删除有关内容!