首页 Java 528基于SSH/Java的自动排课系统的设计与实现
528基于SSH/Java的自动排课系统的设计与实现
作品编号:1073
关注人气:1642
文件包括:设计源码+数据库+论文+开题+任务书
设计大小:20.01 M
开发语言:Java
开发数据库:MySQL
开发环境:Myeclipse+Tomcat+JDK
原价:900元
现价:90元
下载说明

本作品里面包括调试教程和开发工具和软件,可自行下载根据教程进行调试!

如需技术协助调试,本站收取50元作品调试费!点此申请调试

如果上面没有找到适合您需求的作品,您可联系我们为您定做,定做的作品完全按照您的功能需求来做,并且后期三包,包调试,包讲解,包修改直到通过为止。

  • 作品介绍
  • 项目目录
  • 论文目录
  • 论文预览

根据上述研究目标,本排课系统的主要功能大致包括:通过计算机可以进行排课管理,实现自动化排课,即无纸化排课,并且能了解、分析学校课程和教师资源的现状,能够充分的利用学校教室、教师等有限资源。考虑到在大学内课程变化较多,灵活性也较大,所以在功能设计上,我们将采取自动与手动相结合进行排课,以达到对课程的安排的相对合理性。

智能排课系统的整体结构:整个系统分为C/S结构的教师与教务管理员登录功能、排课功能、课程管理功能、教室管理功能、教师管理功能、B/S结构的学生查课表功能与选课功能。

登录模块:在C/S结构中,登入系统有对角色的分类与合法性的验证,并且根据不同的类型角色分配不同的权限;在B/S结构中,登入系统中只需要验证用户的合法性即可。

排课模块:包括手动排课、自动排课、查看全部课程信息、调整课程。

其他模块:主要是管理学生本人的信息、教师本人的信息、上课教室的信息、教学课程的信息、各个班级的信息等。大体是对这些信息进行增加、查找、修改、删除等操作。


