1 / 82
文档名称:

毕业设计(论文)-.NET某店积分更新记录管理系统设计.doc

格式:doc   页数:82
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

毕业设计(论文)-.NET某店积分更新记录管理系统设计.doc

上传人:3346389411 2013/4/13 文件大小:0 KB

下载得到文件列表

毕业设计(论文)-.NET某店积分更新记录管理系统设计.doc

文档介绍

文档介绍:毕业设计(论文)
某店积分更新记录管理
论文作者姓名:
申请学位专业:
申请学位类别:
指导教师姓名(职称):
论文提交日期:
某店积分更新记录管理
摘要
计算机诞生以来,对数据的管理一直是计算机应用中最为重要的环节,数据库管理系统便是这一环节中坚力量。平台推出以后,由于其通用语言基础结构和规范性,平台下进行高效的程序开发,框架对数据库管理系统的访问控制是相当的灵活和方便,减少了程序员们操作数据库底层代码,让程序员的精力完全集中到逻辑代码开发之中。因此,平台开发管理信息系统是一个明智的选择。
,后台采用SQL 2000,语言使用C#。实现的系统功能是对用户消费和追加的积分进行更新,并对积分变化进行记录。程序模块读取临时积分表,通过返回临时积分表的数据对积分表,用户状态表,积分奖励记录表进行更新,并对积分累积记录表进行更新,系统着重于对更新失败和程序异常时进行处理。
关键词:计算机应用;数据库管理系统;积分更新记录;.NET平台;;C#;SQL2000
The Shop’s Integral Update Record Management
Abstract
Data management is always the most important link of puter’s application, since the invention of puter, and the database management system is a very important in this link. After the .NET was launched, for mon language structure and standard, programmers of all languages carry on the procedure high effectively under the .NET platform. The structure of give a flexible and suitable manage to the access control of database management system, this reduce the chance of operating lower layer code, and make programmer pay more attention to logical code development. Therefore it is wise to choice the .NET platform to development management information.
.NET is used as onstage,SQL 2000 is used as backstage and C# is used as developing language in the Integral to update records management. The function of system is to update the integral of consuming and producing, and carries on the record of the integral changing information. When the program module read the temporary integral table, it updated the integral table, the user condition table, the integral reward data sheet through returns the data of temporary integral table. This system pay more attention to dealing with update failure and procedure exceptionally when carried on processing.
Key words: Computer Applications; Database management system; Integral Update Record; .NET platform; ; C#; SQL2000

目录
论文总页数:33页
1 引言 2
2 模块需求分析 2
模块功能需求 2
客户对模块性能要求 2
模块开发需求 2
3 系统开发设计分析 2
系统设计模式 2
模块功能分析 2
3.