一、开发工具:VB+SQL2000
二、开发期限:2011年
三、相关介绍:
1、计算机毕业论文介绍
【摘 要】:随着我国高教规模的不断增长,在校师生规模也不断扩大。为更好地服务广大师生,各高校大都建成了校园一卡通系统。本系统——校园一卡通系统,使用Visual Basic 6.0开发,采用客户端/服务器的模型构架。数据库采用SQL Server2000来实现。在设计过程中最大限度满足用户的要求,该系统具有较强的实用性和针对性。具有界面友好,操作简单,可维护性强等特点。
本系统基本遵循了软件工程方法论进行需求分析、系统总体设计和详细设计。实现了管理员对一卡通的管理;学生用此卡可以在学校的食堂、商店进行消费,运用此卡还可以记录考勤信息以及在图书馆的借阅等。
【关键词】:校园一卡通系统 Visual Basic 6.0 SQL Server2000
〖资料来源:计算机毕业论文 www.xiaoniu168.com〗
Design and Implementation of Campus Card
【Abstract】:With the growing size of China's higher education, school teachers and students of scale expanded. In order to better serve the majority of teachers and students, most colleges and universities built a campus card system. The system - campus card system, using Visual Basic 6.0 development and adoption of client / server architecture model. The database using SQL Server2000 to achieve. During the design process to maximize meet customer requirements, the system has a strong practical and relevant. With a user-friendly, simple operation, maintainability strong and so on.
The system basically follows the software engineering methodology for conducting needs analysis, system overall design and detailed design. Administrators realized the card management; students to use this card in the school's cafeteria, shop and consume, the use of this card can also record attendance information as well as in the library's borrowing and so on.
【Key Words】:Campus Card System Visual Basic 6.0 SQL Server2000
2、计算机毕业设计功能介绍
系统应该具备的基本功能
1、卡中心界面
(1)用卡管理:对卡信息进行增加、修改、删除和查询操作。
(2)卡充值:对信息进行充值、作废和查询操作。
(3)卡历史记录:可以查询出所有卡的详细信息及作废卡的操作。
2、客户端界面
(1)商品信息:对商品信息进出添加、修改和删除操作。
(2)商品销售:通过选择销售商品和输入卡号,进行商品销售操作。
(3)销售查询:可以通过输入消费日期的时间段进行查询商品的消费信息。
(4)考勤管理:可以通过卡号记录考勤信息。
(5)考勤记录:可以通过日期进行查询在这段时间内的考勤信息。
(6)图书信息:可以对图书信息进行添加、修改和删除操作。
(7)图书借阅:可以通过选择书名和输入卡号进行借阅图书操作。
(8)图书归还:可以通过选择借阅时期的时间段进行查询图书归还的信息。
除了实现上述功能以外,校园一卡通管理系统还应该具有友好、简洁的界面,安全性高,稳定性强的特点。
相关代码: Private Sub UserControl11_Click() '根据输入内容判断登录信息是否正确 If ExecSql("select * from 账号 where 帐号='" & Text2.Text & "' and 密码='" & Text1.Text & "'").RecordCount > 0 Then strRyid = Text2.Text Unload Me frmMain.Show Else MsgBox "帐号或密码错误" End If End Sub |
<责任编辑:计算机毕业设计网(http://www.xiaoniu168.com)>