文档介绍:基于C/S结构的图书管理系统的开发与设计
[摘要] 图书馆作为提供学习的场所,不仅要求便于管理,而且要求给读者和借阅者提供方便快速的查找、借阅和登记手续。
以前的图书管理中心进行信息管理主要是基于手工处理,信息处理工作量大,容易出错,缺乏系统、规范的信息管理手段。在计算机普及的今天,利用电脑来简化和方便我们的工作也不再少见,而图书管理系统只是其中一个小小的应用,利用这个系统来管理图书馆图书的借阅工作,可以非常容易和快捷的对整个流程进行很好的控制和管理,并且简化了工作的困难度和节省了人力资源。鉴于市场上对这样的管理软件的大量需求和应用,选择了本题目。
由于本系统一般是在局域网中使用,所以本系统采用C/S架构进行开发,图书馆的工作人员使用的每台电脑都需要配置该管理软件,同时,需要一台数据库服务器提供数据处理的服务,开发语言选择C#,后台数据库服务器选择SQL Server 2005。
[关键词] 图书管理系统 C/S C# SQL Server
Based on C / S structure of the library management system development and design
[Abstract] The library as a place of learning, not only the requirement of the management, and the requirement to the reader and library provide convenient fast search, borrow and registration procedures.
The previous Library Management Center for information management is mainly based on manual processing, information processing workload, prone to error, lack of systematic, standardized information management tools. Popular in puter today, the use puters to simplify and facilitate our work is not mon, and the book management system is a small application, use this system to manage the library to borrow books, can be very easy and fast for the whole process very good control and management, and simplified the work difficulty and save human resources. In view of the market for such a management software for large demand and application, the choice of this topic.
Because the system is generally used in LAN, so this system adopts C / S architecture development, the library staff in the use of puter will need to configure the management software, at the same time, need a database server provides the data processing services, development language C # background database server, select SQL Server 2005.
[Key Words] Library Management System C/S C# SQL Server
[目录]
第一章绪论 1
1
项目开发意义 1
第二章技术概述 3
.NET框架介绍 3
C#介绍 3
Visual Studio 2010介绍 3
SQL Server 2005介绍 4
C/S结构 4
第三章系统设计 6
系统分析 6
系统开发思想 7
系统配置 8
系统功能模块设计 8
3