C#宿舍管理系统1、功能性需求:是为了完成宿舍信息管理系统以及向其用户提供有用的功能所 需执行的动作,需要与用户进行沟通交流,核实用户需求。从软件帮助用户完成所需要的行为。2非功能性需求:作为对功能性的补充主要包括软件使用时对性能使用方面的需求,运行环境的需求。软件设计必须遵循相关标准、规范、用户界面设计的具体细节、未来可能的扩充方案等
.
├── C#宿舍管理系统
│ ├── Backup
│ │ ├── 登陆管理
│ │ │ ├── DBHelper.cs
│ │ │ ├── HolidayInfo.cs
│ │ │ ├── MyMD5.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── StudentManager.Designer.cs
│ │ │ ├── StudentManager.cs
│ │ │ ├── StudentManager.resx
│ │ │ ├── User.cs
│ │ │ ├── WFDetailedInfo.Designer.cs
│ │ │ ├── WFDetailedInfo.cs
│ │ │ ├── WFDetailedInfo.resx
│ │ │ ├── WFDormSch.Designer.cs
│ │ │ ├── WFDormSch.cs
│ │ │ ├── WFDormSch.resx
│ │ │ ├── WFFix.Designer.cs
│ │ │ ├── WFFix.cs
│ │ │ ├── WFFix.resx
│ │ │ ├── WFHld.Designer.cs
│ │ │ ├── WFHld.cs
│ │ │ ├── WFHld.resx
│ │ │ ├── WFHoliday.Designer.cs
│ │ │ ├── WFHoliday.cs
│ │ │ ├── WFHoliday.resx
│ │ │ ├── WFLog.Designer.cs
│ │ │ ├── WFLog.cs
│ │ │ ├── WFLog.resx
│ │ │ ├── WFLogin.Designer.cs
│ │ │ ├── WFLogin.cs
│ │ │ ├── WFLogin.resx
│ │ │ ├── WFManager.Designer.cs
│ │ │ ├── WFManager.cs
│ │ │ ├── WFManager.resx
│ │ │ ├── WFMessage.Designer.cs
│ │ │ ├── WFMessage.cs
│ │ │ ├── WFMessage.resx
│ │ │ ├── WFStudentTable.Designer.cs
│ │ │ ├── WFStudentTable.cs
│ │ │ ├── WFStudentTable.resx
│ │ │ ├── Web References
│ │ │ │ └── cn.com.webxml.webservice
│ │ │ │ ├── Reference.cs
│ │ │ │ ├── Reference.map
│ │ │ │ ├── WeatherWebService.disco
│ │ │ │ └── WeatherWebService.wsdl
│ │ │ ├── app.config
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── DBHelper.dll
│ │ │ │ ├── 事物表.xml
│ │ │ │ └── 用户登录表.xml
│ │ │ ├── 弹窗.Designer.cs
│ │ │ ├── 弹窗.cs
│ │ │ ├── 弹窗.resx
│ │ │ ├── 修改密码.Designer.cs
│ │ │ ├── 修改密码.cs
│ │ │ ├── 修改密码.resx
│ │ │ ├── 宿舍管理系统.csproj
│ │ │ └── 宿舍管理系统.csproj.user
│ │ └── 宿舍管理系统.sln
│ ├── SQL
│ │ └── script.sql
│ ├── UpgradeLog.htm
│ ├── 登陆管理
│ │ ├── DBHelper.cs
│ │ ├── HolidayInfo.cs
│ │ ├── MyMD5.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── StudentManager.Designer.cs
│ │ ├── StudentManager.cs
│ │ ├── StudentManager.resx
│ │ ├── User.cs
│ │ ├── WFDetailedInfo.Designer.cs
│ │ ├── WFDetailedInfo.cs
│ │ ├── WFDetailedInfo.resx
│ │ ├── WFDormSch.Designer.cs
│ │ ├── WFDormSch.cs
│ │ ├── WFDormSch.resx
│ │ ├── WFFix.Designer.cs
│ │ ├── WFFix.cs
│ │ ├── WFFix.resx
│ │ ├── WFHld.Designer.cs
│ │ ├── WFHld.cs
│ │ ├── WFHld.resx
│ │ ├── WFHoliday.Designer.cs
│ │ ├── WFHoliday.cs
│ │ ├── WFHoliday.resx
│ │ ├── WFLog.Designer.cs
│ │ ├── WFLog.cs
│ │ ├── WFLog.resx
│ │ ├── WFLogin.Designer.cs
│ │ ├── WFLogin.cs
│ │ ├── WFLogin.resx
│ │ ├── WFManager.Designer.cs
│ │ ├── WFManager.cs
│ │ ├── WFManager.resx
│ │ ├── WFMessage.Designer.cs
│ │ ├── WFMessage.cs
│ │ ├── WFMessage.resx
│ │ ├── WFStudentTable.Designer.cs
│ │ ├── WFStudentTable.cs
│ │ ├── WFStudentTable.resx
│ │ ├── Web References
│ │ │ └── cn.com.webxml.webservice
│ │ │ ├── Reference.cs
│ │ │ ├── Reference.map
│ │ │ ├── WeatherWebService.disco
│ │ │ └── WeatherWebService.wsdl
│ │ ├── app.config
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── CSkin.dll
│ │ │ ├── CSkin.xml
│ │ │ ├── DBHelper.dll
│ │ │ ├── DormitoryInfo.mdf
│ │ │ ├── DormitoryInfo_log.ldf
│ │ │ ├── ICO
│ │ │ │ ├── angel2.ico
│ │ │ │ ├── apple.ico
│ │ │ │ ├── bat.ico
│ │ │ │ ├── light bulb.ico
│ │ │ │ └── moon_ie.ico
│ │ │ ├── 事物表.xml
│ │ │ ├── 登陆管理.exe
│ │ │ ├── 登陆管理.exe.config
│ │ │ ├── 登陆管理.pdb
│ │ │ ├── 登陆管理.vshost.exe
│ │ │ ├── 登陆管理.vshost.exe.config
│ │ │ ├── 登陆管理.vshost.exe.manifest
│ │ │ ├── 登陆管理.vshost2018-03-06(08-09-39).dmp
│ │ │ ├── 登陆管理.vshost2018-03-06(09-31-40).dmp
│ │ │ ├── 登陆管理.vshost2018-03-06(09-33-27).dmp
│ │ │ ├── 登陆管理.vshost2018-03-07(10-39-07).dmp
│ │ │ ├── 登陆管理.vshost2018-03-07(14-58-50).dmp
│ │ │ ├── 登陆管理.vshost2018-03-07(15-05-10).dmp
│ │ │ ├── 登陆管理.vshost2018-03-08(09-09-21).dmp
│ │ │ ├── 登陆管理.vshost2018-03-08(14-22-58).dmp
│ │ │ ├── 登陆管理.vshost2018-03-08(14-28-19).dmp
│ │ │ ├── 登陆管理.vshost2018-03-08(14-36-45).dmp
│ │ │ ├── 登陆管理.vshost2018-03-08(14-53-12).dmp
│ │ │ ├── 登陆管理.vshost2018-03-08(14-53-56).dmp
│ │ │ ├── 登陆管理.vshost2018-03-08(14-57-09).dmp
│ │ │ ├── 登陆管理.vshost2018-03-08(15-04-57).dmp
│ │ │ ├── 登陆管理.vshost2018-03-08(15-07-47).dmp
│ │ │ ├── 登陆管理.vshost2018-03-09(08-17-57).dmp
│ │ │ ├── 登陆管理.vshost2018-03-09(08-51-22).dmp
│ │ │ ├── 登陆管理.vshost2018-03-09(08-53-51).dmp
│ │ │ ├── 登陆管理.vshost2018-03-09(08-56-10).dmp
│ │ │ ├── 登陆管理.vshost2018-03-09(10-29-00).dmp
│ │ │ ├── 用户登录表
│ │ │ └── 用户登录表.xml
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ │ ├── Properties.Resources.Designer.cs.dll
│ │ │ │ └── Web References.cn.com.webxml.webservice.Reference.cs.dll
│ │ │ ├── 登陆管理.csproj.FileListAbsolute.txt
│ │ │ ├── 登陆管理.csproj.GenerateResource.Cache
│ │ │ ├── 登陆管理.exe
│ │ │ ├── 登陆管理.pdb
│ │ │ ├── 宿舍管理系统.Properties.Resources.resources
│ │ │ ├── 宿舍管理系统.StudentManager.resources
│ │ │ ├── 宿舍管理系统.UpdataPwd.resources
│ │ │ ├── 宿舍管理系统.WFDetailedInfo.resources
│ │ │ ├── 宿舍管理系统.WFDormSch.resources
│ │ │ ├── 宿舍管理系统.WFFix.resources
│ │ │ ├── 宿舍管理系统.WFHld.resources
│ │ │ ├── 宿舍管理系统.WFHoliday.resources
│ │ │ ├── 宿舍管理系统.WFLog.resources
│ │ │ ├── 宿舍管理系统.WFLogin.resources
│ │ │ ├── 宿舍管理系统.WFManager.resources
│ │ │ ├── 宿舍管理系统.WFMessage.resources
│ │ │ ├── 宿舍管理系统.WFPop.resources
│ │ │ ├── 宿舍管理系统.WFStudentTable.resources
│ │ │ ├── 宿舍管理系统.csproj.AssemblyReference.cache
│ │ │ ├── 宿舍管理系统.csproj.CopyComplete
│ │ │ ├── 宿舍管理系统.csproj.CoreCompileInputs.cache
│ │ │ ├── 宿舍管理系统.csproj.FileListAbsolute.txt
│ │ │ ├── 宿舍管理系统.csproj.GenerateResource.cache
│ │ │ └── 宿舍管理系统.csprojAssemblyReference.cache
│ │ ├── 弹窗.Designer.cs
│ │ ├── 弹窗.cs
│ │ ├── 弹窗.resx
│ │ ├── 修改密码.Designer.cs
│ │ ├── 修改密码.cs
│ │ ├── 修改密码.resx
│ │ ├── 宿舍管理系统.csproj
│ │ └── 宿舍管理系统.csproj.user
│ ├── 宿舍管理系统.sln
│ ├── 宿舍管理系统.suo
│ └── 宿舍信息管理项目开发文档.doc
└── 找例子网_C#宿舍管理系统.zip
19 directories, 190 files
评论