GithubHelp home page GithubHelp logo

educational-management's Introduction

软件工程项目


各个分支名称

  • 排课子系统: ClassScheduling

  • 选课子系统:SelectCourse

  • 毕业设计子系统: GraduationProject

  • 成绩管理子系统: GradeManagement

  • 后台管理系统:BackstageManagement

  • 使用git branch 可以查看自己所在组的分支

初始任务

  • 所有成员完成 Jetbrains Intelij IDEA的安装,完成Java 开发环境的搭建,编写运行第一个Java Hello world 程序

  • 所有成员完成 git 的安装,注册github 账号。

  • 确保安装好了mysql 数据库。

  • 确保安装好了 Google Chrome 浏览器

  • 简单学习一下 vue.js (相信大家之前都已经完成了Html ,css ,js 的基础语法的学习,不熟悉的再看一下)

数据库设计(暂定)

  • 排课子系统:

    课程表:

    cno cname description college status
    课程号 课程名 课程描述 开课学院 课程状态(未审核/审核)

    排课表:

    semester cno tno capacity classroom start_week end_week teach_time
    学期 课程号 教师工号 课程容量 教室编号 教学起始周 教学结束周 上课时间(1-3)
  • 选课子系统:

    学生表:

    sno sname sex major klass come_year grade
    学号 姓名 性别 专业 班级 入学年份 年级*

    选课表:

    semester sno cno tno grade
    学期 学号 课程号 任课教师工号 课程成绩
  • 成绩管理子系统:

    主要操作选课表

  • 后台管理系统:

    学期表:

    start_year end_year semester
    起始学年 终止学年 学期号

educational-management's People

Contributors

qianqianjun avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.