在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 实验预约系统

实验预约系统

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:15.49M
  • 下载次数:5
  • 浏览次数:112
  • 发布时间:2020-09-08
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
自己写的毕业设计
【实例截图】
【核心代码】
BYSJ
└── BYSJ
├── selectcoursedb.sql
├── src
│   ├── beans.xml
│   ├── com
│   │   └── csust
│   │   ├── action
│   │   │   ├── ChangePasswordAction.java
│   │   │   ├── ClassInfoAction.java
│   │   │   ├── CollegeInfoAction.java
│   │   │   ├── CourseInfoAction.java
│   │   │   ├── ExcelAction.java
│   │   │   ├── LoginAction.java
│   │   │   ├── LoginAction-login_CheckLogin-validation.xml
│   │   │   ├── NewsAction.java
│   │   │   ├── ScoreInfoAction.java
│   │   │   ├── SpecialFieldInfoAction.java
│   │   │   ├── StudentAction.java
│   │   │   ├── StudentSelectCourseInfoAction.java
│   │   │   ├── TeacherAction.java
│   │   │   └── UserAction.java
│   │   ├── dao
│   │   │   ├── AdminDAO.java
│   │   │   ├── ClassInfoDAO.java
│   │   │   ├── CollegeInfoDAO.java
│   │   │   ├── CourseInfoDAO.java
│   │   │   ├── NewsDAO.java
│   │   │   ├── ScoreInfoDAO.java
│   │   │   ├── SpecialFieldInfoDAO.java
│   │   │   ├── StudentDAO.java
│   │   │   ├── StudentSelectCourseInfoDAO.java
│   │   │   └── TeacherDAO.java
│   │   ├── entity
│   │   │   ├── Admin-admin-validation.xml
│   │   │   ├── Admin.hbm.xml
│   │   │   ├── Admin.java
│   │   │   ├── ClassInfo.hbm.xml
│   │   │   ├── ClassInfo.java
│   │   │   ├── CollegeInfo.hbm.xml
│   │   │   ├── CollegeInfo.java
│   │   │   ├── CourseInfo.hbm.xml
│   │   │   ├── CourseInfo.java
│   │   │   ├── News.hbm.xml
│   │   │   ├── News.java
│   │   │   ├── ScoreInfo.hbm.xml
│   │   │   ├── ScoreInfo.java
│   │   │   ├── SpecialFieldInfo.hbm.xml
│   │   │   ├── SpecialFieldInfo.java
│   │   │   ├── Student.hbm.xml
│   │   │   ├── Student.java
│   │   │   ├── StudentSelectCourseInfo.hbm.xml
│   │   │   ├── StudentSelectCourseInfo.java
│   │   │   ├── Teacher.hbm.xml
│   │   │   └── Teacher.java
│   │   ├── filter
│   │   │   ├── LoginCheck.java
│   │   │   └── SetCharacterEncodingFilter.java
│   │   ├── test
│   │   │   └── TestUtil.java
│   │   └── utils
│   │   ├── CardIdFieldValidator.java
│   │   └── HibernateUtil.java
│   ├── hibernate.cfg.xml
│   └── struts.xml
└── WebRoot
├── admin
│   └── admin_login.jsp
├── Admin_login.jsp
├── calendar.js
├── center.html
├── ClassInfo_add.jsp
├── ClassInfo_frontquery_result.jsp
├── ClassInfo_frontshow.jsp
├── ClassInfo_modify.jsp
├── ClassInfo_query_result.jsp
├── CollegeInfo_add.jsp
├── CollegeInfo_frontquery_result.jsp
├── CollegeInfo_frontshow.jsp
├── CollegeInfo_modify.jsp
├── CollegeInfo_query_result.jsp
├── CourseInfo_add.jsp
├── CourseInfo_frontquery_result.jsp
├── CourseInfo_frontshow.jsp
├── CourseInfo_modify.jsp
├── CourseInfo_query_result.jsp
├── css
│   ├── desk.css
│   ├── index.css
│   ├── layout.css
│   ├── login.css
│   ├── reset.css
│   └── style.css
├── desk.jsp
├── doc
│   ├── course_info.xls
│   ├── score_info.xls
│   ├── student_info.xls
│   └── teacher_info.xls
├── down.html
├── error.jsp
├── excel_addcourseinfo.jsp
├── excel_addscoreinfo.jsp
├── excel_addstudent.jsp
├── excel_addstudent_success.jsp
├── excel_addteacher.jsp
├── help.html
├── images
│   ├── 11.gif
│   ├── 22.gif
│   ├── 33.gif
│   ├── adminBg.jpg
│   ├── back.gif
│   ├── bg.gif
│   ├── bg.jpg
│   ├── bottom.jpg
│   ├── del.gif
│   ├── dl.gif
│   ├── download_1.jpg
│   ├── download_2.jpg
│   ├── download.png
│   ├── edt.gif
│   ├── error_b.gif
│   ├── error.jpg
│   ├── first.gif
│   ├── foot_1.jpg
│   ├── foot_2.jpg
│   ├── go.gif
│   ├── highlight.jpg
│   ├── href.png
│   ├── instrument_1.jpg
│   ├── instruments.jpg
│   ├── last.gif
│   ├── left.gif
│   ├── link_1.jpg
│   ├── link_2.jpg
│   ├── login_03.gif
│   ├── login_03 - 副本.gif
│   ├── login_05.gif
│   ├── login_06.gif
│   ├── login_07.gif
│   ├── login_08.gif
│   ├── loginbg.jpg
│   ├── login.jpg
│   ├── logo.gif
│   ├── main_03.gif
│   ├── main_04.gif
│   ├── main_05.gif
│   ├── main_07.gif
│   ├── main_09.jpg
│   ├── main_11.gif
│   ├── main_12.gif
│   ├── main_14.gif
│   ├── main_16.gif
│   ├── main_18.gif
│   ├── main_20.gif
│   ├── main_21.gif
│   ├── main_22.gif
│   ├── main_29.gif
│   ├── main_30.gif
│   ├── main_31.gif
│   ├── main_32.gif
│   ├── main_34.gif
│   ├── main_36.gif
│   ├── main_37.gif
│   ├── main_39.gif
│   ├── main_40.gif
│   ├── main_41.gif
│   ├── main_45.gif
│   ├── main_47.gif
│   ├── main_48.gif
│   ├── main_51.gif
│   ├── main_52.gif
│   ├── main_55_1.gif
│   ├── main_55.gif
│   ├── main_58.gif
│   ├── main_59.gif
│   ├── main_61.gif
│   ├── main_62.gif
│   ├── mainpic_1.jpg
│   ├── mainpic_2.jpg
│   ├── new_1.jpg
│   ├── new_2.jpg
│   ├── next.gif
│   ├── tab_03.gif
│   ├── tab_05.gif
│   ├── tab_07.gif
│   ├── tab_12.gif
│   ├── tab_15.gif
│   ├── tab_17.gif
│   ├── tab_18.gif
│   ├── tab_19.gif
│   ├── tab_20.gif
│   ├── tb.gif
│   └── Thumbs.db
├── index.jsp
├── left.jsp
├── logout.jsp
├── main.jsp
├── message.jsp
├── META-INF
│   └── MANIFEST.MF
├── middel.html
├── News_add.jsp
├── News_frontquery_result.jsp
├── News_frontshow.jsp
├── News_modify.jsp
├── News_query_result.jsp
├── password_modify.jsp
├── right.html
├── ScoreInfo_add.jsp
├── ScoreInfo_frontquery_result.jsp
├── ScoreInfo_frontshow.jsp
├── ScoreInfo_modify.jsp
├── ScoreInfo_query_result.jsp
├── SpecialFieldInfo_add.jsp
├── SpecialFieldInfo_frontquery_result.jsp
├── SpecialFieldInfo_frontshow.jsp
├── SpecialFieldInfo_modify.jsp
├── SpecialFieldInfo_query_result.jsp
├── student
│   ├── add_course_error.jsp
│   ├── center.html
│   ├── CourseInfo_frontquery_result.jsp
│   ├── CourseInfo_query_result.jsp
│   ├── desk.jsp
│   ├── down.html
│   ├── left.jsp
│   ├── logout.jsp
│   ├── main.jsp
│   ├── middel.html
│   ├── News_modify.jsp
│   ├── News_query_result.jsp
│   ├── ScoreInfo_frontquery_result.jsp
│   ├── ScoreInfo_frontshow.jsp
│   ├── ScoreInfo_query_result.jsp
│   ├── Student_frontshow.jsp
│   ├── student_login.jsp
│   ├── student_password_modify.jsp
│   ├── StudentSelectCourseInfo_frontquery_result.jsp
│   ├── StudentSelectCourseInfo_frontshow.jsp
│   ├── StudentSelectCourseInfo_query_result.jsp
│   ├── test_left.jsp
│   └── top.jsp
├── Student_add.jsp
├── Student_frontquery_result.jsp
├── Student_frontshow.jsp
├── Student_modify.jsp
├── Student_query_result.jsp
├── StudentSelectCourseInfo_add.jsp
├── StudentSelectCourseInfo_frontquery_result.jsp
├── StudentSelectCourseInfo_frontshow.jsp
├── StudentSelectCourseInfo_modify.jsp
├── StudentSelectCourseInfo_query_result.jsp
├── tab
│   ├── images
│   │   ├── 11.gif
│   │   ├── 22.gif
│   │   ├── 33.gif
│   │   ├── back.gif
│   │   ├── bg.gif
│   │   ├── del.gif
│   │   ├── edt.gif
│   │   ├── first.gif
│   │   ├── go.gif
│   │   ├── last.gif
│   │   ├── next.gif
│   │   ├── tab_03.gif
│   │   ├── tab_05.gif
│   │   ├── tab_07.gif
│   │   ├── tab_12.gif
│   │   ├── tab_15.gif
│   │   ├── tab_17.gif
│   │   ├── tab_18.gif
│   │   ├── tab_19.gif
│   │   ├── tab_20.gif
│   │   ├── tb.gif
│   │   └── Thumbs.db
│   └── tab.html
├── teacher
│   ├── center.html
│   ├── CourseInfo_query_result.jsp
│   ├── desk.jsp
│   ├── down.html
│   ├── left.jsp
│   ├── logout.jsp
│   ├── main.jsp
│   ├── middel.html
│   ├── News_modify.jsp
│   ├── News_query_result.jsp
│   ├── ScoreInfo_add.jsp
│   ├── ScoreInfo_frontquery_result.jsp
│   ├── ScoreInfo_frontshow.jsp
│   ├── ScoreInfo_modify.jsp
│   ├── ScoreInfo_query_result.jsp
│   ├── StudentSelectCourseInfo_add.jsp
│   ├── StudentSelectCourseInfo_frontquery_result.jsp
│   ├── StudentSelectCourseInfo_frontshow.jsp
│   ├── StudentSelectCourseInfo_modify.jsp
│   ├── StudentSelectCourseInfo_query_result.jsp
│   ├── Teacher_frontshow.jsp
│   ├── teacher_login.jsp
│   ├── teacher_password_modify.jsp
│   ├── test_left.jsp
│   └── top.jsp
├── Teacher_add.jsp
├── Teacher_frontquery_result.jsp
├── Teacher_frontshow.jsp
├── Teacher_modify.jsp
├── Teacher_query_result.jsp
├── top.jsp
├── upload
│   ├── 2e83f122-0296-4c21-9b51-75bb9919fa48.jpg
│   ├── 6be773ab-2a53-456c-b80d-cdfc4816f1cf.jpg
│   ├── 9da24f18-bdfa-4909-8dba-9f8a11602963.jpg
│   ├── de0188ed-d26e-4946-84e5-54027beb6b48.jpg
│   └── NoImage.jpg
└── WEB-INF
├── classes
│   ├── beans.xml
│   ├── com
│   │   └── csust
│   │   ├── action
│   │   │   ├── ChangePasswordAction.class
│   │   │   ├── ClassInfoAction.class
│   │   │   ├── CollegeInfoAction.class
│   │   │   ├── CourseInfoAction.class
│   │   │   ├── ExcelAction.class
│   │   │   ├── LoginAction.class
│   │   │   ├── LoginAction-login_CheckLogin-validation.xml
│   │   │   ├── NewsAction.class
│   │   │   ├── ScoreInfoAction.class
│   │   │   ├── SpecialFieldInfoAction.class
│   │   │   ├── StudentAction.class
│   │   │   ├── StudentSelectCourseInfoAction.class
│   │   │   ├── TeacherAction.class
│   │   │   └── UserAction.class
│   │   ├── dao
│   │   │   ├── AdminDAO.class
│   │   │   ├── ClassInfoDAO.class
│   │   │   ├── CollegeInfoDAO.class
│   │   │   ├── CourseInfoDAO.class
│   │   │   ├── NewsDAO.class
│   │   │   ├── ScoreInfoDAO.class
│   │   │   ├── SpecialFieldInfoDAO.class
│   │   │   ├── StudentDAO.class
│   │   │   ├── StudentSelectCourseInfoDAO.class
│   │   │   └── TeacherDAO.class
│   │   ├── entity
│   │   │   ├── Admin-admin-validation.xml
│   │   │   ├── Admin.class
│   │   │   ├── Admin.hbm.xml
│   │   │   ├── ClassInfo.class
│   │   │   ├── ClassInfo.hbm.xml
│   │   │   ├── CollegeInfo.class
│   │   │   ├── CollegeInfo.hbm.xml
│   │   │   ├── CourseInfo.class
│   │   │   ├── CourseInfo.hbm.xml
│   │   │   ├── News.class
│   │   │   ├── News.hbm.xml
│   │   │   ├── ScoreInfo.class
│   │   │   ├── ScoreInfo.hbm.xml
│   │   │   ├── SpecialFieldInfo.class
│   │   │   ├── SpecialFieldInfo.hbm.xml
│   │   │   ├── Student.class
│   │   │   ├── Student.hbm.xml
│   │   │   ├── StudentSelectCourseInfo.class
│   │   │   ├── StudentSelectCourseInfo.hbm.xml
│   │   │   ├── Teacher.class
│   │   │   └── Teacher.hbm.xml
│   │   ├── filter
│   │   │   ├── LoginCheck.class
│   │   │   └── SetCharacterEncodingFilter.class
│   │   ├── test
│   │   │   └── TestUtil.class
│   │   └── utils
│   │   ├── CardIdFieldValidator.class
│   │   └── HibernateUtil.class
│   ├── hibernate.cfg.xml
│   └── struts.xml
├── lib
│   ├── antlr-2.7.6.jar
│   ├── aspectjrt.jar
│   ├── aspectjweaver.jar
│   ├── c3p0-0.9.1.2.jar
│   ├── cglib-nodep-2.1_3.jar
│   ├── common-annotations.jar
│   ├── commons-collections-3.1.jar
│   ├── commons-fileupload-1.2.1.jar
│   ├── commons-io-1.3.2.jar
│   ├── commons-logging-1.0.4.jar
│   ├── commons-logging.jar
│   ├── dom4j-1.6.1.jar
│   ├── ehcache-1.2.3.jar
│   ├── ejb3-persistence.jar
│   ├── freemarker-2.3.15.jar
│   ├── hibernate3.jar
│   ├── hibernate-annotations.jar
│   ├── hibernate-cglib-repack-2.1_3.jar
│   ├── hibernate-commons-annotations.jar
│   ├── hibernate-entitymanager.jar
│   ├── javassist-3.4.GA.jar
│   ├── jstl.jar
│   ├── jta-1.1.jar
│   ├── log4j-1.2.15.jar
│   ├── mysql-connector-java-3.1.13-bin.jar
│   ├── ognl-2.7.3.jar
│   ├── slf4j-api-1.5.2.jar
│   ├── slf4j-log4j12.jar
│   ├── spring.jar
│   ├── standard.jar
│   ├── struts2-core-2.1.8.jar
│   ├── struts2-spring-plugin-2.1.8.jar
│   └── xwork-core-2.1.6.jar
└── web.xml

32 directories, 382 files

标签:

实例下载地址

实验预约系统

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警