实例介绍
学生管理系统 分为三个部分:管理员对信息的处理,教师成绩录入和学生选课 拥有很好看的界面 java+oracle
【实例截图】
【核心代码】
4744300845146640477.rar
└── studentdb
├── Project_Student
│ ├── bin
│ │ ├── images
│ │ │ ├── addminstratorStudent.jpg
│ │ │ ├── Admin_depart.jpg
│ │ │ ├── ateacher.jpg
│ │ │ ├── button
│ │ │ │ ├── clear1.png
│ │ │ │ ├── clear2.png
│ │ │ │ ├── course_a1.png
│ │ │ │ ├── course_a2.png
│ │ │ │ ├── course_a3.png
│ │ │ │ ├── course_d1.png
│ │ │ │ ├── course_d2.png
│ │ │ │ ├── course_d3.png
│ │ │ │ ├── course_s1.png
│ │ │ │ ├── course_s2.png
│ │ │ │ ├── course_s3.png
│ │ │ │ ├── course_u1.png
│ │ │ │ ├── course_u2.png
│ │ │ │ ├── course_u3.png
│ │ │ │ ├── iconAdminCourse1.png
│ │ │ │ ├── iconAdminCourse2.png
│ │ │ │ ├── iconAdminDept1.png
│ │ │ │ ├── iconAdminDept2.png
│ │ │ │ ├── iconAdminStu1.png
│ │ │ │ ├── iconAdminStu2.png
│ │ │ │ ├── iconAdminTea1.png
│ │ │ │ ├── iconAdminTea2.png
│ │ │ │ ├── iconStudentCheck1.png
│ │ │ │ ├── iconStudentCheck2.png
│ │ │ │ ├── iconStudentElect1.png
│ │ │ │ ├── iconStudentElect2.png
│ │ │ │ ├── iconTeacherLes1.png
│ │ │ │ ├── iconTeacherLes2.png
│ │ │ │ ├── iconTeacherSco1.png
│ │ │ │ ├── iconTeacherSco2.png
│ │ │ │ ├── iconTeacherStu1.png
│ │ │ │ ├── iconTeacherStu2.png
│ │ │ │ ├── stu_check1.png
│ │ │ │ ├── stu_check2.png
│ │ │ │ ├── stu_check3.png
│ │ │ │ ├── stu_delete1.png
│ │ │ │ ├── stu_delete2.png
│ │ │ │ ├── stu_delete3.png
│ │ │ │ ├── student_a1.png
│ │ │ │ ├── student_a2.png
│ │ │ │ ├── student_a3.png
│ │ │ │ ├── student_d1.png
│ │ │ │ ├── student_d2.png
│ │ │ │ ├── student_d3.png
│ │ │ │ ├── student_s1.png
│ │ │ │ ├── student_s2.png
│ │ │ │ ├── student_s3.png
│ │ │ │ ├── student_u1.png
│ │ │ │ ├── student_u2.png
│ │ │ │ ├── student_u3.png
│ │ │ │ ├── teacher_a1.png
│ │ │ │ ├── teacher_a2.png
│ │ │ │ ├── teacher_a3.png
│ │ │ │ ├── teacher_d1.png
│ │ │ │ ├── teacher_d2.png
│ │ │ │ ├── teacher_d3.png
│ │ │ │ ├── teacher_s1.png
│ │ │ │ ├── teacher_s2.png
│ │ │ │ ├── teacher_s3.png
│ │ │ │ ├── teacher_scorein1.png
│ │ │ │ ├── teacher_scorein2.png
│ │ │ │ ├── teacher_scorein3.png
│ │ │ │ ├── teacher_scoreok1.png
│ │ │ │ ├── teacher_scoreok2.png
│ │ │ │ ├── teacher_scoreok3.png
│ │ │ │ ├── teacher_stuok1.png
│ │ │ │ ├── teacher_stuok2.png
│ │ │ │ ├── teacher_stuok3.png
│ │ │ │ ├── teacher_u1.png
│ │ │ │ ├── teacher_u2.png
│ │ │ │ └── teacher_u3.png
│ │ │ ├── courseview.jpg
│ │ │ ├── iconMain.png
│ │ │ ├── logo_welcome.jpg
│ │ │ ├── main_login.jpg
│ │ │ ├── mainview.jpg
│ │ │ ├── panelTuAn.png
│ │ │ ├── stu_check.jpg
│ │ │ ├── student_elect.jpg
│ │ │ ├── teacher_lession.jpg
│ │ │ ├── teacher_score.jpg
│ │ │ ├── teacher_stu.jpg
│ │ │ ├── text_1.png
│ │ │ └── text_2.png
│ │ └── org
│ │ └── student
│ │ ├── admin
│ │ │ ├── CourseOperator$1.class
│ │ │ ├── CourseOperator$2.class
│ │ │ ├── CourseOperator$3.class
│ │ │ ├── CourseOperator$4.class
│ │ │ ├── CourseOperator$5.class
│ │ │ ├── CourseOperator$6.class
│ │ │ ├── CourseOperator$7.class
│ │ │ ├── CourseOperator.class
│ │ │ ├── departOperator$1.class
│ │ │ ├── departOperator$2.class
│ │ │ ├── departOperator$BtnDeleteListener.class
│ │ │ ├── departOperator$BtnInsertListener.class
│ │ │ ├── departOperator$mySelectListener.class
│ │ │ ├── departOperator$myUpdateListener.class
│ │ │ ├── departOperator.class
│ │ │ ├── StudentOperator$1.class
│ │ │ ├── StudentOperator$clearListener.class
│ │ │ ├── StudentOperator$JtbleListener.class
│ │ │ ├── StudentOperator$myDeleteListener.class
│ │ │ ├── StudentOperator$myInsertListener.class
│ │ │ ├── StudentOperator$mySelectListener.class
│ │ │ ├── StudentOperator$myUpdateListener.class
│ │ │ ├── StudentOperator.class
│ │ │ ├── TeacherOperator$1.class
│ │ │ ├── TeacherOperator$2.class
│ │ │ ├── TeacherOperator$3.class
│ │ │ ├── TeacherOperator$4.class
│ │ │ ├── TeacherOperator$5.class
│ │ │ ├── TeacherOperator$6.class
│ │ │ ├── TeacherOperator$7.class
│ │ │ └── TeacherOperator.class
│ │ ├── enter
│ │ │ └── Enter.class
│ │ ├── mainview
│ │ │ ├── MainView$Mylistener.class
│ │ │ └── MainView.class
│ │ ├── sql
│ │ │ └── SqlHelp.class
│ │ ├── student
│ │ │ ├── StudentSelectCourseCheckCourse$1.class
│ │ │ ├── StudentSelectCourseCheckCourse.class
│ │ │ ├── StudentSelectCourseSelectAndDelete$1.class
│ │ │ ├── StudentSelectCourseSelectAndDelete$DeleteListener.class
│ │ │ ├── StudentSelectCourseSelectAndDelete$SelectCourseListener.class
│ │ │ └── StudentSelectCourseSelectAndDelete.class
│ │ ├── teacher
│ │ │ ├── PanlLession$1.class
│ │ │ ├── PanlLession.class
│ │ │ ├── PanlLuru$1.class
│ │ │ ├── PanlLuru$2.class
│ │ │ ├── PanlLuru$3.class
│ │ │ ├── PanlLuru$4.class
│ │ │ ├── PanlLuru.class
│ │ │ ├── PanlSelect$1.class
│ │ │ ├── PanlSelect$2.class
│ │ │ └── PanlSelect.class
│ │ └── view
│ │ └── util
│ │ ├── MyButton$MyListener.class
│ │ ├── MyButton.class
│ │ ├── MyPanel.class
│ │ ├── MyTable.class
│ │ ├── MyText$MyAdapter.class
│ │ └── MyText.class
│ └── src
│ ├── images
│ │ ├── addminstratorStudent.jpg
│ │ ├── Admin_depart.jpg
│ │ ├── ateacher.jpg
│ │ ├── button
│ │ │ ├── clear1.png
│ │ │ ├── clear2.png
│ │ │ ├── course_a1.png
│ │ │ ├── course_a2.png
│ │ │ ├── course_a3.png
│ │ │ ├── course_d1.png
│ │ │ ├── course_d2.png
│ │ │ ├── course_d3.png
│ │ │ ├── course_s1.png
│ │ │ ├── course_s2.png
│ │ │ ├── course_s3.png
│ │ │ ├── course_u1.png
│ │ │ ├── course_u2.png
│ │ │ ├── course_u3.png
│ │ │ ├── iconAdminCourse1.png
│ │ │ ├── iconAdminCourse2.png
│ │ │ ├── iconAdminDept1.png
│ │ │ ├── iconAdminDept2.png
│ │ │ ├── iconAdminStu1.png
│ │ │ ├── iconAdminStu2.png
│ │ │ ├── iconAdminTea1.png
│ │ │ ├── iconAdminTea2.png
│ │ │ ├── iconStudentCheck1.png
│ │ │ ├── iconStudentCheck2.png
│ │ │ ├── iconStudentElect1.png
│ │ │ ├── iconStudentElect2.png
│ │ │ ├── iconTeacherLes1.png
│ │ │ ├── iconTeacherLes2.png
│ │ │ ├── iconTeacherSco1.png
│ │ │ ├── iconTeacherSco2.png
│ │ │ ├── iconTeacherStu1.png
│ │ │ ├── iconTeacherStu2.png
│ │ │ ├── stu_check1.png
│ │ │ ├── stu_check2.png
│ │ │ ├── stu_check3.png
│ │ │ ├── stu_delete1.png
│ │ │ ├── stu_delete2.png
│ │ │ ├── stu_delete3.png
│ │ │ ├── student_a1.png
│ │ │ ├── student_a2.png
│ │ │ ├── student_a3.png
│ │ │ ├── student_d1.png
│ │ │ ├── student_d2.png
│ │ │ ├── student_d3.png
│ │ │ ├── student_s1.png
│ │ │ ├── student_s2.png
│ │ │ ├── student_s3.png
│ │ │ ├── student_u1.png
│ │ │ ├── student_u2.png
│ │ │ ├── student_u3.png
│ │ │ ├── teacher_a1.png
│ │ │ ├── teacher_a2.png
│ │ │ ├── teacher_a3.png
│ │ │ ├── teacher_d1.png
│ │ │ ├── teacher_d2.png
│ │ │ ├── teacher_d3.png
│ │ │ ├── teacher_s1.png
│ │ │ ├── teacher_s2.png
│ │ │ ├── teacher_s3.png
│ │ │ ├── teacher_scorein1.png
│ │ │ ├── teacher_scorein2.png
│ │ │ ├── teacher_scorein3.png
│ │ │ ├── teacher_scoreok1.png
│ │ │ ├── teacher_scoreok2.png
│ │ │ ├── teacher_scoreok3.png
│ │ │ ├── teacher_stuok1.png
│ │ │ ├── teacher_stuok2.png
│ │ │ ├── teacher_stuok3.png
│ │ │ ├── teacher_u1.png
│ │ │ ├── teacher_u2.png
│ │ │ └── teacher_u3.png
│ │ ├── courseview.jpg
│ │ ├── iconMain.png
│ │ ├── logo_welcome.jpg
│ │ ├── main_login.jpg
│ │ ├── mainview.jpg
│ │ ├── panelTuAn.png
│ │ ├── stu_check.jpg
│ │ ├── student_elect.jpg
│ │ ├── teacher_lession.jpg
│ │ ├── teacher_score.jpg
│ │ ├── teacher_stu.jpg
│ │ ├── text_1.png
│ │ └── text_2.png
│ └── org
│ └── student
│ ├── admin
│ │ ├── CourseOperator.java
│ │ ├── departOperator.java
│ │ ├── StudentOperator.java
│ │ └── TeacherOperator.java
│ ├── enter
│ │ └── Enter.java
│ ├── mainview
│ │ └── MainView.java
│ ├── sql
│ │ └── SqlHelp.java
│ ├── student
│ │ ├── StudentSelectCourseCheckCourse.java
│ │ └── StudentSelectCourseSelectAndDelete.java
│ ├── teacher
│ │ ├── PanlLession.java
│ │ ├── PanlLuru.java
│ │ └── PanlSelect.java
│ └── view
│ └── util
│ ├── MyButton.java
│ ├── MyPanel.java
│ ├── MyTable.java
│ └── MyText.java
├── readme.txt
└── 脚本
├── 建student中的表和数据.sql
└── 建student表空间和用户.sql
29 directories, 250 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论