www.passlw.com  
计算机毕业设计服务
 
首页 | VB | VC/VC++ | java/jsp | delphi | ASP | PB | VF | 计算机网络毕业论文 | 电子,通信,自动化毕业论文 | flash毕业论文 | Authoware设计 | 计算机毕业论文资料 | 计算机毕业设计指导 | 免费计算机毕业论文 | 其他毕业论文
  当前位置:主页>.net>软件详细
软件名称:   019软件资源复用管理系统(asp.net+sql)
文件类型:  .rar
界面语言:  简体中文
软件类型:  国产软件
运行环境:  Win2003,WinXP,Win2000,Win9X
授权方式:  共享软件
软件大小:  9MBMB
软件等级:  ★★★★★
发布时间:  2008-01-09
设计组成: 本参考毕业设计有(源代码+毕业论文+答辩PPT+开题目报告+中期检查报告)组成!
下载地址: 无链接信息!
使用说明: 如果您需要此软件,请联系我们的客服QQ:920225073电话:15886499710

 要
 
通常情况下,应用软件系统的开发过程包含以下几个阶段:需求分析、设计、编码、测试、维护等。当每个应用系统的开发都是从头开始时,在系统开发过程中就必然存在大量的重复劳动。通过软件复用,在应用系统开发中可以充分利用已有的开发成果,消除许多重复劳动,从而提高了软件开发的效率,同时,通过复用高质量的已有开发成果,避免了重新开发可能引入的错误,提高软件的质量。
软件资源复用管理系统就是基于这种思路为达到此目的而开发的。利用本系统用户可以上传有用的复用资源,同时可以多条件组合查询可复用库中的资源从而实现精确定位资源,达到快速查找的功能。另外还可以对资源发表自己的看法供别的用户参考。管理员则可以对系统中的数据全面管理,包括对软件资源进行设置接口参数、标准化处理等工作以利于需要的用户更方便地使用以及对用户信息和评论信息进行管理。
系统主要利用ASP.NET、数据库、C++等技术,基于C/S模式研究开发的。ASP.NET相对ASP技术在各方面尤其是性能方面都有很大的改善,因此本系统在效率方面将是令人满意的。此外,本系统用到了验证码技术及MD5加密算法来保障用户数据的安全性。
关键词:ASP.NET;软件开发;软件资源复用;软件资源管理;系统安全
Abstract
 
Usually, the process of the internet applications system development includes a few phases as following: Demand analysis, the design, encode, test, maintain and so on. As long as each internet application system development starts from the beginning, in the system performance history on the necessity has the massive repetitions work, such as: the repetition of user demand gain, demand analysis and design, encode, test , document management and so on. However, by software reuse and making full use of the development achievement which has achieved in the application system development, many repetition work can be eliminated, thus enhance the efficiency of software development. At the same time, some mistakes which redevelops possibly introduces can be avoided by reusing the development achievements which had done, thereby software quality can be improved.
 The development of software resource reuse management system is based on this kind of mentality and for achieving this goal. By using the system users can upload some useful resources and inquire the resource in the storehouse by mult-conditions combination for getting the resources accurately and quickly. Users also can remark on these resources for guiding others. The administrators can carry on the all-sided management to them including setting the parameters of interface, standardized processing and so on in order that users can use them more expediently .In the mean time, they can manage the users’ information and the remarks.
 Based on the C/S mode, the system has been developed mainly making use of the techniques of ASP.NET, Database, C++ etc. Based on the C/S mode, the system has been developed mainly making use of the techniques of ASP.NET, Database, C++ etc. It is well known that ASP.NET is largely improved in various aspects especially in the performance compared with that of ASP. Therefore this system will be more satisfactory in operational efficiency. In addition, the technology of prove yards and MD5 encrypt algorithm is used for the system security and for protecting user data.
Key wordsASP.NET; software development; software resource reuse; software resource management; system security
 
 
 
 
目    录
引言. 1
1 系统实现主要使用的技术和开发工具. 1
1.1 使用的主要技术介绍... 1
1.1.1ASP.NET技术介绍... 1
1.1.2C/C++技术介绍... 2
1.1.3SQL语言介绍... 3
1.2 主要开发工具介绍... 4
1.2.1Visual Studio.net 2003介绍... 4
1.2.2SQL Server 2000介绍... 4
2 需求调研、资料收集、初步定位. 5
2.1 需求调研,初定系统构架... 5
2.2 库存管理信息系统体系结构确定... 6
2.3 系统需要解决的主要问题... 7
2.4 软件资源复用管理系统应该具备的基本功能分析... 7
3 软件资源复用管理系统总体设计. 7
3.1 软件资源复用管理系统功能简介... 7
3.2 运行环境与系统结构... 8
4 软件资源复用管理系统数据库及表结构设计. 8
4.1 数据库需求分析... 8
4.2 据库概念结构设计... 10
4.3 数据库逻辑结构设计... 11
5 软件资源复用管理系统详细设计. 13
5.1 系统权限设计... 13
5.2 安全性设计... 13
5.3 细节人性化设计... 14
5.4 功能模块具体设计... 15
5.4.1配置IIS服务器... 15
5.4.2创建系统的主界面... 15
5.4.3用户操作界面... 18
5.4.4软件资源上传界面... 20
5.4.5软件资源下载界面... 21
5.4.6管理员界面... 22
5.5 网站系统的美设计... 24
6 系统调试过程. 25
6.1系统实现过程中遇到的问题以及解决方法和收获... 25
6.1.1难题不用怕,学会利用外部知识资源... 25
6.1.2遇事多思考,多用发散思维... 25
6.2 系统的运行性能评价... 25
7 结论. 26
谢 辞. 28
参考文献. 29
附 录. 30

 

(需要该计算机毕业设计论文的,请联系我们在线客服QQ:920225073或联系我们客服电话:15886499710)

下载说明: ☉推荐使用网际快车下载本站软件,使用 WinRAR v3.10 以上版本解压本站软件。
☉如果这个软件总是不能下载的请点击报告错误,谢谢合作!!
☉下载本站资源,如果服务器暂不能下载请过一段时间重试!
☉如果遇到什么问题,请到本站论坛去咨寻,我们将在那里提供更多 、更好的资源!
☉本站提供的一些商业软件是供学习研究之用,如用于商业用途,请购买正版。
[收藏] [推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
用户名: 新注册) 密码: 匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热门软件
·054网上评教系统ASP.NET+SQL
·053图片管理系统ASP.NET+SQL(C#)
·056选课系统ASP.NET+ACCESS(C#)
·001学生成绩管理系统ASP.NET
·049库存管理系统ASP.NET+SQL(C#)
·069商店个人账目管理系统ASP.NET
·084多功能聊天软件的设计ASP.NET
·070网上饰品购物系统ASP.NET+SQL
· 040毕业设计选题系统C#,SQL
·087汽车销售管理系统的设计VS.NE
·059小区物业管理系统vb.net+sql
·035图书管理系统VB.NET
  相关软件
·018汽车销售管理系统(asp.net+sq
·020在线实时考试系统(asp.net+sq
·017礼品快递网的设计与实现(网上
·021远程文件管理系统设计与实现V
·016教务管理系统(ASP.NET+SQL)
·022基于web的商品网站的设计ASP.
· 015基于网络的实验室业务管理
·023驾驶员理论考试网上模拟系统
·014花园小区网站(ASP.net)
·013发邮件全套-C#
·024针织面料管理网站ASP.NET
·012离散数学网络教学系统ASP.NET
 
毕业设计参考服务