网上排课管理系统 三层架构

所属类别:

积分源码

开发工具:

VS2013

数据库:

SQL2008R2

框架版本:

V2.0

开发语言:

C#

开源指数:

 

完整度:

 

浏览量:

864

累计下载:

6

源码大小:

1.25M

源码类型:

C/S

相关网址:

暂无

最后更新:

2017/12/12 22:03:14

源码目录结构图

  • 51asp.net_DB
    • Course.mdf
    • Course_DB.sql
    • Course_log.ldf
  • Backup
    • CourseBLL
    • CourseDAL
    • CourseModels
    • CourseUI
    • Course_Item.sln
    • Course_Item.suo
  • CourseBLL
    • Properties
    • BookManager.cs
    • ChapterManager.cs
    • ClassManager.cs
    • CourseBLL.csproj
    • GradeManager.cs
    • SourceManager.cs
    • TeacherManager.cs
    • bin
    • obj
    • Properties
    • BookManager.cs
    • ChapterManager.cs
    • ClassManager.cs
    • CourseBLL.csproj
    • CourseBLL.csproj.user
    • GradeManager.cs
    • SourceManager.cs
    • TeacherManager.cs
  • CourseDAL
    • Properties
    • BookService.cs
    • ChapterService.cs
    • ClassService.cs
    • CourseDAL.csproj
    • DBHelper.cs
    • GradeService.cs
    • SourceService.cs
    • TeacherService.cs
    • bin
    • obj
    • Properties
    • BookService.cs
    • ChapterService.cs
    • ClassService.cs
    • CourseDAL.csproj
    • CourseDAL.csproj.user
    • DBHelper.cs
    • GradeService.cs
    • SourceService.cs
    • TeacherService.cs
  • CourseModels
    • Properties
    • Book.cs
    • Chapter.cs
    • Class.cs
    • CourseModels.csproj
    • Grade.cs
    • Source.cs
    • Teacher.cs
    • bin
    • obj
    • Properties
    • Book.cs
    • Chapter.cs
    • Class.cs
    • CourseModels.csproj
    • CourseModels.csproj.user
    • Grade.cs
    • Source.cs
    • Teacher.cs
  • CourseUI
    • Properties
    • App.config
    • ChapterSetForm.cs
    • ChapterSetForm.Designer.cs
    • ChapterSetForm.resx
    • ClassForm.cs
    • ClassForm.Designer.cs
    • ClassForm.resx
    • ClassInfo.cs
    • ClassInfo.Designer.cs
    • ClassInfo.resx
    • ContinueForm.cs
    • ContinueForm.Designer.cs
    • ContinueForm.resx
    • CourseUI.csproj
    • DisplayForm.cs
    • DisplayForm.Designer.cs
    • DisplayForm.resx
    • ExportExcelForm.cs
    • ExportExcelForm.designer.cs
    • ExportExcelForm.resx
    • Helper.cs
    • MainForm.cs
    • MainForm.Designer.cs
    • MainForm.resx
    • Program.cs
    • SelectEmptyInfo.cs
    • SelectEmptyInfo.Designer.cs
    • SelectEmptyInfo.resx
    • ShowEmptyInfo.cs
    • ShowEmptyInfo.Designer.cs
    • ShowEmptyInfo.resx
    • TeacherForm.cs
    • TeacherForm.Designer.cs
    • TeacherForm.resx
    • TeacherInfoSet.cs
    • TeacherInfoSet.Designer.cs
    • TeacherInfoSet.resx
    • TempModifyForm.cs
    • TempModifyForm.Designer.cs
    • TempModifyForm.resx
    • bin
    • obj
    • Properties
    • App.config
    • ChapterSetForm.cs
    • ChapterSetForm.Designer.cs
    • ChapterSetForm.resx
    • ClassForm.cs
    • ClassForm.Designer.cs
    • ClassForm.resx
    • ClassInfo.cs
    • ClassInfo.Designer.cs
    • ClassInfo.resx
    • ContinueForm.cs
    • ContinueForm.Designer.cs
    • ContinueForm.resx
    • CourseUI.csproj
    • CourseUI.csproj.user
    • DisplayForm.cs
    • DisplayForm.Designer.cs
    • DisplayForm.resx
    • ExportExcelForm.cs
    • ExportExcelForm.designer.cs
    • ExportExcelForm.resx
    • Helper.cs
    • MainForm.cs
    • MainForm.Designer.cs
    • MainForm.resx
    • Program.cs
    • SelectEmptyInfo.cs
    • SelectEmptyInfo.Designer.cs
    • SelectEmptyInfo.resx
    • ShowEmptyInfo.cs
    • ShowEmptyInfo.Designer.cs
    • ShowEmptyInfo.resx
    • TeacherForm.cs
    • TeacherForm.Designer.cs
    • TeacherForm.resx
    • TeacherInfoSet.cs
    • TeacherInfoSet.Designer.cs
    • TeacherInfoSet.resx
    • TempModifyForm.cs
    • TempModifyForm.Designer.cs
    • TempModifyForm.resx
    • ve-155.tmp
  • _UpgradeReport_Files
    • UpgradeReport.css
    • UpgradeReport.xslt
    • UpgradeReport_Minus.gif
    • UpgradeReport_Plus.gif
  • Course_Item.sln
  • UpgradeLog.XML

最后更新:2017/12/12 22:03:14
源码介绍

本站不提供技术服务,下载运行使用需要具备一定的基础,不懂的下载前请先 联系客服>>

基于winform窗体的排课管理系统,可以用作毕业设计

功能

一、课程管理 课表设置、班级章节设置、查看历史课表

二、班级管理 添加班级 班级信息设置

三、教师管理 添加教师 教师设置

数据库链接字符串在 DBHelper.cs 文件里面修改