基于b/s系统架构的图书销售网络管理系统.doc

约41页DOC格式手机打开展开

基于b/s系统架构的图书销售网络管理系统,本论文共计41页,33000余字,是一篇不错的毕业论文[摘要]:本系统主要内容是围绕图书销售管理系统而展开讨论的,主要针对图书批销以及门市销售为主而进行设计的,适合图书进销零售的管理,特别适用于书城及图书批销商协调的资源管理。系统源码采用c#语言书写格式,在vs.net 2005集成环境下调试进行,数据库采用sql s...
编号:150-18242大小:1.10M
分类: 论文>计算机论文

内容介绍

此文档由会员 lzj781219 发布

本论文共计41页,33000余字,是一篇不错的毕业论文

[摘要]:本系统主要内容是围绕图书销售管理系统而展开讨论的,主要针对图书批销以及门市销售为主而进行设计的,适合图书进销零售的管理,特别适用于书城及图书批销商协调的资源管理。系统源码采用C#语言书写格式,在VS.NET 2005集成环境下调试进行,数据库采用SQL Server 2000后台。该系统大量采用了丰富数据库技术,有针对性模块行的开发,其中数据库操作层技术大量采用存储过程及触发器的应用,数据库访问层技术采用微软公司的ADO.NET最新2.0开发技术,数据库表示层采用统一的外观模式,从而使得整个系统架构明晰,源码可读可写性好,进而更好的方便了用户的操作及开发人员下一步的开发工作,树型控件和自定义分页技术的使用使得整个系统人机交互性能更为出色。

[关键词]:触发器 数据访问 系统架构

Abstract: This system main contents is launching under the discussion of book sale management system, which main aim at a book batch to sell and retail sales sale is lord but carry on designing , in keeping with book’s sell retail of management, specially be applicable to book market and book batch resources that sell company's coordination management.The system source code adopt C# language by writing format and in the VS.NET 2005 integration environment bottom adjust to try to carry on, the SQL Server of the database adopt be 2000 backstages.It's system's turn to is a great deal of adoption abundant database technique, have already aim at a mold piece line of development, among them database operation layer technique a great deal of adoption saving process and trigger a machine of application, database interview layer technique adoption Microsoft company of ADO.NET latest 2.0 development technique, the database mean a layer adoption unify of external appearance mode, make thus the whole system structure clear in meaning, the source code self own very good performance of readability and writability, then better convenience to customer operation and development personnel next move of development work, the type of tree control and user-defined page technique of usage make the whole system person's machine hand over with each other the function be more outstanding.

Key words:Trigger Data Access System Structure

B/S 图书网络管理系统
本系统,我们将介绍如何通过ASP.NET来开发管理信息系统,即所谓的MIS(Management Information System) 系统。过去,MIS系统的开发一般采用C/S (Client/Server,客户/服务器) 架构。该架构在开发速度、开发周期,以及客户端响应速度上具有无可比拟的优势。但是他采用的是Intranet技术,仅适用于局域网环境,并且当客户端的用户数量增多时,其性能会明显下降。随着Intranet的飞速发展,移动办公和分布式办公越来越普及,B/S (Browser/Server) 架构应运而生,并得到普遍应用。B/S架构最大的优点就是客户端无需安装任何专用的客户端软件,只需配置浏览器(如Intranet Explorer)即可,这样为程序的安装、调试和维护带来了极大的方便。ASP.NET所开发的应用软件一般都是B/S架构,用户可直接通过浏览器来使用系统,而无需安装软件的客户端。
本篇主要介绍如何通过ASP.NET来开发图书网络管理系统,该系统的主要应用对象为各类中、小型书店,其功能主要是对书店图书的进货、销售及库存等进行信息化管理。

1. 系统总体分析

1.1 需求分析

1.1.1 操作角色
一个书店可分为总店和门市两个部门,对于较大的书店,这两个部门是实际分开且以实体存在的。。。。。。。。。。。。。。。。。
。。。。。。。。。。。。。。。。。。

参考文献

[1] 明日科技ASP.NET数据库系统开发案例精选,人民邮电出版社
[2] SQL Server 2000数据库管理与应用 清华大学出版社,2006
[3] 圣殿祭司的ASP.NET 2.0开发详解 电子工业出版社,2006
[4] Visual C# 2005从入门到精通 清华大学出版社,2006
[5] 框架设计(第2版):CLR Via C# 清华大学出版社,2006
[6] Visual C#2005编程技巧大全 中国水利水电出版社,2007
[7] 胡勇辉、兰湘涛等编著《ASP.NET开发实战详解:入门、模块、系统》
电子工业出版社 2006.7(.NET技术大系)
[8] WWW.CSDN.NET网站论坛,WWW.MSDN.NET技术参考