学生在线选课系统,web版本,可以校验课时冲突!!!!
2021-04-06 16:11:02 2.16MB 选课系统 Java
1
java实现的网上选课系统,课程设计可以用到。有学生、管理员等角色,可以完成选退课、查看课表、查看评价以及评教等功能
2021-04-06 16:03:41 98KB 网上选课系统
1
【摘要】选排课系统功能的设计上,学生选排课系统可以分为登录、排课和选课3个子系统。登录子系统区分排课者(也即系统的管理者)、教师和学生这三者的不同身份,给出不同的权限,在页面中根据身份判断其相应具有的功能来使用这套系统。排课子系统主要供排课者使用,排课者可以在这里进行一切与排课有关的活动。选课系统主要供学生选课使用,在这里可以进行与选课有关的活动;教师可在教师反馈系统中对排课者提出反馈意见,供排课者在排课时可参考使用。 学生选排课系统使用Rational Rose进行UMI。建模;过程选择使用ASP编写脚本,在数据库上考虑到快捷、有效,同时考虑到多台服务器共同使用同一个数据库的情况,这里选择SQL Server 2000作为数据库服务器;对于网页的服务器平台,这里选择使用Information Server5.O作为Internet服务器。在Windows 2000 Server上,这是一种很好的组合,也正是Microsoft微软公司网站一直以来所使用的。 【关键词】学生排课管理系统 UML ASP 【 Summary 】 Chooses the design that line up the lesson system function last, the student chooses to line up the lesson system cans is divided into the logging, row lesson with select elective courses 3 statures system.Register the sub- system distinction row lesson( too namely the governor of the system), different from student these third of body in teacher a function for, giving a different legal power, in page according to body judging its cowgirl having to use this set of systems.The row lesson sub- system provides to line up the lesson primarily usage, row lesson can be the whole in here proceeding and line up the activity of relevant lesson.Select elective courses the system to provide primarily the student select elective courses the usage, can proceed the activity that have something to do with selecting elective courses here;Teacher can in teacher feedback system to row lesson put forward the feedback opinion, provide to line up the lesson while lining up lesson can consult usage. The student chooses to line up the lesson system usage Rational Rose proceeds the UMI.Set up the mold;The process choice uses the ASP the plait writes the script, on the database in consideration of fast, valid, at the same time in consideration of many set server common the circumstance of the same of database in usage, choose the SQL Server here 2000 conduct and actions database server;Choose the server terrace of the web page, very much to use the Information Server5.O conduct and act
2021-04-04 13:05:49 1.18MB 选课系统
1
目 录 1 前言 5 1.1系统开发目的 5 1.2系统内容 5 2 关键技术介绍 5 2.1 PHP技术 6 2.2 MYSQL简介 6 2.3 B/S简介 6 2.3.1 功能 7 2.3.2 架构软件 7 2.4 Dreamweaver简介 7 2.5 HTML5简介 7 3 需求分析与设计 8 3.1可行性分析 8 3.1.1 经济可行性 8 3.1.2 技术可行性 8 3.1.3 运行可行性 8 3.2 系统性能分析 8 3.3 系统功能分析 9 3.4 系统流程分析 10 4 数据库设计 13 4.1逻辑结构设计 13 4.2物理结构设计 15 5 系统的设计与实现 17 5.1 系统登录页面 17 5.2管理员页面 19 5.2.1 系别管理页面 19 5.2.2 课程管理页面 19 5.2.3 教师管理页面 20 5.2.4 添加课程页面 20 5.3 教师页面 22 5.3.1 课程页面 22 5.3.2 学生信息页面 22 5.3.3 修改资料页面 23 5.4 学生页面 23 5.4.1 修改密码页面 23 5.4.2 选课页面 24 6 系统测试 26 6.1 测试原则 26 6.2 测试目的 26 6.3 测试内容 27 结论 28 致 谢 29 参考文献 30
2021-04-03 14:09:27 1.11MB html5 智慧校园 选课系统设计与实现 php
一、项目介绍: 基于jsp servlet mysql实现的学生选课系统,系统分为教师和学生两个角色,教师登录后可管理学生信息、课程信息、选课信息,设置必修学分的下限和上限等功能,学生登录后可选课、查看自己选的课程、修改个人信息等功能,此外还会查看显示没有修够最低学分的学生信息。项目除了完整源码,还有完整的论文及高清视频指导教程,下面先看看目录结构: 二、技术介绍: 主要框架技术:jsp+servlet+js+jdbc+mysql 数据库:mysql5.5或5.6或5.7 开发工具:Myeclipse或Eclipse、jdk1.8、tomcat8。 注:带论文 1、有运行导入指导文档教程(包括数据库导入,源码导入eclipse运行) 2、有运行指导视频教程 效果图请参考:https://item.taobao.com/item.htm?spm=a2oq0.12575281.0.0.50111debpsI16d&ft=t&id=623858835035 更多源码请关注博主
派大星学院选课系统代码
2021-04-01 09:06:27 19.06MB python
1
基于C gtk/gtk+ sqlite3选课系统的开发
2021-03-31 22:44:41 22.39MB c语言 gtk/gtk+ sqlite3
增删改接口和功能测试: 实现学生的增删改接口:删除是根据id删除。code不能重复,用户名和密码,不重复。 实现课程的增删改接口:删除是根据id删除。code不能重复。 实现选课的增删改接口:增加接口:选课,studentId和courseId不能重复,删除接口:退选接口,修改接口:成绩修改接口, 查询接口和功能测试: 实现根据姓名和密码查询学生的接口 实现根据系部查询学生的接口,结果分页查询并按学生编号升序排序。 实现根据系部和性别查询学生的接口 实现根据课程名称模糊查询课程的接口 实现根据学分区间查询课程的接口,分页查询并按学分升序排序。 实现根据学生编号查询学生所选课程的接口(课程所有字段), 实现根据课程名称查询选修该课程的学生的接口,输出学生的(编号,姓名,性别,系部)字段,分页查询并按学生编号升序排序。 实现根据课程名称查询选修该课程的选课信息的接口,输出学生编号,姓名,性别,系部,选课时间,成绩,分页查询并按学生编号升序排序。 实现根据课程名称,统计查询该课程的平均分 实现根据学生编号,统计查询该生的平均分
2021-03-31 12:05:32 180KB spring boot
1
基于ssm框架的简单选课系统 基本功能 学生部分 登录、修改密码 查询个人信息 查询排课情况、根据老师姓名/学院筛选、进行选课、查询个人选课情况、查询成绩 教师部分 登录、修改密码 查询个人信息 查询个人开课情况、添加、修改、删除课程 查看课程选课情况、删除学生、评分 开发环境 后台基于maven使用SSM框架整合(Spring、SpringMVC、Mybatis) 前端jsp页面样式基于layui框架,bootstrap和jquery ide:Intellij IDEA 2017.2.4 java版本:jdk1.8.0_152 数据库版本:mysql 5.7.18-1
2021-03-30 18:09:51 25.76MB java 选课系统 mysql
这是我的毕业设计,希望可以给大家参考。可运行,可两次开发。
2021-03-30 17:00:42 10.96MB javaee jsp 毕设
1