文件名称:LEMS
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:1.46mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
本系统功能主要分为用户登录、系统管理、设备管理、用户操作四个部分。对于支持该系统的数据库,建立了2张表,分别是登录表和设备表。这对每一项功能,都有必要的驱动信息和功能上的约束。以设备管理功能为例,设备管理分为四部分:添加设备,删除设备,浏览设备,查询设备。添加设备时应该能对一些有限制的信息做好正确的检查,录入的设备信息应包括设备编号、设备名称、购进时间、国别、供应商、价格、存放地点保管人、借用人,并且在信息输入时应及时对信息的合法性进行检查;删除设备可以根据输入设备的名称进行删除;查询设备主要是对具有相关特征的设备信息进行查找;浏览设备是按照管理员的要求将用户所需的数据抽取出来自动生成报表,该项功能应该能够合理的抽取所需的信息集合,全面合理提供用户所需的数据。
主要的模块:
用户登录模块
系统管理模块
设备管理模块
用户操作模块
数据库连接部分全部写在了代码中,调试时注意修改源码。直接双击
“实验室设备管理系统.csproj”即可将项目文件导入,用VS2008或更高版本调试。-The system functions are divided into user login, system management, device management, user four parts. For the data support the system
Library, built two tables, namely log table and device table. This is a feature of each, has the necessary driver information and functional constraints.
The equipment management function, for example, device management is divided into four parts: add equipment, remove equipment, browsing device, queries the device. Add Device
Should be able to do some limited information on the proper checks, input devices information should include the device number, device name, when purchased
, The country, suppliers, prices, store locations custodian, borrower, and the information should be promptly entered the legality of the information
Inspection remove the device can enter the device name deleted check equipment, mainly related to characteristics of the devices that have the information
Find browsing facilities in accordance with the requiremen
主要的模块:
用户登录模块
系统管理模块
设备管理模块
用户操作模块
数据库连接部分全部写在了代码中,调试时注意修改源码。直接双击
“实验室设备管理系统.csproj”即可将项目文件导入,用VS2008或更高版本调试。-The system functions are divided into user login, system management, device management, user four parts. For the data support the system
Library, built two tables, namely log table and device table. This is a feature of each, has the necessary driver information and functional constraints.
The equipment management function, for example, device management is divided into four parts: add equipment, remove equipment, browsing device, queries the device. Add Device
Should be able to do some limited information on the proper checks, input devices information should include the device number, device name, when purchased
, The country, suppliers, prices, store locations custodian, borrower, and the information should be promptly entered the legality of the information
Inspection remove the device can enter the device name deleted check equipment, mainly related to characteristics of the devices that have the information
Find browsing facilities in accordance with the requiremen
(系统自动生成,下载前可以参看下载内容)
下载文件列表
修改密码.cs
修改密码.Designer.cs
主界面.cs
主界面.Designer.cs
实验室设备DataSet1.xsc
实验室设备DataSet1.xss
实验室设备DataSet.xsc
实验室设备DataSet.xss
app.config
实验室设备DataSet1.xsd
实验室设备DataSet.xsd
51aspx源码必读.txt
bin/Debug/实验室设备管理系统.exe
bin/Debug/实验室设备管理系统.exe.config
bin/Debug/实验室设备管理系统.pdb
bin/Debug/实验室设备管理系统.vshost.exe
bin/Debug/实验室设备管理系统.vshost.exe.config
bin/Debug/实验室设备管理系统.vshost.exe.manifest
DB_51aspx/实验室设备.mdf
DB_51aspx/实验室设备_log.ldf
obj/Debug/TempPE/Properties.Resources.Designer.cs.dll
obj/Debug/TempPE/实验室设备DataSet.Designer.cs.dll
obj/Debug/TempPE/实验室设备DataSet1.Designer.cs.dll
obj/Debug/实验室设备管理系统.AboutBox1.resources
obj/Debug/实验室设备管理系统.csproj.FileListAbsolute.txt
obj/Debug/实验室设备管理系统.csproj.GenerateResource.Cache
obj/Debug/实验室设备管理系统.exe
obj/Debug/实验室设备管理系统.pdb
obj/Debug/实验室设备管理系统.Properties.Resources.resources
obj/Debug/实验室设备管理系统.主界面.resources
obj/Debug/实验室设备管理系统.修改密码.resources
obj/Debug/实验室设备管理系统.删除用户.resources
obj/Debug/实验室设备管理系统.删除设备.resources
obj/Debug/实验室设备管理系统.查询设备.resources
obj/Debug/实验室设备管理系统.浏览设备.resources
obj/Debug/实验室设备管理系统.添加用户.resources
obj/Debug/实验室设备管理系统.添加设备.resources
obj/Debug/实验室设备管理系统.登录.resources
Properties/AssemblyInfo.cs
Properties/Resources.Designer.cs
Properties/Resources.resx
Properties/Settings.Designer.cs
Properties/Settings.settings
Resources/1.jpg
论文/论文前半部分.doc
论文/论文后半部分.doc
AboutBox1.resx
查询设备.resx
登录.resx
浏览设备.resx
删除设备.resx
删除用户.resx
添加设备.resx
添加用户.resx
修改密码.resx
主界面.resx
ClassDiagram1.cd
from.gif
最新Asp.Net源码下载.url
实验室设备管理系统.csproj
AboutBox1.cs
AboutBox1.Designer.cs
Program.cs
查询设备.cs
查询设备.Designer.cs
登录.cs
登录.Designer.cs
浏览设备.cs
浏览设备.Designer.cs
删除设备.cs
删除设备.Designer.cs
删除用户.cs
删除用户.Designer.cs
实验室设备DataSet1.Designer.cs
实验室设备DataSet.Designer.cs
添加设备.cs
添加设备.Designer.cs
添加用户.cs
添加用户.Designer.cs
obj/Debug/TempPE
bin/Debug
obj/Debug
bin
DB_51aspx
obj
Properties
Resources
Service References
论文
修改密码.Designer.cs
主界面.cs
主界面.Designer.cs
实验室设备DataSet1.xsc
实验室设备DataSet1.xss
实验室设备DataSet.xsc
实验室设备DataSet.xss
app.config
实验室设备DataSet1.xsd
实验室设备DataSet.xsd
51aspx源码必读.txt
bin/Debug/实验室设备管理系统.exe
bin/Debug/实验室设备管理系统.exe.config
bin/Debug/实验室设备管理系统.pdb
bin/Debug/实验室设备管理系统.vshost.exe
bin/Debug/实验室设备管理系统.vshost.exe.config
bin/Debug/实验室设备管理系统.vshost.exe.manifest
DB_51aspx/实验室设备.mdf
DB_51aspx/实验室设备_log.ldf
obj/Debug/TempPE/Properties.Resources.Designer.cs.dll
obj/Debug/TempPE/实验室设备DataSet.Designer.cs.dll
obj/Debug/TempPE/实验室设备DataSet1.Designer.cs.dll
obj/Debug/实验室设备管理系统.AboutBox1.resources
obj/Debug/实验室设备管理系统.csproj.FileListAbsolute.txt
obj/Debug/实验室设备管理系统.csproj.GenerateResource.Cache
obj/Debug/实验室设备管理系统.exe
obj/Debug/实验室设备管理系统.pdb
obj/Debug/实验室设备管理系统.Properties.Resources.resources
obj/Debug/实验室设备管理系统.主界面.resources
obj/Debug/实验室设备管理系统.修改密码.resources
obj/Debug/实验室设备管理系统.删除用户.resources
obj/Debug/实验室设备管理系统.删除设备.resources
obj/Debug/实验室设备管理系统.查询设备.resources
obj/Debug/实验室设备管理系统.浏览设备.resources
obj/Debug/实验室设备管理系统.添加用户.resources
obj/Debug/实验室设备管理系统.添加设备.resources
obj/Debug/实验室设备管理系统.登录.resources
Properties/AssemblyInfo.cs
Properties/Resources.Designer.cs
Properties/Resources.resx
Properties/Settings.Designer.cs
Properties/Settings.settings
Resources/1.jpg
论文/论文前半部分.doc
论文/论文后半部分.doc
AboutBox1.resx
查询设备.resx
登录.resx
浏览设备.resx
删除设备.resx
删除用户.resx
添加设备.resx
添加用户.resx
修改密码.resx
主界面.resx
ClassDiagram1.cd
from.gif
最新Asp.Net源码下载.url
实验室设备管理系统.csproj
AboutBox1.cs
AboutBox1.Designer.cs
Program.cs
查询设备.cs
查询设备.Designer.cs
登录.cs
登录.Designer.cs
浏览设备.cs
浏览设备.Designer.cs
删除设备.cs
删除设备.Designer.cs
删除用户.cs
删除用户.Designer.cs
实验室设备DataSet1.Designer.cs
实验室设备DataSet.Designer.cs
添加设备.cs
添加设备.Designer.cs
添加用户.cs
添加用户.Designer.cs
obj/Debug/TempPE
bin/Debug
obj/Debug
bin
DB_51aspx
obj
Properties
Resources
Service References
论文
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.