搜索资源列表
网上选课
- 使用jsp实现B/S结构的网上选课系统-use jsp B / S structure of the Internet Elective System
基于网络环境的选课系统的研究及实现
- 网络环境下的选课系统 博士论文 JSP-network environment under the Elective System doctoral thesis JSP
学生选课系统
- 基于JSP的学生选课系统~~~
选课系统 Java开发的
- 选课系统 Java开发的
学生选课系 统
- 非常强大可以做毕业设计了
选课系统
- 选课
jsp选课系统
- jsp选课系统,实现基本功能。
Choose.rar
- 在线的java web 做的 学生选课系统。自己做的。大家可以一起讨论。,Java web online courses so students system. Themselves do. We can discuss together.
xsxk.rar
- 一个运用jsp+structs架构实现的学生选课系统,对初学jsp的开发者来说有一定的借鉴价值。,Jsp+ structs a framework for the use of students to achieve course system development jsp beginner who has some reference value.
ChooseClass.rar
- 这是我自己做的一个选课系统,应用了ssh、sitemesh、ajax还有对excel操作的jxl框架。,This is my own to do an elective system, the application of the ssh, sitemesh, ajax have to excel operation jxl framework.
0SRS0
- 使用java编写的一个学生选课系统,较为简单,但结构清晰,适合初学java的朋友-The use of java classes to prepare students for a system, more simple, but structured for beginner java friends
StudentCourse
- 简单的学生选课系统,MYECLIPSE+TOMCAT+MYSQL实现-Simple student elective system, MYECLIPSE+ TOMCAT+ MYSQL to achieve
选课系统
- 一个java web选课系统,功能强大,能实现很多学生老师操作功能,而且结构简洁易懂!
学生选课管理系统
- SSH+MySQL+JSP学生选课管理系统,实现学生的选课情况,包括记录学生选择的课程以及课程考试得分情况,老师可以查询、修改、删除学生课程记录以及统计学生选择课程的情况(SSH+MySQL+JSP student management system, realize the selection of students, including records of students choose courses and curriculum examination scores, teachers
学生选课系统
- Jsp学生选课系统代码及报告 可以运行的(Jsp class selection system can run the code and report)
学生选课系统
- 学生综合素质管理系统的角色划分为3类: 管理员:负责对学生、教师、课程、班级和第二课堂信息的管理。 学 生:选课、查看学分、修改个人信息。 教 师:选择学生、公布成绩。 这三类用户分别拥有自己的操作功能。我们根据操作划分模块,每一个操作模块都要实现自身的功能,并且在整个操作流程中负责承上启下。(The roles of the students' comprehensive quality management system are divided into 3 categorie
网上选课系统(jsp servlet mysql)
- 目前大学生的课程越来越多样化了,可选修的课程也比较广泛,所以就带了一个问题,什么样的问题呢?那就是对于不同同学选择的不同课程的多样化,统计起来是十分的复杂的,需要有一套网上选课系统,来满足这样的一个需求,这样我们99毕设网就根据具体的需求来开发了一套jsp网上选课系统,解决高校选课难的问题,数据库采用的依然是mysql。实现的功能点为: 学生注册 课程录入 课程管理 学生管理 个人信息修改 学生选课 选课统计 退出系统(At present, the course of coll
网上选课系统
- 网络上的选课系统,用户可先完成用户的注册登录修改自己的资料,并且登陆以后选择各种各样的书籍,结束日期,归还日期等等(In the network selection system, users can first complete the user's registration and login to modify their own data, and then choose a variety of books, the end date, the return date, and so
学生选课 (1)
- 能够实现学生基本信息的录入、修改、删除等操作,其中学生信息包括班号、学号、性别等; (2)能够实现课程信息的录入、修改、删除等功能,其中课程信息包括课程号、课程名、学分等; (3)能实现选课功能,每个学生有选修学分限制,超出可选学分限制会提示; (4)能方便的对学生选课情况进行查询,可以根据学号、姓名、班级、课程名等多种方式查询; (5)有汇总功能,能对每个学生的选修学分汇总,并对选修学分不足的学生进行筛选。(It can input, modify and delete stu
选课系统(java Swing)
- 用java开发的学生选课系统,用的是java Swing(GUI)图形用户界面;数据库是Mysql;模块包括学生模块和教师模块