{$cfg_webname}
主页 > 计算机 > ASP.NET >

三层结构网络存储系统的设计与实现(ASP.NET,SQL)

来源:wenku163.com  资料编号:WK16312676 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK16312676
资料介绍
三层结构网络存储系统的设计与实现(ASP.NET,SQL)(任务书,外文翻译,毕业论文16000字,程序代码,SQLserver数据库,答辩PPT)  摘  要     随着网络的发展,越来越多的人开始通过网络来了解和获得各种自己需要的信息,特别是一些专业人员对自己专业信息的需要。为此建立一个基于WEB的文档共享管理平台,以满足人们对信息的需求。通过本平台,用户可以查看最新上传的文档,查找下载自己需要的文档,还可以将自己的文档上传,同别人共享信息资源。最终实现信息共享。     此系统设计上采用三层结构、Web Service技术,使之在选用平台、采用技术上具有先进性、前瞻性、扩充性,从而保证建成的系统具有良好的稳定性、可扩充性。系统设计按标准化、规范化,分层设计,构件化实现。采用软件构件化的开发方式,使系统结构分层,业务与实现分离,逻辑与数据分离;以统一的服务接口规范为核心,使用开放标准。从功能上来说,系统是比较完备的,系统以Web界面与用户交互,为用户提供信息并接受其操作,同时通过数据库管理系统来存储信息数据。系统实现了对信息数据的浏览、查询、编辑和管理等基本数据库操作,采用了模块化设计方法,根据用户的需求及程序的应用与维护的易用性,将各个部分置于不同的模块当中,方便了程序的扩展与维护,同时建立了程序功能复用的基础。   关键词 信息共享;ASP.NET2005;SQL;交互性   Simple Network Storage System Abstract "Shiquansimei" booking system is a typical e-commerce sales platform, the development based on B / S of the realization of online sales, is based on ASP.NET2005 + sql 2000 model. E-commerce on the Internet is the transit system-a sales platform, the ground is an extension of the distribution system and complementary, but also merchants and customers a very effective channel of communication. Present in China, different procedures to achieve online sales accounted for about 78 percent of manufacturers around the remaining 22 percent or so that manufacturers are trying to create an online sales to the ground material ready. Zan here, and Internet sales, shopping malls have become the future status of the war take advantage of the indispensable tool. The online sales system is mainly for the development of a restaurant, the restaurant has many years of accumulated store marketing, whether from customers or from the areas of logistics, warehousing and so on, are perfectly capable of doing the material prepared for sale online. The system design using three-tier structure, Web Service technology, so that the choice of platforms, using a technically advanced nature, forward-looking, scalable, thus ensuring completion of the system has good stability, scalability. System design by standardization, standardization, and hierarchical design, component of achieving. Use of software component of the development mode, the system hierarchical structure, operations and implementation of separation, logic and data separation to a unified service interface specification as the core, the use of open standards. From the function, the system is more complete, the system to the Web interface and user interaction, provide users with information and accept its operation, at the same time through the database management system to store information and data. System of the information and data browser, query, editing and database management, and other basic operations, using a modular design, according to the needs of users and the application procedures and maintenance of the ease of use, will be placed in various parts of different modules To facilitate the expansion and maintenance of procedures, procedures for the establishment of a functional rehabilitation with the foundation.    Key words  e-commerce;ASP.NET2005;SQL;interactive    通过系统功能分析,针对一般的网络存储系统,总结出如下的需求信息: (1)用户分一般用户、注册用户和管理员用户。 (2)一般用户和注册用户无需要登录就可以查看文件信息和资讯 (3)注册用户登录后可以进行文件查看。 (4)管理员可进行所有后台操作权限。 经过系统功能分析和需求总结,考虑到将来功能上的扩展,设计如下的数据项和数据结构: (1)管理员信息,包括数据项:帐号,密码,权限,注册时间。 (2)用户信息,包括数据项:用户编号,用户名,密码,姓名,电话,身份证,注册时间等。 (3)文件信息,包括数据项:编号,名称,内容,添加时间等。   三层结构网络存储系统的设计与实现(ASP.NET,SQL)
三层结构网络存储系统的设计与实现(ASP.NET,SQL) 三层结构网络存储系统的设计与实现(ASP.NET,SQL)
三层结构网络存储系统的设计与实现(ASP.NET,SQL)
三层结构网络存储系统的设计与实现(ASP.NET,SQL) 目录 摘  要 1 Abstract ii 1  系统概述 1 1.1  前  言 1 1.2 本课题的研究意义 1 1.3 本课题的目的及内容 2 2  管理系统概述 3 2.1 B/S体系结构 3 2.2 Dreamweave介绍 3 2.3 SQL Server介绍 4 2.4 HTML介绍 4 2.5 ASP.NET2005介绍 4 3 系统调研及可行性分析 6 3.1 系统调研 6 3.2 可行性分析 6 3.2.1 经济可行性 6 3.2.2 技术可行性 6 3.2.3 操作可行性 7 3.2.4 法律可行性 7 4 系统需求分析 8 4.1 业务流分析 8 4.2 数据流分析 9 4.3 数据字典 10 5  系统设计 13 5.1 网站概要设计 13 5.2 系统功能模块划分 13 5.3 数据库设计 13 5.3.1 数据库需求分析 14 5.3.2 数据库概念结构设计 14 5.3.3 数据库逻辑结构设计 15 6  主要代码 18 6.1 上传功能设置部分代码 18 7  网络存储系统界面设计 31 7.1 管理员登陆界面设计 31 7.2 管理员界面设计 31 7.3 用户界面设计 34 7.4 用户注册界面设计 36 8  系统测试 37 8.1 功能调试 37 8.1.1 链接测试 37 8.1.2 数据库调试 37 8.2 测试方法 37 8.3具体测试 38 8.3.1注册功能测试 38 8.3.2用户信息修改测试 38 8.3.3管理员功能测试 38 8.3.4新建文件夹测试 38 8.3.5删除文件及文件夹测试 38 8.3.6文件上传测试 38 8.3.7文件下载测试 38 总  结 39 参考文献 40 致  谢 41 外文文献 42 外文翻译 49  
推荐资料