528基于SSH的自动排课系统的设计与实现528基于SSH的自动排课系统的设计与实现528基于SSH的自动排课系统的设计与实现528基于SSH的自动排课系统的设计与实现528基于SSH的自动排课系统的设计与实现528基于SSH的自动排课系统的设计与实现528基于SSH的自动排课系统的设计与实现
卷 软件 的文件夹 PATH 列表
卷序列号为 0008-B552
D:\TEST\源码
│  排课任务书.doc
│  排课开题报告.doc
│  排课论文.doc
│  
└─自动排课
    │  schedule_db.sql
    │  
    └─schedule
        │  .classpath
        │  .myhibernatedata
        │  .mymetadata
        │  .project
        │  .project.bak
        │  .springBeans
        │  hibernate.reveng.xml
        │  
        ├─.myeclipse
        ├─.settings
        │      .jsdtscope
        │      com.genuitec.eclipse.j2eedt.core.prefs
        │      org.eclipse.core.resources.prefs
        │      org.eclipse.jdt.core.prefs
        │      org.eclipse.wst.common.component
        │      org.eclipse.wst.common.project.facet.core.xml
        │      org.eclipse.wst.jsdt.ui.superType.container
        │      org.eclipse.wst.jsdt.ui.superType.name
        │      
        ├─src
        │  │  log4j.properties
        │  │  messages_en_US.properties
        │  │  messages_zh_CN.properties
        │  │  struts.properties
        │  │  struts.xml
        │  │  
        │  └─com
        │      ├─action
        │      │      courseAction.java
        │      │      userAction.java
        │      │      
        │      ├─dao
        │      │      CommonDAO.java
        │      │      CourseDAO.java
        │      │      SysuserDAO.java
        │      │      
        │      ├─model
        │      │      Classes.hbm.xml
        │      │      Classes.java
        │      │      Classroom.hbm.xml
        │      │      Classroom.java
        │      │      Course.hbm.xml
        │      │      Course.java
        │      │      CourseTime.hbm.xml
        │      │      CourseTime.java
        │      │      Professional.hbm.xml
        │      │      Professional.java
        │      │      Schedule.hbm.xml
        │      │      Schedule.java
        │      │      Sysuser.hbm.xml
        │      │      Sysuser.java
        │      │      Teacher.hbm.xml
        │      │      Teacher.java
        │      │      
        │      ├─service
        │      │      loginService.java
        │      │      
        │      └─util
        │              Info.java
        │              PageManager.java
        │              Pagination.java
        │              safeFileter.java
        │              StrUtil.java
        │              upload.java
        │              UploadConfigurationRead.java
        │              Util.java
        │              
        └─WebRoot
            │  login.jsp
            │  
            ├─admin
            │  │  classes.jsp
            │  │  classesadd.jsp
            │  │  classesedit.jsp
            │  │  classroom.jsp
            │  │  classroomadd.jsp
            │  │  classroomedit.jsp
            │  │  course.jsp
            │  │  courseadd.jsp
            │  │  courseedit.jsp
            │  │  courseplan.jsp
            │  │  courseplanauto.jsp
            │  │  courseplanedit.jsp
            │  │  index.jsp
            │  │  professional.jsp
            │  │  professionaladd.jsp
            │  │  professionaledit.jsp
            │  │  reg.jsp
            │  │  teacher.jsp
            │  │  teacheradd.jsp
            │  │  teacheredit.jsp
            │  │  uppass.jsp
            │  │  useradd.jsp
            │  │  useredit.jsp
            │  │  usergl.jsp
            │  │  
            │  └─images
            │          adminsyteam.gif
            │          bg.gif
            │          b_clean.gif
            │          b_login.gif
            │          footer.gif
            │          id.gif
            │          ileft.gif
            │          ileftbg.gif
            │          index1_01.gif
            │          index1_03.gif
            │          index1_06.gif
            │          index1_08.gif
            │          index1_13.gif
            │          index1_16.gif
            │          index1_23.gif
            │          index1_24.gif
            │          index1_26.gif
            │          index1_28.gif
            │          index1_29.gif
            │          index1_30.gif
            │          index1_33.gif
            │          index1_35.gif
            │          index1_36.gif
            │          index1_38.gif
            │          index1_40.gif
            │          index1_43.gif
            │          index1_45.gif
            │          index1_47.gif
            │          index1_51.gif
            │          index1_54.gif
            │          index1_56.gif
            │          index1_63.gif
            │          index1_68.gif
            │          index1_72.gif
            │          index1_75.gif
            │          index1_78.gif
            │          index1_82.gif
            │          index1_84.gif
            │          index1_86.gif
            │          index1_91.gif
            │          index1_92.gif
            │          index1_93.gif
            │          index1_94.gif
            │          index1_95.gif
            │          index1_97.gif
            │          iright.gif
            │          irightbg.gif
            │          i_bottom_bg.gif
            │          i_bottom_left.gif
            │          i_bottom_right.gif
            │          i_top1.gif
            │          i_topbg2.gif
            │          login1_01.gif
            │          login1_02.gif
            │          login1_03.gif
            │          login1_04.gif
            │          login1_05.gif
            │          login1_06.gif
            │          login1_07.gif
            │          login1_08.gif
            │          login_1.gif
            │          login_10.gif
            │          login_11.gif
            │          login_2.gif
            │          login_3.gif
            │          login_4.gif
            │          login_5.gif
            │          login_6.gif
            │          login_7.gif
            │          login_8.gif
            │          login_9.gif
            │          logo.jpg
            │          pass.gif
            │          style.css
            │          top.jpg
            │          
            ├─commfiles
            │  ├─css
            │  │      Admin.css
            │  │      booklist.css
            │  │      checktree.css
            │  │      common.css
            │  │      login.css
            │  │      style.css
            │  │      
            │  ├─images
            │  │  │  anl.gif
            │  │  │  bg.gif
            │  │  │  bg1.gif
            │  │  │  bookDetailPage_11.gif
            │  │  │  coverbg.gif
            │  │  │  dialogclose.gif
            │  │  │  direct_blue.gif
            │  │  │  document_a.gif
            │  │  │  dot_7.gif
            │  │  │  down.ico
            │  │  │  down_list.gif
            │  │  │  dqfl_bg.gif
            │  │  │  dqfl_bg2.gif
            │  │  │  edit_c.gif
            │  │  │  edt.gif
            │  │  │  end.gif
            │  │  │  expertCheck.gif
            │  │  │  expertDel.gif
            │  │  │  fileUp.gif
            │  │  │  fkck.gif
            │  │  │  Frmleft.gif
            │  │  │  Frmleft1.gif
            │  │  │  headbg.gif
            │  │  │  headbgr.gif
            │  │  │  help.gif
            │  │  │  help_03.jpg
            │  │  │  help_07.jpg
            │  │  │  help_line.jpg
            │  │  │  hidemenu.gif
            │  │  │  hidemenu.jpg
            │  │  │  icon-pwd.gif
            │  │  │  index_top.jpg
            │  │  │  index_top1.jpg
            │  │  │  index_top_bg.gif
            │  │  │  list_title.gif
            │  │  │  list_title_onclick.gif
            │  │  │  logbg.gif
            │  │  │  magifier.png
            │  │  │  manage_r2_c13.jpg
            │  │  │  manage_r2_c14.jpg
            │  │  │  manage_r2_c18.jpg
            │  │  │  manage_r3_c11.jpg
            │  │  │  manage_r5_c1.jpg
            │  │  │  manage_r6_c2.jpg
            │  │  │  manage_r7_c2.jpg
            │  │  │  manage_r9_c1.jpg
            │  │  │  minus-last.gif
            │  │  │  minus.gif
            │  │  │  moduleset.gif
            │  │  │  mould.gif
            │  │  │  navbg.gif
            │  │  │  nav_bg.jpg
            │  │  │  next.gif
            │  │  │  next1.gif
            │  │  │  node-last.gif
            │  │  │  node.gif
            │  │  │  nopic.jpg
            │  │  │  Off-lineaudit.gif
            │  │  │  Off-linered.gif
            │  │  │  openmenu.gif
            │  │  │  openmenu.jpg
            │  │  │  PDF.gif
            │  │  │  ping_nei.gif
            │  │  │  plus-last.gif
            │  │  │  plus.gif
            │  │  │  prev.gif
            │  │  │  Re-upload.gif
            │  │  │  Readonline.gif
            │  │  │  repMes.gif
            │  │  │  return.gif
            │  │  │  ring.gif
            │  │  │  SampleBook.gif
            │  │  │  Save.gif
            │  │  │  serch.gif
            │  │  │  shenh_off.gif
            │  │  │  slide.gif
            │  │  │  star.gif
            │  │  │  star11.jpg
            │  │  │  starred1.gif
            │  │  │  starred3.gif
            │  │  │  st_book_add.gif
            │  │  │  st_bo_detail.gif
            │  │  │  switchbg.gif
            │  │  │  switch_left.gif
            │  │  │  switch_right.gif
            │  │  │  tabbar_level2_bk.gif
            │  │  │  table-td-bg.gif
            │  │  │  table1_bg.gif
            │  │  │  tab_03.gif
            │  │  │  tab_05.gif
            │  │  │  tab_07.gif
            │  │  │  tab_12.gif
            │  │  │  tab_15.gif
            │  │  │  tab_17.gif
            │  │  │  tab_18.gif
            │  │  │  tab_19.gif
            │  │  │  tab_20.gif
            │  │  │  taxonomy_bg.gif
            │  │  │  th.gif
            │  │  │  toolbar_bg.jpg
            │  │  │  up.ico
            │  │  │  复件 apabi.gif
            │  │  │  复件 PDF.gif
            │  │  │  
            │  │  └─login
            │  │          btbg.gif
            │  │          close.gif
            │  │          input.jpg
            │  │          login-bg.jpg
            │  │          login-d.jpg
            │  │          login_bc.jpg
            │  │          login_fot.jpg
            │  │          login_main.jpg
            │  │          login_top.jpg
            │  │          login_top.jpg1
            │  │          pword-bg.jpg
            │  │          
            │  └─js
            │      │  Admin.js
            │      │  ajax.js
            │      │  checktree.js
            │      │  CJL.0.1.min.js
            │      │  common.js
            │      │  ImagePreviewd.js
            │      │  jQuery.js
            │      │  login.js
            │      │  nav.js
            │      │  outlook.js
            │      │  popup.js
            │      │  QuickUpload.js
            │      │  
            │      ├─calendar
            │      │  │  .My97DatePicker.html
            │      │  │  calendar.js
            │      │  │  config.js
            │      │  │  My97DatePicker.htm
            │      │  │  test.html
            │      │  │  WdatePicker.js
            │      │  │  
            │      │  ├─lang
            │      │  │      en.js
            │      │  │      zh-cn.js
            │      │  │      zh-tw.js
            │      │  │      
            │      │  └─skin
            │      │      │  datePicker.gif
            │      │      │  WdatePicker.css
            │      │      │  
            │      │      ├─default
            │      │      │      datepicker.css
            │      │      │      img.gif
            │      │      │      
            │      │      └─whyGreen
            │      │              bg.jpg
            │      │              datepicker.css
            │      │              img.gif
            │      │              
            │      └─tree
            │          │  asyncDemo.html
            │          │  bigDataDemo_normal.html
            │          │  bigDataDemo_super.html
            │          │  checkboxDemo.html
            │          │  demoTools.js
            │          │  edit&asyncDemo.html
            │          │  editDemo.html
            │          │  eventDemo.html
            │          │  index.html
            │          │  jquery-1.4.2.js
            │          │  jquery-ztree-2.5.js
            │          │  jquery-ztree-2.5.min.js
            │          │  jscontrolDemo.html
            │          │  radioDemo.html
            │          │  skinDemo.html
            │          │  skinDemo24.html
            │          │  standardDemo.html
            │          │  standardDemoForIe6.html
            │          │  superDemo_check&radio.html
            │          │  superDemo_diyBtn.html
            │          │  superDemo_dropdownMenu.html
            │          │  superDemo_mutilTree.html
            │          │  superDemo_rightMenu.html
            │          │  
            │          ├─asyncData
            │          │      demoData.js
            │          │      fun1.txt
            │          │      fun2.txt
            │          │      node.jsp
            │          │      node.php
            │          │      node.txt
            │          │      nodeForBigData.jsp
            │          │      nodeForBigData.php
            │          │      nodeForHugeData.jsp
            │          │      nodeForHugeData.php
            │          │      
            │          ├─demoStyle
            │          │  │  demo.css
            │          │  │  
            │          │  └─img
            │          │          addNode.png
            │          │          books.png
            │          │          btn1.png
            │          │          btn2.png
            │          │          btn3.png
            │          │          btn4.png
            │          │          checkNode.png
            │          │          collapseNode.png
            │          │          down.png
            │          │          download.png
            │          │          expandNode.png
            │          │          hardware.gif
            │          │          home.gif
            │          │          left.png
            │          │          moveNode.png
            │          │          moveNodeR.png
            │          │          people.gif
            │          │          phone.gif
            │          │          refresh.png
            │          │          removeNode.png
            │          │          right.png
            │          │          safari.png
            │          │          searchNode.png
            │          │          skin.png
            │          │          star.png
            │          │          unCheckNode.png
            │          │          up.png
            │          │          zTreeDemo_background.png
            │          │          
            │          └─zTreeStyle
            │              │  zTreeIcons.css
            │              │  zTreeStyle.css
            │              │  
            │              └─img
            │                  │  checkbox.png
            │                  │  edit.png
            │                  │  folder_Close.gif
            │                  │  folder_Open.gif
            │                  │  line_bottom.gif
            │                  │  line_center.gif
            │                  │  line_conn.gif
            │                  │  line_top.gif
            │                  │  loading.gif
            │                  │  minus_bottom.gif
            │                  │  minus_center.gif
            │                  │  minus_noLine.gif
            │                  │  minus_root.gif
            │                  │  minus_top.gif
            │                  │  moveArrow.png
            │                  │  page.gif
            │                  │  plus_bottom.gif
            │                  │  plus_center.gif
            │                  │  plus_noLine.gif
            │                  │  plus_root.gif
            │                  │  plus_top.gif
            │                  │  radio.png
            │                  │  remove.png
            │                  │  
            │                  ├─flag
            │                  │      10.png
            │                  │      1_close.png
            │                  │      1_open.png
            │                  │      2.png
            │                  │      3.png
            │                  │      4.png
            │                  │      5.png
            │                  │      6.png
            │                  │      7.png
            │                  │      8.png
            │                  │      9.png
            │                  │      
            │                  └─sim
            │                          10.png
            │                          1_close.png
            │                          1_open.png
            │                          2.png
            │                          3.png
            │                          4.png
            │                          5.png
            │                          6.png
            │                          7.png
            │                          8.png
            │                          9.png
            │                          
            ├─css
            │      common.css
            │      
            ├─images
            │      direct.gif
            │      direct_blue.gif
            │      down_list.gif
            │      hi.gif
            │      left_nav_bg.jpg
            │      list_title.gif
            │      list_title_onclick.gif
            │      manage_r2_c1.jpg
            │      manage_r2_c13.jpg
            │      manage_r2_c14.jpg
            │      manage_r2_c18.jpg
            │      manage_r3_c11.jpg
            │      manage_r5_c1.jpg
            │      manage_r6_c2.jpg
            │      manage_r7_c2.jpg
            │      manage_r9_c1.jpg
            │      man_logo.jpg
            │      nav_bg.jpg
            │      return.gif
            │      slide.gif
            │      switch_left.gif
            │      switch_right.gif
            │      up_list.gif
            │      
            ├─js
            │      jquery-1.11.1.min.js
            │      jquery.jqprint-0.3.js
            │      nav.js
            │      
            ├─META-INF
            │      MANIFEST.MF
            │      
            ├─My97DatePicker
            │  │  calendar.js
            │  │  config.js
            │  │  My97DatePicker.htm
            │  │  WdatePicker.js
            │  │  
            │  ├─lang
            │  │      en.js
            │  │      zh-cn.js
            │  │      zh-tw.js
            │  │      
            │  ├─skin
            │  │  │  datePicker.gif
            │  │  │  WdatePicker.css
            │  │  │  
            │  │  ├─default
            │  │  │      datepicker.css
            │  │  │      img.gif
            │  │  │      
            │  │  └─whyGreen
            │  │          bg.jpg
            │  │          datepicker.css
            │  │          img.gif
            │  │          
            │  └─开发包
            │      │  readme.txt
            │      │  
            │      ├─lang
            │      │      en.js
            │      │      zh-cn.js
            │      │      zh-tw.js
            │      │      
            │      └─skin
            │          │  datePicker.gif
            │          │  WdatePicker.css
            │          │  
            │          ├─default
            │          │      datepicker.css
            │          │      img.gif
            │          │      
            │          └─whyGreen
            │                  bg.jpg
            │                  datepicker.css
            │                  img.gif
            │                  
            ├─upfile
            └─WEB-INF
                │  applicationContext.xml
                │  dwr.xml
                │  web.xml
                │  
                ├─classes
                │  │  log4j.properties
                │  │  messages_en_US.properties
                │  │  messages_zh_CN.properties
                │  │  struts.properties
                │  │  struts.xml
                │  │  
                │  └─com
                │      ├─action
                │      │      courseAction.class
                │      │      userAction.class
                │      │      
                │      ├─dao
                │      │      CommonDAO.class
                │      │      CourseDAO.class
                │      │      SysuserDAO.class
                │      │      
                │      ├─model
                │      │      Classes.class
                │      │      Classes.hbm.xml
                │      │      Classroom.class
                │      │      Classroom.hbm.xml
                │      │      Course.class
                │      │      Course.hbm.xml
                │      │      CourseTime.class
                │      │      CourseTime.hbm.xml
                │      │      Professional.class
                │      │      Professional.hbm.xml
                │      │      Schedule.class
                │      │      Schedule.hbm.xml
                │      │      Sysuser.class
                │      │      Sysuser.hbm.xml
                │      │      Teacher.class
                │      │      Teacher.hbm.xml
                │      │      
                │      ├─service
                │      │      loginService.class
                │      │      
                │      └─util
                │              Info.class
                │              PageManager.class
                │              Pagination.class
                │              safeFileter.class
                │              StrUtil.class
                │              upload.class
                │              UploadConfigurationRead.class
                │              Util.class
                │              
                └─lib
                        antlr-2.7.6rc1.jar
                        asm-attrs.jar
                        asm.jar
                        c3p0-0.9.0.jar
                        c3p0-0.9.1.1.jar
                        cglib-2.1.3.jar
                        commons-attributes-api.jar
                        commons-attributes-compiler.jar
                        commons-collections-2.1.1.jar
                        commons-collections-3.2.jar
                        commons-dbcp.jar
                        commons-fileupload-1.2.1.jar
                        commons-io-1.3.2.jar
                        commons-lang.jar
                        commons-logging-1.0.4.jar
                        commons-pool-1.2.jar
                        connector.jar
                        cos.jar
                        dom4j-1.6.1.jar
                        dwr.jar
                        ehcache-1.2.4.jar
                        FCKeditor-2.3.jar
                        fckeditor-java-core-2.4.1.jar
                        freemarker-2.3.8.jar
                        freemarker.jar
                        hibernate3.jar
                        jakarta-oro-2.0.8.jar
                        java-core-2.4.1.jar
                        javaee.jar
                        jcommon-1.0.14.jar
                        jdbc2_0-stdext.jar
                        jdo2-api.jar
                        jotm.jar
                        jspsmartupload.jar
                        jstl-1.2.jar
                        jta.jar
                        liuliu.jar
                        log4j-1.2.14.jar
                        msbase.jar
                        mssqlserver.jar
                        msutil.jar
                        mysql-connector-java-5.0.4-bin.jar
                        ognl-2.6.11.jar
                        oro-2.0.8.jar
                        oscache-2.1.jar
                        persistence.jar
                        proxool-0.8.3.jar
                        slf4j-api-1.5.2.jar
                        slf4j-simple-1.5.2.jar
                        spring-beans.jar
                        spring-context.jar
                        spring-core.jar
                        spring-dao.jar
                        spring-hibernate3.jar
                        spring-jdbc.jar
                        spring-struts.jar
                        spring-tomcat-weaver.jar
                        spring-web.jar
                        spring-webmvc.jar
                        spring.jar
                        struts2-core-2.0.9.jar
                        struts2-spring-plugin-2.0.9.jar
                        xapool.jar
                        xml-apis.jar
                        xwork-2.0.4.jar
                        

无目录
标签:智能排课系统,自动排课系统

  • 专注毕业设计源码作品
  • 毕业设计源码论文全套
  • 每件作品均测试后上线
  • 提供所有教程和软件下载

Copyright © 2008-2024 jsjbysjw.com . All Rights Reserved. 备案号:苏ICP备2021056683号-4

  • 联系QQ:81677093
  • 微信:bysj1950