局域网管理软件的设计.doc
约39页DOC格式手机打开展开
局域网管理软件的设计,全文40页约26000字 设计独到语言精准摘要对网吧业主和机房管理者来说,人工维护管理局域网是件很头痛的事,所以利用计算机实现对局域网的自动管理势在必行。我们在对网吧和学校机房做了实地调查,分析它们的经营管理特点的基础上,经过实际的需求分析,采用功能强大的visual basic 6.0作为开发工具...
内容介绍
此文档由会员 花季永驻 发布
局域网管理软件的设计
全文40页 约26000字 设计独到 语言精准
摘 要
对网吧业主和机房管理者来说,人工维护管理局域网是件很头痛的事,所以利用计算机实现对局域网的自动管理势在必行。我们在对网吧和学校机房做了实地调查,分析它们的经营管理特点的基础上,经过实际的需求分析,采用功能强大的VISUAL BASIC 6.0作为开发工具、Microsoft Access 2000作为数据库开发出来的网吧管理系统。目的是为了帮助局域网的管理者解决问题。
整个系统从符合操作简便、界面友好、灵活、实用、安全的要求出发,完成计算机软硬件管理和局域网日常经营管理的全过程,包括:计算机权限管理、远程操作、监控服务、服务器与客户端交流,局域网日常经营中计费、会员管理、汇率设置、客流量分析等等。论文主要介绍了本课题的开发背景,所要完成的功能和开发的过程。重点的说明了系统设计的重点、设计思想、难点技术和解决方案。
关键词:VISUAL BASIC、Microsoft Access 2000、数据库、局域网、网吧管理系统
The Design of LAN’s Manage Software
----the Software Design of the Client
ABSTRACT
It is a troublesome thing for the managers and owners to administrate the LAN (local area network). So it must be done for using the computers to implement the automation of LAN' management. We have do a practical research on net bars and school computer room, based on their characteristic of management ,through the practical analysis of demand ,using the strong functional Visual Basic 6.0 as development tools, Microsoft Access 2000 as the database ,so we have designed the software which can help the administrator solve the problems of LAN.
The whole system fit the demand of easy , friendly ,vivid ,practical and safe .It can implement whole progress of computers' administration and often management ,including : administration of permission ,remote operation , listening services ,intercourse between the server and clients ,management of fees in the LAN , management of members ,the configuration of rate, analysis for clients' flow ,and so on.
This thesis mainly introduced that: the developing background of this topic ,the expected function and the developed procedure.We emphasise the emphasis of this topic ,thinking of design ,difficulties in technique and the solution.
Keywords: Visual Basic、 Microsoft Access 2000、Data Base、LAN 、Management System of Net Bar
目录
摘 要……………………………………………………………………….I
ABSTRACT…………………………………………………………….…...II
1.绪论 1
1.1 课题的提出 1
1.2 相关领域的发展概况 1
1.3 编程环境的选择 2
1.3.1 前台开发软件的选择 2
1.3.2 关系型数据库的选择 3
1.3.3二者的结合 3
2.需求分析 5
2.1软件概述 6
2.1.1目标 6
2.1.2软件特点 6
2.2软件功能 6
2.2.1对计算机软硬件维护 6
2.2.2对局域网日常经营管理 6
2.3运行环境 7
3.系统设计 8
3.1本地计算机管理 8
3.1.1系统设置 8
3.1.2一般设置 8
3.1.3密码设置 9
3.2客户上下机管理 9
3.2.1经营管理 9
3.2.2服务器与客户端交流 9
4.数据库设计 10
5.系统具体实现 11
5.1登录窗口设计 11
5.1.1功能说明 11
5.1.2屏幕格式设计 11
5.1.3流程图 11
5.2开始菜单设计 13
5.2.1功能说明 13
5.2.2屏幕格式设计 14
5.2.3流程图 15
5.3客户端设置设计 15
5.3.1功能说明 15
5.3.2屏幕格式设计 16
5.3.3流程图 17
5.3.4源程序 20
5.4查询会员卡余额设计 20
5.4.1功能说明 21
5.4.2屏幕格式设计 22
5.4.3流程图 22
5.4.4源程序 23
5.5修改会员卡密码设计 23
5.5.1功能说明 23
5.5.2屏幕格式设计 23
5.5.3流程图 23
5.5.4源程序 24
5.6选择商品设计 24
5.6.1功能说明 24
5.6.2屏幕格式设计 25
5.6.3流程图 25
5.6.4源程序 25
6.结论 27
致谢 28
附录 VB语言源程序片段 29
附录1 客户端设置模块 29
附录2 购买商品模块 32
主要参考文献 34
全文40页 约26000字 设计独到 语言精准
摘 要
对网吧业主和机房管理者来说,人工维护管理局域网是件很头痛的事,所以利用计算机实现对局域网的自动管理势在必行。我们在对网吧和学校机房做了实地调查,分析它们的经营管理特点的基础上,经过实际的需求分析,采用功能强大的VISUAL BASIC 6.0作为开发工具、Microsoft Access 2000作为数据库开发出来的网吧管理系统。目的是为了帮助局域网的管理者解决问题。
整个系统从符合操作简便、界面友好、灵活、实用、安全的要求出发,完成计算机软硬件管理和局域网日常经营管理的全过程,包括:计算机权限管理、远程操作、监控服务、服务器与客户端交流,局域网日常经营中计费、会员管理、汇率设置、客流量分析等等。论文主要介绍了本课题的开发背景,所要完成的功能和开发的过程。重点的说明了系统设计的重点、设计思想、难点技术和解决方案。
关键词:VISUAL BASIC、Microsoft Access 2000、数据库、局域网、网吧管理系统
The Design of LAN’s Manage Software
----the Software Design of the Client
ABSTRACT
It is a troublesome thing for the managers and owners to administrate the LAN (local area network). So it must be done for using the computers to implement the automation of LAN' management. We have do a practical research on net bars and school computer room, based on their characteristic of management ,through the practical analysis of demand ,using the strong functional Visual Basic 6.0 as development tools, Microsoft Access 2000 as the database ,so we have designed the software which can help the administrator solve the problems of LAN.
The whole system fit the demand of easy , friendly ,vivid ,practical and safe .It can implement whole progress of computers' administration and often management ,including : administration of permission ,remote operation , listening services ,intercourse between the server and clients ,management of fees in the LAN , management of members ,the configuration of rate, analysis for clients' flow ,and so on.
This thesis mainly introduced that: the developing background of this topic ,the expected function and the developed procedure.We emphasise the emphasis of this topic ,thinking of design ,difficulties in technique and the solution.
Keywords: Visual Basic、 Microsoft Access 2000、Data Base、LAN 、Management System of Net Bar
目录
摘 要……………………………………………………………………….I
ABSTRACT…………………………………………………………….…...II
1.绪论 1
1.1 课题的提出 1
1.2 相关领域的发展概况 1
1.3 编程环境的选择 2
1.3.1 前台开发软件的选择 2
1.3.2 关系型数据库的选择 3
1.3.3二者的结合 3
2.需求分析 5
2.1软件概述 6
2.1.1目标 6
2.1.2软件特点 6
2.2软件功能 6
2.2.1对计算机软硬件维护 6
2.2.2对局域网日常经营管理 6
2.3运行环境 7
3.系统设计 8
3.1本地计算机管理 8
3.1.1系统设置 8
3.1.2一般设置 8
3.1.3密码设置 9
3.2客户上下机管理 9
3.2.1经营管理 9
3.2.2服务器与客户端交流 9
4.数据库设计 10
5.系统具体实现 11
5.1登录窗口设计 11
5.1.1功能说明 11
5.1.2屏幕格式设计 11
5.1.3流程图 11
5.2开始菜单设计 13
5.2.1功能说明 13
5.2.2屏幕格式设计 14
5.2.3流程图 15
5.3客户端设置设计 15
5.3.1功能说明 15
5.3.2屏幕格式设计 16
5.3.3流程图 17
5.3.4源程序 20
5.4查询会员卡余额设计 20
5.4.1功能说明 21
5.4.2屏幕格式设计 22
5.4.3流程图 22
5.4.4源程序 23
5.5修改会员卡密码设计 23
5.5.1功能说明 23
5.5.2屏幕格式设计 23
5.5.3流程图 23
5.5.4源程序 24
5.6选择商品设计 24
5.6.1功能说明 24
5.6.2屏幕格式设计 25
5.6.3流程图 25
5.6.4源程序 25
6.结论 27
致谢 28
附录 VB语言源程序片段 29
附录1 客户端设置模块 29
附录2 购买商品模块 32
主要参考文献 34