java实现的网上选课系统,课程设计可以用到。有学生、管理员等角色,可以完成选退课、查看课表、查看评价以及评教等功能
2021-04-06 16:03:41 98KB 网上选课系统
1
选课管理系统,使用ssh框架搭建。
2021-04-06 13:28:32 68.26MB javaweb 选课管系统 ssh
1
学生信息 基于SSM的学生信息管理系统(选课) 已停更 项目简介:由SpringMVC + MyBatis为主要框架,mysql8.0配置主从复制实现识别分离,主机丛机分别为腾讯云的服务器,而项目部署在阿里云上。 .js插件。数据库交互查询用到页面帮助程序分页。在添加修改相关功能时通过ajax来验证其主键是否存在。代码结构清晰,输入框约束复杂,已配置登录拦截。 一,应用技术 工具:Eclipse,navicat 环境:JDK1.8,tomcat9.0,mysql8.0 前端:JavaScript,jQuery,bootstrap4,particles.js 初步:maven,SpringMVC,MyBatis,ajax,mysql读写分离,mybatis分页 二,功能 这是在上个springmvc选课系统的基础上进行修改完善的,目前功能基本相同,修复大量错误,上个系统中有详细介绍: 主要功
2021-04-05 13:45:53 2.69MB 系统开源
1
专门用于选修课选课
2021-04-04 15:47:14 25.92MB 选课
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
学生选课-sql server 2012-学习示例
2021-04-03 14:02:20 13KB sql
1
一、项目介绍: 基于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 更多源码请关注博主
选课通知 doc文件
2021-04-01 13:08:57 146KB 通知
1
派大星学院选课系统代码
2021-04-01 09:06:27 19.06MB python
1