├── test5 ├── .settings │ ├── org.eclipse.wst.jsdt.ui.superType.name │ ├── org.eclipse.jdt.launching.prefs │ ├── org.eclipse.wst.common.project.facet.core.xml │ ├── org.eclipse.wst.common.component │ ├── .jsdtscope │ ├── org.eclipse.core.resources.prefs │ └── org.eclipse.jdt.core.prefs ├── WebContent │ ├── META-INF │ │ └── MANIFEST.MF │ ├── images │ │ ├── 01.jpg │ │ ├── 02.jpg │ │ ├── 03.JPG │ │ ├── 04.jpg │ │ ├── 05.jpg │ │ ├── 06.jpg │ │ ├── 07.jpg │ │ ├── 08.jpg │ │ ├── QQ.png │ │ ├── i1.png │ │ ├── i2.png │ │ ├── i3.png │ │ ├── 学生.jpg │ │ ├── 家长.jpg │ │ ├── 2co.gif │ │ ├── 404.png │ │ ├── cat.png │ │ ├── dog.png │ │ ├── tick.png │ │ ├── tipsy.gif │ │ ├── weibo.png │ │ ├── 头像大全.jpg │ │ ├── 老师活动1.jpg │ │ ├── 老师活动2.jpg │ │ ├── 老师活动3.jpg │ │ ├── 老师活动4.jpg │ │ ├── 老师活动5.jpg │ │ ├── 老师活动6.jpg │ │ ├── 老师活动7.jpg │ │ ├── 老师活动8.jpg │ │ ├── arrows.png │ │ ├── bubble.png │ │ ├── bullets.png │ │ ├── cookie.png │ │ ├── loading.gif │ │ ├── paypal.gif │ │ ├── planet.png │ │ ├── search.png │ │ ├── titlebg.png │ │ ├── weixin.png │ │ ├── background.jpg │ │ ├── closelabel.gif │ │ ├── nextlabel.gif │ │ ├── prevlabel.gif │ │ ├── product │ │ │ ├── 01.jpg │ │ │ ├── 02.jpg │ │ │ ├── 03.jpg │ │ │ ├── 04.jpg │ │ │ ├── 05.jpg │ │ │ ├── 06.jpg │ │ │ ├── 07.jpg │ │ │ ├── 08.jpg │ │ │ ├── 09.jpg │ │ │ ├── 10.jpg │ │ │ └── 10_l.jpg │ │ ├── remove_x.gif │ │ ├── sky-shine.jpg │ │ ├── slider │ │ │ ├── 01.jpg │ │ │ ├── 02.jpg │ │ │ ├── 03.jpg │ │ │ └── 04.jpg │ │ ├── sky-background.png │ │ ├── templatemo_body.jpg │ │ ├── templatemo_list.png │ │ ├── templatemo_logo.png │ │ ├── templatemo_detail.png │ │ ├── templatemo_footer.png │ │ ├── templatemo_addtocart.png │ │ ├── templatemo_body_top.jpg │ │ ├── templatemo_header_bg.png │ │ ├── templatemo_image_01.jpg │ │ ├── templatemo_main_bg.png │ │ ├── templatemo_menubar.png │ │ ├── templatemo_search_bg.png │ │ ├── universal-preloader.gif │ │ ├── upload │ │ │ └── Chrysanthemum.jpg │ │ └── templatemo_sidebar_header.png │ ├── assets │ │ ├── img │ │ │ ├── k.jpg │ │ │ ├── a5.png │ │ │ ├── logo.png │ │ │ ├── logoa.png │ │ │ ├── logob.png │ │ │ ├── user01.png │ │ │ ├── user02.png │ │ │ ├── user03.png │ │ │ ├── user04.png │ │ │ ├── user05.png │ │ │ ├── user06.png │ │ │ └── user07.png │ │ ├── i │ │ │ ├── h_top.png │ │ │ ├── l_07.png │ │ │ ├── logo.png │ │ │ ├── favicon.png │ │ │ ├── icoAdd.png │ │ │ ├── app-icon72x72@2x.png │ │ │ ├── examples │ │ │ │ ├── admin-ie.png │ │ │ │ ├── adminPage.png │ │ │ │ ├── blogPage.png │ │ │ │ ├── landing.png │ │ │ │ ├── loginPage.png │ │ │ │ ├── admin-opera.png │ │ │ │ ├── landingPage.png │ │ │ │ ├── sidebarPage.png │ │ │ │ ├── admin-chrome.png │ │ │ │ ├── admin-firefox.png │ │ │ │ └── admin-safari.png │ │ │ └── startup-640x1096.png │ │ ├── fonts │ │ │ ├── FontAwesome.otf │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.ttf │ │ │ ├── fontawesome-webfont.woff │ │ │ └── fontawesome-webfont.woff2 │ │ └── js │ │ │ └── theme.js │ ├── font │ │ ├── sing-webfont.eot │ │ ├── sing-webfont.ttf │ │ ├── sing-webfont.woff │ │ └── sing-webfont_162a16fe.eot │ ├── WEB-INF │ │ └── lib │ │ │ ├── asm-5.2.jar │ │ │ ├── ant-1.9.6.jar │ │ │ ├── jstl-api.jar │ │ │ ├── jstl-impl.jar │ │ │ ├── cglib-3.2.5.jar │ │ │ ├── dom4j-1.6.1.jar │ │ │ ├── log4j-1.2.17.jar │ │ │ ├── ognl-3.1.16.jar │ │ │ ├── aopalliance-1.0.jar │ │ │ ├── commons-io-2.4.jar │ │ │ ├── log4j-api-2.3.jar │ │ │ ├── log4j-core-2.3.jar │ │ │ ├── mybatis-3.4.6.jar │ │ │ ├── commons-lang3-3.4.jar │ │ │ ├── slf4j-api-1.7.25.jar │ │ │ ├── ant-launcher-1.9.6.jar │ │ │ ├── aspectjweaver-1.8.10.jar │ │ │ ├── commons-dbcp2-2.3.0.jar │ │ │ ├── commons-logging-1.2.jar │ │ │ ├── commons-pool2-2.5.0.jar │ │ │ ├── javassist-3.22.0-GA.jar │ │ │ ├── mybatis-spring-1.3.1.jar │ │ │ ├── slf4j-log4j12-1.7.25.jar │ │ │ ├── commons-fileupload-1.3.2.jar │ │ │ ├── spring-aop-4.3.6.RELEASE.jar │ │ │ ├── spring-core-4.3.6.RELEASE.jar │ │ │ ├── spring-jdbc-4.3.6.RELEASE.jar │ │ │ ├── spring-orm-4.3.6.RELEASE.jar │ │ │ ├── spring-oxm-4.3.6.RELEASE.jar │ │ │ ├── spring-tx-4.3.6.RELEASE.jar │ │ │ ├── spring-web-4.3.6.RELEASE.jar │ │ │ ├── spring-beans-4.3.6.RELEASE.jar │ │ │ ├── spring-webmvc-4.3.6.RELEASE.jar │ │ │ ├── spring-aspects-4.3.6.RELEASE.jar │ │ │ ├── spring-context-4.3.6.RELEASE.jar │ │ │ ├── mysql-connector-java-5.1.26-bin.jar │ │ │ └── spring-expression-4.3.6.RELEASE.jar │ ├── admin │ │ ├── assets │ │ │ ├── i │ │ │ │ ├── l_07.png │ │ │ │ ├── logo.png │ │ │ │ ├── favicon.png │ │ │ │ ├── h_top.png │ │ │ │ ├── icoAdd.png │ │ │ │ ├── app-icon72x72@2x.png │ │ │ │ ├── examples │ │ │ │ │ ├── admin-ie.png │ │ │ │ │ ├── blogPage.png │ │ │ │ │ ├── landing.png │ │ │ │ │ ├── adminPage.png │ │ │ │ │ ├── loginPage.png │ │ │ │ │ ├── admin-chrome.png │ │ │ │ │ ├── admin-firefox.png │ │ │ │ │ ├── admin-opera.png │ │ │ │ │ ├── admin-safari.png │ │ │ │ │ ├── landingPage.png │ │ │ │ │ └── sidebarPage.png │ │ │ │ └── startup-640x1096.png │ │ │ ├── img │ │ │ │ ├── a5.png │ │ │ │ ├── k.jpg │ │ │ │ ├── logo.png │ │ │ │ ├── logoa.png │ │ │ │ ├── logob.png │ │ │ │ ├── user01.png │ │ │ │ ├── user02.png │ │ │ │ ├── user03.png │ │ │ │ ├── user04.png │ │ │ │ ├── user05.png │ │ │ │ ├── user06.png │ │ │ │ └── user07.png │ │ │ ├── fonts │ │ │ │ ├── FontAwesome.otf │ │ │ │ ├── fontawesome-webfont.eot │ │ │ │ ├── fontawesome-webfont.ttf │ │ │ │ ├── fontawesome-webfont.woff │ │ │ │ └── fontawesome-webfont.woff2 │ │ │ └── js │ │ │ │ └── theme.js │ │ ├── errorFolder │ │ │ ├── images │ │ │ │ ├── 404.png │ │ │ │ ├── cat.png │ │ │ │ ├── dog.png │ │ │ │ ├── bubble.png │ │ │ │ ├── cookie.png │ │ │ │ ├── planet.png │ │ │ │ ├── search.png │ │ │ │ ├── tipsy.gif │ │ │ │ ├── sky-shine.jpg │ │ │ │ ├── sky-background.png │ │ │ │ └── universal-preloader.gif │ │ │ ├── font │ │ │ │ ├── sing-webfont.eot │ │ │ │ ├── sing-webfont.ttf │ │ │ │ ├── sing-webfont.woff │ │ │ │ └── sing-webfont_162a16fe.eot │ │ │ └── css │ │ │ │ ├── ie8.css │ │ │ │ └── tipsy.css │ │ └── checkAdminLogin.jsp │ ├── errorFolder │ │ ├── images │ │ │ ├── 404.png │ │ │ ├── cat.png │ │ │ ├── dog.png │ │ │ ├── tipsy.gif │ │ │ ├── bubble.png │ │ │ ├── cookie.png │ │ │ ├── planet.png │ │ │ ├── search.png │ │ │ ├── sky-shine.jpg │ │ │ ├── sky-background.png │ │ │ └── universal-preloader.gif │ │ ├── font │ │ │ ├── sing-webfont.eot │ │ │ ├── sing-webfont.ttf │ │ │ ├── sing-webfont.woff │ │ │ └── sing-webfont_162a16fe.eot │ │ └── css │ │ │ ├── ie8.css │ │ │ └── tipsy.css │ ├── indexFolder │ │ ├── images │ │ │ ├── 111.jpg │ │ │ ├── bg.gif │ │ │ ├── sun.png │ │ │ ├── 图0.jpg │ │ │ ├── 图00.jpg │ │ │ ├── 图2.jpg │ │ │ ├── 图3.jpg │ │ │ ├── 图4.jpg │ │ │ ├── 图5.jpg │ │ │ ├── badge.png │ │ │ ├── black.png │ │ │ ├── blog1.jpg │ │ │ ├── blog2.jpg │ │ │ ├── blog3.jpg │ │ │ ├── clock.png │ │ │ ├── close.png │ │ │ ├── date.png │ │ │ ├── dots.gif │ │ │ ├── gig1.gif │ │ │ ├── gig2.gif │ │ │ ├── gig3.gif │ │ │ ├── gig4.gif │ │ │ ├── gig5.gif │ │ │ ├── gotop.png │ │ │ ├── gray.gif │ │ │ ├── img1.jpg │ │ │ ├── img2.jpg │ │ │ ├── img3.jpg │ │ │ ├── logo.png │ │ │ ├── mute.png │ │ │ ├── pause.gif │ │ │ ├── print.png │ │ │ ├── sep1.gif │ │ │ ├── sep1.png │ │ │ ├── sep2.png │ │ │ ├── sep3.png │ │ │ ├── 高三化学.jpg │ │ │ ├── 高三物理.jpg │ │ │ ├── 高三生物.jpg │ │ │ ├── advert1.jpg │ │ │ ├── album-bg.png │ │ │ ├── album1.jpg │ │ │ ├── album10.jpg │ │ │ ├── album11.jpg │ │ │ ├── album12.jpg │ │ │ ├── album13.jpg │ │ │ ├── album14.jpg │ │ │ ├── album15.jpg │ │ │ ├── album16.jpg │ │ │ ├── album2.jpg │ │ │ ├── album20.png │ │ │ ├── album21.png │ │ │ ├── album22.png │ │ │ ├── album24.png │ │ │ ├── album25.png │ │ │ ├── album3.jpg │ │ │ ├── album4.jpg │ │ │ ├── album5.jpg │ │ │ ├── album6.jpg │ │ │ ├── album7.jpg │ │ │ ├── album8.jpg │ │ │ ├── album9.jpg │ │ │ ├── avatar1.gif │ │ │ ├── avatar2.gif │ │ │ ├── avatar4.gif │ │ │ ├── avatar5.gif │ │ │ ├── banner1.jpg │ │ │ ├── banner2.jpg │ │ │ ├── banner3.jpg │ │ │ ├── banner4.jpg │ │ │ ├── bg-sides.png │ │ │ ├── bullet.gif │ │ │ ├── date-bg.gif │ │ │ ├── facebook.jpg │ │ │ ├── favicon.ico │ │ │ ├── head-bg.gif │ │ │ ├── location.png │ │ │ ├── pointer.gif │ │ │ ├── pointer.png │ │ │ ├── question.png │ │ │ ├── repeat.png │ │ │ ├── share1.gif │ │ │ ├── share2.gif │ │ │ ├── share3.gif │ │ │ ├── share4.gif │ │ │ ├── share5.gif │ │ │ ├── share6.gif │ │ │ ├── share7.gif │ │ │ ├── shuffle.png │ │ │ ├── tab-sep.gif │ │ │ ├── thumb1.gif │ │ │ ├── thumb2.gif │ │ │ ├── thumb3.gif │ │ │ ├── 学生活动照片1.jpg │ │ │ ├── 学生活动照片2.png │ │ │ ├── 学生活动照片3.JPG │ │ │ ├── 学生活动照片4.jpg │ │ │ ├── 筑梦启航图片.jpg │ │ │ ├── 高三数学课本.jpg │ │ │ ├── apple-icon.png │ │ │ ├── bubble-bg.png │ │ │ ├── buttonone.gif │ │ │ ├── cart-icon.png │ │ │ ├── gal-image.png │ │ │ ├── gal-music.png │ │ │ ├── gal-video.png │ │ │ ├── header-bg.gif │ │ │ ├── logo-foot.png │ │ │ ├── map-point.png │ │ │ ├── player-bg.gif │ │ │ ├── search-bg.png │ │ │ ├── social-fb.png │ │ │ ├── sun-shadow.png │ │ │ ├── volume-bg.gif │ │ │ ├── _notes │ │ │ │ └── album6.jpg │ │ │ ├── amazon-icon.png │ │ │ ├── banner-arrows.png │ │ │ ├── comments-sep.gif │ │ │ ├── gal-two-col-1.jpg │ │ │ ├── gal-two-col-2.jpg │ │ │ ├── social-amazon.png │ │ │ ├── social-apple.png │ │ │ ├── social-vimeo.png │ │ │ ├── sub-banner1.jpg │ │ │ ├── sub-banner2.jpg │ │ │ ├── sub-banner3.jpg │ │ │ ├── track-icons.png │ │ │ ├── twitter-icon.png │ │ │ ├── apple-gray-icon.png │ │ │ ├── calendar-arrows.png │ │ │ ├── fancybox │ │ │ │ ├── blank.gif │ │ │ │ ├── fancybox.png │ │ │ │ ├── fancy_close.png │ │ │ │ ├── fancybox-x.png │ │ │ │ ├── fancybox-y.png │ │ │ │ ├── fancy_loading.png │ │ │ │ ├── fancy_nav_left.png │ │ │ │ ├── fancy_shadow_e.png │ │ │ │ ├── fancy_shadow_n.png │ │ │ │ ├── fancy_shadow_s.png │ │ │ │ ├── fancy_shadow_w.png │ │ │ │ ├── fancy_nav_right.png │ │ │ │ ├── fancy_shadow_ne.png │ │ │ │ ├── fancy_shadow_nw.png │ │ │ │ ├── fancy_shadow_se.png │ │ │ │ ├── fancy_shadow_sw.png │ │ │ │ ├── fancy_title_left.png │ │ │ │ ├── fancy_title_main.png │ │ │ │ ├── fancy_title_over.png │ │ │ │ └── fancy_title_right.png │ │ │ ├── gal-four-col-1.jpg │ │ │ ├── gal-four-col-2.jpg │ │ │ ├── gal-four-col-3.jpg │ │ │ ├── gal-four-col-4.jpg │ │ │ ├── gal-three-col-1.jpg │ │ │ ├── gal-three-col-2.jpg │ │ │ ├── gal-three-col-3.jpg │ │ │ ├── social-twitter.png │ │ │ ├── soundcloud-icon.png │ │ │ ├── tweeter-circle.png │ │ │ ├── twitter-arrows.png │ │ │ ├── amazon-gray-icon.png │ │ │ ├── grooveshark-icon.png │ │ │ ├── jplayer.pink.flag.jpg │ │ │ ├── rockit-touch-icon.png │ │ │ ├── social-grooveshark.png │ │ │ ├── social-soundcloud.png │ │ │ ├── soundcloud-gray-icon.png │ │ │ ├── grooveshark-gray-icon.png │ │ │ ├── rockit-touch-icon-72x72.png │ │ │ ├── jplayer.pink.flag.seeking.gif │ │ │ ├── rockit-touch-icon-114x114.png │ │ │ └── jplayer.pink.flag.video.play.png │ │ ├── js │ │ │ ├── Miaow-07-Bubble.oga │ │ │ └── jquery.infinite-carousel.js │ │ └── css │ │ │ ├── _notes │ │ │ └── dwsync.xml │ │ │ ├── color.css │ │ │ └── layout.css │ ├── nullPointerException.jsp │ ├── css │ │ ├── ie8.css │ │ ├── tipsy.css │ │ ├── slimbox2.css │ │ └── userUpdateInfor_input_style.css │ ├── nivo-slider.css │ └── register.jsp ├── build │ └── classes │ │ ├── schoolhome │ │ └── core │ │ │ ├── po │ │ │ ├── User.class │ │ │ ├── Category.class │ │ │ ├── Homework.class │ │ │ ├── Parent.class │ │ │ ├── Student.class │ │ │ ├── Teacher.class │ │ │ ├── ClassBean.class │ │ │ ├── Commodity.class │ │ │ ├── ClassSchedule.class │ │ │ ├── StudentGrade.class │ │ │ ├── StudentWithHomework.class │ │ │ ├── ClassBeanWithCommodity.class │ │ │ └── TeacherCommodityHomework.class │ │ │ ├── dao │ │ │ ├── UserDao.class │ │ │ ├── ParentDao.class │ │ │ ├── CategoryDao.class │ │ │ ├── ClassBeanDao.class │ │ │ ├── CommodityDao.class │ │ │ ├── HomeworkDao.class │ │ │ ├── StudentDao.class │ │ │ ├── TeacherDao.class │ │ │ ├── ClassScheduleDao.class │ │ │ ├── StudentGradeDao.class │ │ │ ├── StudentWithHomeworkDao.class │ │ │ ├── ClassBeanWithCommodityDao.class │ │ │ ├── TeacherCommodityHomeworkDao.class │ │ │ ├── UserDao.xml │ │ │ └── CategoryDao.xml │ │ │ ├── service │ │ │ ├── ParentService.class │ │ │ ├── UserService.class │ │ │ ├── CategoryService.class │ │ │ ├── HomeworkService.class │ │ │ ├── StudentService.class │ │ │ ├── TeacherService.class │ │ │ ├── ClassBeanService.class │ │ │ ├── CommodityService.class │ │ │ ├── ClassScheduleService.class │ │ │ ├── StudentGradeService.class │ │ │ ├── impl │ │ │ │ ├── UserServiceImpl.class │ │ │ │ ├── ParentServiceImpl.class │ │ │ │ ├── StudentServiceImpl.class │ │ │ │ ├── TeacherServiceImpl.class │ │ │ │ ├── CategoryServiceImpl.class │ │ │ │ ├── ClassBeanServiceImpl.class │ │ │ │ ├── CommodityServiceImpl.class │ │ │ │ ├── HomeworkServiceImpl.class │ │ │ │ ├── StudentGradeServiceImpl.class │ │ │ │ ├── ClassScheduleServiceImpl.class │ │ │ │ ├── StudentWithHomeworkServiceImpl.class │ │ │ │ ├── ClassBeanWithCommodityServiceImpl.class │ │ │ │ └── TeacherCommodityHomeworkServiceImpl.class │ │ │ ├── StudentWithHomeworkService.class │ │ │ ├── ClassBeanWithCommodityService.class │ │ │ └── TeacherCommodityHomeworkService.class │ │ │ └── controller │ │ │ ├── UserController.class │ │ │ ├── ParentController.class │ │ │ ├── StudentController.class │ │ │ ├── TeacherController.class │ │ │ ├── CategoryController.class │ │ │ ├── ClassBeanController.class │ │ │ ├── CommodityController.class │ │ │ ├── HomeworkController.class │ │ │ ├── StudentGradeController.class │ │ │ ├── ClassScheduleController.class │ │ │ └── ClassBeanWithCommodityController.class │ │ ├── db.properties │ │ └── mybatis-config.xml ├── src │ ├── db.properties │ ├── schoolhome │ │ └── core │ │ │ ├── service │ │ │ ├── CategoryService.java │ │ │ ├── CommodityService.java │ │ │ ├── ClassBeanService.java │ │ │ ├── HomeworkService.java │ │ │ ├── UserService.java │ │ │ ├── ParentService.java │ │ │ ├── StudentService.java │ │ │ ├── TeacherService.java │ │ │ ├── ClassScheduleService.java │ │ │ ├── TeacherCommodityHomeworkService.java │ │ │ ├── ClassBeanWithCommodityService.java │ │ │ ├── StudentGradeService.java │ │ │ ├── StudentWithHomeworkService.java │ │ │ └── impl │ │ │ │ ├── UserServiceImpl.java │ │ │ │ ├── CategoryServiceImpl.java │ │ │ │ ├── ClassBeanServiceImpl.java │ │ │ │ ├── HomeworkServiceImpl.java │ │ │ │ └── CommodityServiceImpl.java │ │ │ ├── dao │ │ │ ├── UserDao.java │ │ │ ├── CategoryDao.java │ │ │ ├── ClassBeanDao.java │ │ │ ├── CommodityDao.java │ │ │ ├── HomeworkDao.java │ │ │ ├── StudentDao.java │ │ │ ├── TeacherDao.java │ │ │ ├── ParentDao.java │ │ │ ├── ClassScheduleDao.java │ │ │ ├── TeacherCommodityHomeworkDao.java │ │ │ ├── StudentGradeDao.java │ │ │ ├── ClassBeanWithCommodityDao.java │ │ │ ├── StudentWithHomeworkDao.java │ │ │ ├── UserDao.xml │ │ │ └── CategoryDao.xml │ │ │ ├── po │ │ │ ├── Category.java │ │ │ ├── StudentGrade.java │ │ │ ├── ClassSchedule.java │ │ │ ├── TeacherCommodityHomework.java │ │ │ └── Homework.java │ │ │ └── controller │ │ │ └── HomeworkController.java │ └── mybatis-config.xml └── .project ├── README.md └── .gitattributes /test5/.settings/org.eclipse.wst.jsdt.ui.superType.name: -------------------------------------------------------------------------------- 1 | Window -------------------------------------------------------------------------------- /test5/WebContent/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | Class-Path: 3 | 4 | -------------------------------------------------------------------------------- /test5/WebContent/images/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/01.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/02.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/03.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/03.JPG -------------------------------------------------------------------------------- /test5/WebContent/images/04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/04.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/05.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/06.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/07.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/08.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/QQ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/QQ.png -------------------------------------------------------------------------------- /test5/WebContent/images/i1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/i1.png -------------------------------------------------------------------------------- /test5/WebContent/images/i2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/i2.png -------------------------------------------------------------------------------- /test5/WebContent/images/i3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/i3.png -------------------------------------------------------------------------------- /test5/WebContent/images/学生.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/学生.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/家长.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/家长.jpg -------------------------------------------------------------------------------- /test5/WebContent/assets/img/k.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/img/k.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/2co.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/2co.gif -------------------------------------------------------------------------------- /test5/WebContent/images/404.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/404.png -------------------------------------------------------------------------------- /test5/WebContent/images/cat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/cat.png -------------------------------------------------------------------------------- /test5/WebContent/images/dog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/dog.png -------------------------------------------------------------------------------- /test5/WebContent/images/tick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/tick.png -------------------------------------------------------------------------------- /test5/WebContent/images/tipsy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/tipsy.gif -------------------------------------------------------------------------------- /test5/WebContent/images/weibo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/weibo.png -------------------------------------------------------------------------------- /test5/WebContent/images/头像大全.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/头像大全.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/老师活动1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/老师活动1.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/老师活动2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/老师活动2.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/老师活动3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/老师活动3.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/老师活动4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/老师活动4.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/老师活动5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/老师活动5.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/老师活动6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/老师活动6.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/老师活动7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/老师活动7.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/老师活动8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/老师活动8.jpg -------------------------------------------------------------------------------- /test5/WebContent/assets/i/h_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/i/h_top.png -------------------------------------------------------------------------------- /test5/WebContent/assets/i/l_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/i/l_07.png -------------------------------------------------------------------------------- /test5/WebContent/assets/i/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/i/logo.png -------------------------------------------------------------------------------- /test5/WebContent/assets/img/a5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/img/a5.png -------------------------------------------------------------------------------- /test5/WebContent/images/arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/arrows.png -------------------------------------------------------------------------------- /test5/WebContent/images/bubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/bubble.png -------------------------------------------------------------------------------- /test5/WebContent/images/bullets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/bullets.png -------------------------------------------------------------------------------- /test5/WebContent/images/cookie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/cookie.png -------------------------------------------------------------------------------- /test5/WebContent/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/loading.gif -------------------------------------------------------------------------------- /test5/WebContent/images/paypal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/paypal.gif -------------------------------------------------------------------------------- /test5/WebContent/images/planet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/planet.png -------------------------------------------------------------------------------- /test5/WebContent/images/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/search.png -------------------------------------------------------------------------------- /test5/WebContent/images/titlebg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/titlebg.png -------------------------------------------------------------------------------- /test5/WebContent/images/weixin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/weixin.png -------------------------------------------------------------------------------- /test5/WebContent/assets/i/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/i/favicon.png -------------------------------------------------------------------------------- /test5/WebContent/assets/i/icoAdd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/i/icoAdd.png -------------------------------------------------------------------------------- /test5/WebContent/assets/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/img/logo.png -------------------------------------------------------------------------------- /test5/WebContent/assets/img/logoa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/img/logoa.png -------------------------------------------------------------------------------- /test5/WebContent/assets/img/logob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/img/logob.png -------------------------------------------------------------------------------- /test5/WebContent/assets/img/user01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/img/user01.png -------------------------------------------------------------------------------- /test5/WebContent/assets/img/user02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/img/user02.png -------------------------------------------------------------------------------- /test5/WebContent/assets/img/user03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/img/user03.png -------------------------------------------------------------------------------- /test5/WebContent/assets/img/user04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/img/user04.png -------------------------------------------------------------------------------- /test5/WebContent/assets/img/user05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/img/user05.png -------------------------------------------------------------------------------- /test5/WebContent/assets/img/user06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/img/user06.png -------------------------------------------------------------------------------- /test5/WebContent/assets/img/user07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/img/user07.png -------------------------------------------------------------------------------- /test5/WebContent/font/sing-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/font/sing-webfont.eot -------------------------------------------------------------------------------- /test5/WebContent/font/sing-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/font/sing-webfont.ttf -------------------------------------------------------------------------------- /test5/WebContent/images/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/background.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/closelabel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/closelabel.gif -------------------------------------------------------------------------------- /test5/WebContent/images/nextlabel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/nextlabel.gif -------------------------------------------------------------------------------- /test5/WebContent/images/prevlabel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/prevlabel.gif -------------------------------------------------------------------------------- /test5/WebContent/images/product/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/product/01.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/product/02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/product/02.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/product/03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/product/03.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/product/04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/product/04.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/product/05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/product/05.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/product/06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/product/06.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/product/07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/product/07.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/product/08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/product/08.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/product/09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/product/09.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/product/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/product/10.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/remove_x.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/remove_x.gif -------------------------------------------------------------------------------- /test5/WebContent/images/sky-shine.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/sky-shine.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/slider/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/slider/01.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/slider/02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/slider/02.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/slider/03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/slider/03.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/slider/04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/slider/04.jpg -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/asm-5.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/asm-5.2.jar -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/i/l_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/i/l_07.png -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/i/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/i/logo.png -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/img/a5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/img/a5.png -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/img/k.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/img/k.jpg -------------------------------------------------------------------------------- /test5/WebContent/font/sing-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/font/sing-webfont.woff -------------------------------------------------------------------------------- /test5/WebContent/images/product/10_l.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/product/10_l.jpg -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/ant-1.9.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/ant-1.9.6.jar -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/jstl-api.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/jstl-api.jar -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/jstl-impl.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/jstl-impl.jar -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/i/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/i/favicon.png -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/i/h_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/i/h_top.png -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/i/icoAdd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/i/icoAdd.png -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/img/logo.png -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/img/logoa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/img/logoa.png -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/img/logob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/img/logob.png -------------------------------------------------------------------------------- /test5/WebContent/errorFolder/images/404.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/errorFolder/images/404.png -------------------------------------------------------------------------------- /test5/WebContent/errorFolder/images/cat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/errorFolder/images/cat.png -------------------------------------------------------------------------------- /test5/WebContent/errorFolder/images/dog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/errorFolder/images/dog.png -------------------------------------------------------------------------------- /test5/WebContent/images/sky-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/sky-background.png -------------------------------------------------------------------------------- /test5/WebContent/images/templatemo_body.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/templatemo_body.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/templatemo_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/templatemo_list.png -------------------------------------------------------------------------------- /test5/WebContent/images/templatemo_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/templatemo_logo.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/111.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/111.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/bg.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/sun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/sun.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/图0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/图0.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/图00.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/图00.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/图2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/图2.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/图3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/图3.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/图4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/图4.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/图5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/图5.jpg -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/cglib-3.2.5.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/cglib-3.2.5.jar -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/dom4j-1.6.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/dom4j-1.6.1.jar -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/log4j-1.2.17.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/log4j-1.2.17.jar -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/ognl-3.1.16.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/ognl-3.1.16.jar -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/img/user01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/img/user01.png -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/img/user02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/img/user02.png -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/img/user03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/img/user03.png -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/img/user04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/img/user04.png -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/img/user05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/img/user05.png -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/img/user06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/img/user06.png -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/img/user07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/img/user07.png -------------------------------------------------------------------------------- /test5/WebContent/assets/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /test5/WebContent/errorFolder/images/tipsy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/errorFolder/images/tipsy.gif -------------------------------------------------------------------------------- /test5/WebContent/images/templatemo_detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/templatemo_detail.png -------------------------------------------------------------------------------- /test5/WebContent/images/templatemo_footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/templatemo_footer.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/badge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/badge.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/black.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/blog1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/blog1.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/blog2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/blog2.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/blog3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/blog3.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/clock.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/close.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/date.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/date.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/dots.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/dots.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/gig1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/gig1.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/gig2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/gig2.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/gig3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/gig3.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/gig4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/gig4.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/gig5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/gig5.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/gotop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/gotop.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/gray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/gray.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/img1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/img1.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/img2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/img2.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/img3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/img3.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/logo.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/mute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/mute.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/pause.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/pause.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/print.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/sep1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/sep1.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/sep1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/sep1.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/sep2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/sep2.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/sep3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/sep3.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/高三化学.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/高三化学.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/高三物理.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/高三物理.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/高三生物.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/高三生物.jpg -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/aopalliance-1.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/aopalliance-1.0.jar -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/commons-io-2.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/commons-io-2.4.jar -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/log4j-api-2.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/log4j-api-2.3.jar -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/log4j-core-2.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/log4j-core-2.3.jar -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/mybatis-3.4.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/mybatis-3.4.6.jar -------------------------------------------------------------------------------- /test5/WebContent/assets/i/app-icon72x72@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/i/app-icon72x72@2x.png -------------------------------------------------------------------------------- /test5/WebContent/assets/i/examples/admin-ie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/i/examples/admin-ie.png -------------------------------------------------------------------------------- /test5/WebContent/assets/i/examples/adminPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/i/examples/adminPage.png -------------------------------------------------------------------------------- /test5/WebContent/assets/i/examples/blogPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/i/examples/blogPage.png -------------------------------------------------------------------------------- /test5/WebContent/assets/i/examples/landing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/i/examples/landing.png -------------------------------------------------------------------------------- /test5/WebContent/assets/i/examples/loginPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/i/examples/loginPage.png -------------------------------------------------------------------------------- /test5/WebContent/assets/i/startup-640x1096.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/i/startup-640x1096.png -------------------------------------------------------------------------------- /test5/WebContent/errorFolder/images/bubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/errorFolder/images/bubble.png -------------------------------------------------------------------------------- /test5/WebContent/errorFolder/images/cookie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/errorFolder/images/cookie.png -------------------------------------------------------------------------------- /test5/WebContent/errorFolder/images/planet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/errorFolder/images/planet.png -------------------------------------------------------------------------------- /test5/WebContent/errorFolder/images/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/errorFolder/images/search.png -------------------------------------------------------------------------------- /test5/WebContent/font/sing-webfont_162a16fe.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/font/sing-webfont_162a16fe.eot -------------------------------------------------------------------------------- /test5/WebContent/images/templatemo_addtocart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/templatemo_addtocart.png -------------------------------------------------------------------------------- /test5/WebContent/images/templatemo_body_top.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/templatemo_body_top.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/templatemo_header_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/templatemo_header_bg.png -------------------------------------------------------------------------------- /test5/WebContent/images/templatemo_image_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/templatemo_image_01.jpg -------------------------------------------------------------------------------- /test5/WebContent/images/templatemo_main_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/templatemo_main_bg.png -------------------------------------------------------------------------------- /test5/WebContent/images/templatemo_menubar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/templatemo_menubar.png -------------------------------------------------------------------------------- /test5/WebContent/images/templatemo_search_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/templatemo_search_bg.png -------------------------------------------------------------------------------- /test5/WebContent/images/universal-preloader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/universal-preloader.gif -------------------------------------------------------------------------------- /test5/WebContent/images/upload/Chrysanthemum.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/upload/Chrysanthemum.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/advert1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/advert1.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/album-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/album-bg.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/album1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/album1.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/album10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/album10.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/album11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/album11.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/album12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/album12.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/album13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/album13.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/album14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/album14.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/album15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/album15.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/album16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/album16.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/album2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/album2.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/album20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/album20.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/album21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/album21.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/album22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/album22.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/album24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/album24.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/album25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/album25.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/album3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/album3.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/album4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/album4.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/album5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/album5.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/album6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/album6.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/album7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/album7.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/album8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/album8.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/album9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/album9.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/avatar1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/avatar1.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/avatar2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/avatar2.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/avatar4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/avatar4.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/avatar5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/avatar5.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/banner1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/banner1.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/banner2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/banner2.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/banner3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/banner3.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/banner4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/banner4.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/bg-sides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/bg-sides.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/bullet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/bullet.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/date-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/date-bg.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/facebook.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/facebook.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/favicon.ico -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/head-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/head-bg.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/location.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/pointer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/pointer.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/pointer.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/question.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/repeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/repeat.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/share1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/share1.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/share2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/share2.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/share3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/share3.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/share4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/share4.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/share5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/share5.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/share6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/share6.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/share7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/share7.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/shuffle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/shuffle.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/tab-sep.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/tab-sep.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/thumb1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/thumb1.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/thumb2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/thumb2.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/thumb3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/thumb3.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/学生活动照片1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/学生活动照片1.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/学生活动照片2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/学生活动照片2.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/学生活动照片3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/学生活动照片3.JPG -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/学生活动照片4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/学生活动照片4.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/筑梦启航图片.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/筑梦启航图片.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/高三数学课本.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/高三数学课本.jpg -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/commons-lang3-3.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/commons-lang3-3.4.jar -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/slf4j-api-1.7.25.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/slf4j-api-1.7.25.jar -------------------------------------------------------------------------------- /test5/WebContent/admin/errorFolder/images/404.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/errorFolder/images/404.png -------------------------------------------------------------------------------- /test5/WebContent/admin/errorFolder/images/cat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/errorFolder/images/cat.png -------------------------------------------------------------------------------- /test5/WebContent/admin/errorFolder/images/dog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/errorFolder/images/dog.png -------------------------------------------------------------------------------- /test5/WebContent/assets/i/examples/admin-opera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/i/examples/admin-opera.png -------------------------------------------------------------------------------- /test5/WebContent/assets/i/examples/landingPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/i/examples/landingPage.png -------------------------------------------------------------------------------- /test5/WebContent/assets/i/examples/sidebarPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/i/examples/sidebarPage.png -------------------------------------------------------------------------------- /test5/WebContent/errorFolder/font/sing-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/errorFolder/font/sing-webfont.eot -------------------------------------------------------------------------------- /test5/WebContent/errorFolder/font/sing-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/errorFolder/font/sing-webfont.ttf -------------------------------------------------------------------------------- /test5/WebContent/errorFolder/images/sky-shine.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/errorFolder/images/sky-shine.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/apple-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/apple-icon.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/bubble-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/bubble-bg.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/buttonone.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/buttonone.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/cart-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/cart-icon.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/gal-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/gal-image.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/gal-music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/gal-music.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/gal-video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/gal-video.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/header-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/header-bg.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/logo-foot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/logo-foot.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/map-point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/map-point.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/player-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/player-bg.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/search-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/search-bg.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/social-fb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/social-fb.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/sun-shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/sun-shadow.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/volume-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/volume-bg.gif -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/po/User.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/po/User.class -------------------------------------------------------------------------------- /test5/.settings/org.eclipse.jdt.launching.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.launching.PREF_STRICTLY_COMPATIBLE_JRE_NOT_AVAILABLE=warning 3 | -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/ant-launcher-1.9.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/ant-launcher-1.9.6.jar -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/aspectjweaver-1.8.10.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/aspectjweaver-1.8.10.jar -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/commons-dbcp2-2.3.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/commons-dbcp2-2.3.0.jar -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/commons-logging-1.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/commons-logging-1.2.jar -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/commons-pool2-2.5.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/commons-pool2-2.5.0.jar -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/javassist-3.22.0-GA.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/javassist-3.22.0-GA.jar -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/mybatis-spring-1.3.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/mybatis-spring-1.3.1.jar -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/slf4j-log4j12-1.7.25.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/slf4j-log4j12-1.7.25.jar -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/i/app-icon72x72@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/i/app-icon72x72@2x.png -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/i/examples/admin-ie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/i/examples/admin-ie.png -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/i/examples/blogPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/i/examples/blogPage.png -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/i/examples/landing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/i/examples/landing.png -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/i/startup-640x1096.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/i/startup-640x1096.png -------------------------------------------------------------------------------- /test5/WebContent/admin/errorFolder/images/bubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/errorFolder/images/bubble.png -------------------------------------------------------------------------------- /test5/WebContent/admin/errorFolder/images/cookie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/errorFolder/images/cookie.png -------------------------------------------------------------------------------- /test5/WebContent/admin/errorFolder/images/planet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/errorFolder/images/planet.png -------------------------------------------------------------------------------- /test5/WebContent/admin/errorFolder/images/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/errorFolder/images/search.png -------------------------------------------------------------------------------- /test5/WebContent/admin/errorFolder/images/tipsy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/errorFolder/images/tipsy.gif -------------------------------------------------------------------------------- /test5/WebContent/assets/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /test5/WebContent/assets/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /test5/WebContent/assets/i/examples/admin-chrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/i/examples/admin-chrome.png -------------------------------------------------------------------------------- /test5/WebContent/assets/i/examples/admin-firefox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/i/examples/admin-firefox.png -------------------------------------------------------------------------------- /test5/WebContent/assets/i/examples/admin-safari.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/i/examples/admin-safari.png -------------------------------------------------------------------------------- /test5/WebContent/errorFolder/font/sing-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/errorFolder/font/sing-webfont.woff -------------------------------------------------------------------------------- /test5/WebContent/images/templatemo_sidebar_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/images/templatemo_sidebar_header.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/_notes/album6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/_notes/album6.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/amazon-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/amazon-icon.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/banner-arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/banner-arrows.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/comments-sep.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/comments-sep.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/gal-two-col-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/gal-two-col-1.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/gal-two-col-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/gal-two-col-2.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/social-amazon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/social-amazon.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/social-apple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/social-apple.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/social-vimeo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/social-vimeo.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/sub-banner1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/sub-banner1.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/sub-banner2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/sub-banner2.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/sub-banner3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/sub-banner3.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/track-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/track-icons.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/twitter-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/twitter-icon.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/js/Miaow-07-Bubble.oga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/js/Miaow-07-Bubble.oga -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/dao/UserDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/dao/UserDao.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/po/Category.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/po/Category.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/po/Homework.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/po/Homework.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/po/Parent.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/po/Parent.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/po/Student.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/po/Student.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/po/Teacher.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/po/Teacher.class -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/i/examples/adminPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/i/examples/adminPage.png -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/i/examples/loginPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/i/examples/loginPage.png -------------------------------------------------------------------------------- /test5/WebContent/admin/errorFolder/images/sky-shine.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/errorFolder/images/sky-shine.jpg -------------------------------------------------------------------------------- /test5/WebContent/assets/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /test5/WebContent/assets/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/assets/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /test5/WebContent/errorFolder/images/sky-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/errorFolder/images/sky-background.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/apple-gray-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/apple-gray-icon.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/calendar-arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/calendar-arrows.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/fancybox/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/fancybox/blank.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/gal-four-col-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/gal-four-col-1.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/gal-four-col-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/gal-four-col-2.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/gal-four-col-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/gal-four-col-3.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/gal-four-col-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/gal-four-col-4.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/gal-three-col-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/gal-three-col-1.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/gal-three-col-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/gal-three-col-2.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/gal-three-col-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/gal-three-col-3.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/social-twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/social-twitter.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/soundcloud-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/soundcloud-icon.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/tweeter-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/tweeter-circle.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/twitter-arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/twitter-arrows.png -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/dao/ParentDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/dao/ParentDao.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/po/ClassBean.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/po/ClassBean.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/po/Commodity.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/po/Commodity.class -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/commons-fileupload-1.3.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/commons-fileupload-1.3.2.jar -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/spring-aop-4.3.6.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/spring-aop-4.3.6.RELEASE.jar -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/spring-core-4.3.6.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/spring-core-4.3.6.RELEASE.jar -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/spring-jdbc-4.3.6.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/spring-jdbc-4.3.6.RELEASE.jar -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/spring-orm-4.3.6.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/spring-orm-4.3.6.RELEASE.jar -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/spring-oxm-4.3.6.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/spring-oxm-4.3.6.RELEASE.jar -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/spring-tx-4.3.6.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/spring-tx-4.3.6.RELEASE.jar -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/spring-web-4.3.6.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/spring-web-4.3.6.RELEASE.jar -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/i/examples/admin-chrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/i/examples/admin-chrome.png -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/i/examples/admin-firefox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/i/examples/admin-firefox.png -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/i/examples/admin-opera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/i/examples/admin-opera.png -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/i/examples/admin-safari.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/i/examples/admin-safari.png -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/i/examples/landingPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/i/examples/landingPage.png -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/i/examples/sidebarPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/i/examples/sidebarPage.png -------------------------------------------------------------------------------- /test5/WebContent/admin/errorFolder/font/sing-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/errorFolder/font/sing-webfont.eot -------------------------------------------------------------------------------- /test5/WebContent/admin/errorFolder/font/sing-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/errorFolder/font/sing-webfont.ttf -------------------------------------------------------------------------------- /test5/WebContent/admin/errorFolder/font/sing-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/errorFolder/font/sing-webfont.woff -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/amazon-gray-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/amazon-gray-icon.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/fancybox/fancybox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/fancybox/fancybox.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/grooveshark-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/grooveshark-icon.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/jplayer.pink.flag.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/jplayer.pink.flag.jpg -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/rockit-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/rockit-touch-icon.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/social-grooveshark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/social-grooveshark.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/social-soundcloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/social-soundcloud.png -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/dao/CategoryDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/dao/CategoryDao.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/dao/ClassBeanDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/dao/ClassBeanDao.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/dao/CommodityDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/dao/CommodityDao.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/dao/HomeworkDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/dao/HomeworkDao.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/dao/StudentDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/dao/StudentDao.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/dao/TeacherDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/dao/TeacherDao.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/po/ClassSchedule.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/po/ClassSchedule.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/po/StudentGrade.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/po/StudentGrade.class -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/spring-beans-4.3.6.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/spring-beans-4.3.6.RELEASE.jar -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/spring-webmvc-4.3.6.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/spring-webmvc-4.3.6.RELEASE.jar -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /test5/WebContent/admin/errorFolder/images/sky-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/errorFolder/images/sky-background.png -------------------------------------------------------------------------------- /test5/WebContent/errorFolder/font/sing-webfont_162a16fe.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/errorFolder/font/sing-webfont_162a16fe.eot -------------------------------------------------------------------------------- /test5/WebContent/errorFolder/images/universal-preloader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/errorFolder/images/universal-preloader.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/fancybox/fancy_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/fancybox/fancy_close.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/fancybox/fancybox-x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/fancybox/fancybox-x.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/fancybox/fancybox-y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/fancybox/fancybox-y.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/soundcloud-gray-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/soundcloud-gray-icon.png -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/spring-aspects-4.3.6.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/spring-aspects-4.3.6.RELEASE.jar -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/spring-context-4.3.6.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/spring-context-4.3.6.RELEASE.jar -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/assets/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/fancybox/fancy_loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/fancybox/fancy_loading.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/fancybox/fancy_nav_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/fancybox/fancy_nav_left.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/fancybox/fancy_shadow_e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/fancybox/fancy_shadow_e.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/fancybox/fancy_shadow_n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/fancybox/fancy_shadow_n.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/fancybox/fancy_shadow_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/fancybox/fancy_shadow_s.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/fancybox/fancy_shadow_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/fancybox/fancy_shadow_w.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/grooveshark-gray-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/grooveshark-gray-icon.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/rockit-touch-icon-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/rockit-touch-icon-72x72.png -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/dao/ClassScheduleDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/dao/ClassScheduleDao.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/dao/StudentGradeDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/dao/StudentGradeDao.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/service/ParentService.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/service/ParentService.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/service/UserService.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/service/UserService.class -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/mysql-connector-java-5.1.26-bin.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/mysql-connector-java-5.1.26-bin.jar -------------------------------------------------------------------------------- /test5/WebContent/WEB-INF/lib/spring-expression-4.3.6.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/WEB-INF/lib/spring-expression-4.3.6.RELEASE.jar -------------------------------------------------------------------------------- /test5/WebContent/admin/errorFolder/font/sing-webfont_162a16fe.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/errorFolder/font/sing-webfont_162a16fe.eot -------------------------------------------------------------------------------- /test5/WebContent/admin/errorFolder/images/universal-preloader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/admin/errorFolder/images/universal-preloader.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/fancybox/fancy_nav_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/fancybox/fancy_nav_right.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/fancybox/fancy_shadow_ne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/fancybox/fancy_shadow_ne.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/fancybox/fancy_shadow_nw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/fancybox/fancy_shadow_nw.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/fancybox/fancy_shadow_se.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/fancybox/fancy_shadow_se.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/fancybox/fancy_shadow_sw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/fancybox/fancy_shadow_sw.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/fancybox/fancy_title_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/fancybox/fancy_title_left.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/fancybox/fancy_title_main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/fancybox/fancy_title_main.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/fancybox/fancy_title_over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/fancybox/fancy_title_over.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/jplayer.pink.flag.seeking.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/jplayer.pink.flag.seeking.gif -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/rockit-touch-icon-114x114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/rockit-touch-icon-114x114.png -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/po/StudentWithHomework.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/po/StudentWithHomework.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/service/CategoryService.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/service/CategoryService.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/service/HomeworkService.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/service/HomeworkService.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/service/StudentService.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/service/StudentService.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/service/TeacherService.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/service/TeacherService.class -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/fancybox/fancy_title_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/fancybox/fancy_title_right.png -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/images/jplayer.pink.flag.video.play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/WebContent/indexFolder/images/jplayer.pink.flag.video.play.png -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/controller/UserController.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/controller/UserController.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/dao/StudentWithHomeworkDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/dao/StudentWithHomeworkDao.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/po/ClassBeanWithCommodity.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/po/ClassBeanWithCommodity.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/service/ClassBeanService.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/service/ClassBeanService.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/service/CommodityService.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/service/CommodityService.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/controller/ParentController.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/controller/ParentController.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/controller/StudentController.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/controller/StudentController.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/controller/TeacherController.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/controller/TeacherController.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/po/TeacherCommodityHomework.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/po/TeacherCommodityHomework.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/service/ClassScheduleService.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/service/ClassScheduleService.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/service/StudentGradeService.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/service/StudentGradeService.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/service/impl/UserServiceImpl.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/service/impl/UserServiceImpl.class -------------------------------------------------------------------------------- /test5/src/db.properties: -------------------------------------------------------------------------------- 1 | jdbc.driver=com.mysql.jdbc.Driver 2 | jdbc.url=jdbc:mysql://localhost:3306/spring_shoes?useUnicode=true&characterEncoding=utf8 3 | jdbc.username=root 4 | jdbc.password=123456 -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/controller/CategoryController.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/controller/CategoryController.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/controller/ClassBeanController.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/controller/ClassBeanController.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/controller/CommodityController.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/controller/CommodityController.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/controller/HomeworkController.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/controller/HomeworkController.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/dao/ClassBeanWithCommodityDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/dao/ClassBeanWithCommodityDao.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/dao/TeacherCommodityHomeworkDao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/dao/TeacherCommodityHomeworkDao.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/service/impl/ParentServiceImpl.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/service/impl/ParentServiceImpl.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/service/impl/StudentServiceImpl.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/service/impl/StudentServiceImpl.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/service/impl/TeacherServiceImpl.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/service/impl/TeacherServiceImpl.class -------------------------------------------------------------------------------- /test5/build/classes/db.properties: -------------------------------------------------------------------------------- 1 | jdbc.driver=com.mysql.jdbc.Driver 2 | jdbc.url=jdbc:mysql://localhost:3306/spring_shoes?useUnicode=true&characterEncoding=utf8 3 | jdbc.username=root 4 | jdbc.password=123456 -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/controller/StudentGradeController.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/controller/StudentGradeController.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/service/impl/CategoryServiceImpl.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/service/impl/CategoryServiceImpl.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/service/impl/ClassBeanServiceImpl.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/service/impl/ClassBeanServiceImpl.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/service/impl/CommodityServiceImpl.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/service/impl/CommodityServiceImpl.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/service/impl/HomeworkServiceImpl.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/service/impl/HomeworkServiceImpl.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/controller/ClassScheduleController.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/controller/ClassScheduleController.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/service/StudentWithHomeworkService.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/service/StudentWithHomeworkService.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/service/impl/StudentGradeServiceImpl.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/service/impl/StudentGradeServiceImpl.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/service/ClassBeanWithCommodityService.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/service/ClassBeanWithCommodityService.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/service/impl/ClassScheduleServiceImpl.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/service/impl/ClassScheduleServiceImpl.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/service/TeacherCommodityHomeworkService.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/service/TeacherCommodityHomeworkService.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/controller/ClassBeanWithCommodityController.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/controller/ClassBeanWithCommodityController.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/service/impl/StudentWithHomeworkServiceImpl.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/service/impl/StudentWithHomeworkServiceImpl.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/service/impl/ClassBeanWithCommodityServiceImpl.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/service/impl/ClassBeanWithCommodityServiceImpl.class -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/service/impl/TeacherCommodityHomeworkServiceImpl.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeHaoHao/FSC-System/HEAD/test5/build/classes/schoolhome/core/service/impl/TeacherCommodityHomeworkServiceImpl.class -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # FSC-System 2 | 这是一基于SSM框架开发的家校通项目实现的主要功能有:管理员手动排课,学生提交作业,老师发布作业修改学生提交作业,家长查看学生成绩作业信息等功能,环境:tomcat8.0,mysql,jdk1.8,eclipse,最好用Google浏览器; 3 | 4 | 可查看博客:https://blog.csdn.net/codeHaoHao/article/details/82384295 5 | 6 | 个人博客:http://www.lijiahao1.cn/info.html?id=36 7 | -------------------------------------------------------------------------------- /test5/WebContent/admin/checkAdminLogin.jsp: -------------------------------------------------------------------------------- 1 | 2 | <%@page import="schoolhome.core.po.User"%> 3 | <% 4 | User adminBean = (User)session.getAttribute("userinfor"); 5 | if(adminBean==null||adminBean.getIsadmin()==0){ 6 | response.sendRedirect("/test5/login.jsp"); 7 | return; 8 | } 9 | 10 | %> -------------------------------------------------------------------------------- /test5/WebContent/nullPointerException.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" contentType="text/html; charset=UTF-8" 2 | pageEncoding="UTF-8"%> 3 | 4 | 5 | 6 | 7 | Insert title here 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /test5/.settings/org.eclipse.wst.common.project.facet.core.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | 4 | # Custom for Visual Studio 5 | *.cs diff=csharp 6 | 7 | # Standard to msysgit 8 | *.doc diff=astextplain 9 | *.DOC diff=astextplain 10 | *.docx diff=astextplain 11 | *.DOCX diff=astextplain 12 | *.dot diff=astextplain 13 | *.DOT diff=astextplain 14 | *.pdf diff=astextplain 15 | *.PDF diff=astextplain 16 | *.rtf diff=astextplain 17 | *.RTF diff=astextplain 18 | -------------------------------------------------------------------------------- /test5/.settings/org.eclipse.wst.common.component: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /test5/.settings/.jsdtscope: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /test5/src/schoolhome/core/service/CategoryService.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.service; 2 | 3 | import java.util.ArrayList; 4 | 5 | import schoolhome.core.po.Category; 6 | 7 | public interface CategoryService { 8 | public Category selectCategoryByCategoryName(String categoryName); 9 | public Category queryCategoryById(int id); 10 | public int addCategory(Category category); 11 | public ArrayList queryAll(); 12 | public ArrayList queryAllOrderPage(int begin,int size); 13 | public int queryCountOfRows(); 14 | public int updateCategoryInformation(Category category); 15 | public int deleteCategoryById(int id); 16 | } 17 | -------------------------------------------------------------------------------- /test5/src/schoolhome/core/service/CommodityService.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.service; 2 | 3 | import java.util.ArrayList; 4 | 5 | import schoolhome.core.po.Commodity; 6 | 7 | public interface CommodityService { 8 | public Commodity selectCommodityByCommodityName(String commodityName); 9 | public Commodity queryCommodityById(int id); 10 | public int addCommodity(Commodity commodity); 11 | public ArrayList queryAll(); 12 | public ArrayList queryAllOrderPage(int begin,int size); 13 | public int queryCountOfRows(); 14 | public int updateCommodityInformation(Commodity commodity); 15 | public int deleteCommodityById(int id); 16 | } 17 | -------------------------------------------------------------------------------- /test5/src/schoolhome/core/dao/UserDao.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.dao; 2 | 3 | 4 | 5 | import java.util.ArrayList; 6 | 7 | import org.apache.ibatis.annotations.Param; 8 | 9 | import schoolhome.core.po.User; 10 | 11 | public interface UserDao { 12 | public User selectUserByUserName(@Param("userName") String userName); 13 | public User queryUserById(@Param("id")int id); 14 | public int addUser(User user); 15 | public ArrayList queryAll(); 16 | public ArrayList queryAllOrderPage(@Param("begin")int begin,@Param("size")int size); 17 | public int queryCountOfRows(); 18 | public int updateUserInformation(User user); 19 | public int deleteUserById(@Param("id")int id); 20 | } 21 | -------------------------------------------------------------------------------- /test5/src/schoolhome/core/service/ClassBeanService.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.service; 2 | 3 | import java.util.ArrayList; 4 | 5 | import org.apache.ibatis.annotations.Param; 6 | 7 | import schoolhome.core.po.ClassBean; 8 | 9 | public interface ClassBeanService { 10 | public ClassBean selectClassBeanByClassBeanName(int classBeanName); 11 | public ClassBean queryClassBeanById(int id); 12 | public int addClassBean(ClassBean ClassBean); 13 | public ArrayList queryAll(); 14 | public ArrayList queryAllOrderPage(int begin,int size); 15 | public int queryCountOfRows(); 16 | public int updateClassBeanInformation(ClassBean classBean); 17 | public int deleteClassBeanById(int id); 18 | } 19 | -------------------------------------------------------------------------------- /test5/src/schoolhome/core/service/HomeworkService.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.service; 2 | 3 | import java.util.ArrayList; 4 | 5 | import org.apache.ibatis.annotations.Param; 6 | 7 | import schoolhome.core.po.Homework; 8 | 9 | public interface HomeworkService { 10 | public Homework queryHomeworkById(int H_ID); 11 | public Homework queryHomeworkByH_nameAndH_content(String H_name,String H_content); 12 | public int addHomework(Homework homework); 13 | public ArrayList queryAll(); 14 | public ArrayList queryAllOrderPage(int begin,int size); 15 | public int queryCountOfRows(); 16 | public int updateHomeworkInformation(Homework homework); 17 | public int deleteHomeworkById(int H_ID); 18 | } 19 | -------------------------------------------------------------------------------- /test5/src/schoolhome/core/service/UserService.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.service; 2 | 3 | import java.util.ArrayList; 4 | 5 | import schoolhome.core.po.User; 6 | 7 | public interface UserService { 8 | //通过用户名查询用户 9 | public User selectUserByUserName(String userName); 10 | //通过id查找用户 11 | public User queryUserById(int id); 12 | //添加用户 13 | public int addUser(User user); 14 | //查询所有用户 15 | public ArrayList queryAll(); 16 | //根据begin,size来查询用户list,即进行分页处理 17 | public ArrayList queryAllOrderPage(int begin,int size); 18 | //查询用户列表的行数 19 | public int queryCountOfRows(); 20 | //更新用户信息 21 | public int updateUserInformation(User user); 22 | //删除用户 23 | public int deleteUserById(int id); 24 | } 25 | -------------------------------------------------------------------------------- /test5/src/schoolhome/core/service/ParentService.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.service; 2 | 3 | import java.util.ArrayList; 4 | 5 | import org.apache.ibatis.annotations.Param; 6 | 7 | import schoolhome.core.po.Parent; 8 | 9 | public interface ParentService { 10 | public Parent selectParentByParentName(String parentName); 11 | public Parent selectParentByParentUserName(String userName); 12 | public Parent queryParentById(int id); 13 | public int addParent(Parent parent); 14 | public ArrayList queryAll(); 15 | public ArrayList queryAllOrderPage(int begin,int size); 16 | public int queryCountOfRows(); 17 | public int updateParentInformation(Parent parent); 18 | public int deleteParentById(int id); 19 | } 20 | -------------------------------------------------------------------------------- /test5/WebContent/assets/js/theme.js: -------------------------------------------------------------------------------- 1 | var saveSelectColor = { 2 | 'Name': 'SelcetColor', 3 | 'Color': 'theme-black' 4 | } 5 | 6 | 7 | 8 | // 判断用户是否已有自己选择的模板风格 9 | if (storageLoad('SelcetColor')) { 10 | $('body').attr('class', storageLoad('SelcetColor').Color) 11 | } else { 12 | storageSave(saveSelectColor); 13 | $('body').attr('class', 'theme-black') 14 | } 15 | 16 | 17 | // 本地缓存 18 | function storageSave(objectData) { 19 | localStorage.setItem(objectData.Name, JSON.stringify(objectData)); 20 | } 21 | 22 | function storageLoad(objectName) { 23 | if (localStorage.getItem(objectName)) { 24 | return JSON.parse(localStorage.getItem(objectName)) 25 | } else { 26 | return false 27 | } 28 | } -------------------------------------------------------------------------------- /test5/WebContent/admin/assets/js/theme.js: -------------------------------------------------------------------------------- 1 | var saveSelectColor = { 2 | 'Name': 'SelcetColor', 3 | 'Color': 'theme-black' 4 | } 5 | 6 | 7 | 8 | // 判断用户是否已有自己选择的模板风格 9 | if (storageLoad('SelcetColor')) { 10 | $('body').attr('class', storageLoad('SelcetColor').Color) 11 | } else { 12 | storageSave(saveSelectColor); 13 | $('body').attr('class', 'theme-black') 14 | } 15 | 16 | 17 | // 本地缓存 18 | function storageSave(objectData) { 19 | localStorage.setItem(objectData.Name, JSON.stringify(objectData)); 20 | } 21 | 22 | function storageLoad(objectName) { 23 | if (localStorage.getItem(objectName)) { 24 | return JSON.parse(localStorage.getItem(objectName)) 25 | } else { 26 | return false 27 | } 28 | } -------------------------------------------------------------------------------- /test5/src/schoolhome/core/service/StudentService.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.service; 2 | 3 | import java.util.ArrayList; 4 | 5 | import org.apache.ibatis.annotations.Param; 6 | 7 | import schoolhome.core.po.Student; 8 | 9 | public interface StudentService { 10 | public Student selectStudentByStudentName(String StudentName); 11 | public Student queryStudentById(int id); 12 | public int addStudent(Student Student); 13 | public ArrayList queryAll(); 14 | public ArrayList queryAllOrderPage(int begin,int size); 15 | public int queryCountOfRows(); 16 | public int updateStudentInformation(Student Student); 17 | public int deleteStudentById(int id); 18 | public Student selectStudentByStudentIdCard(String idCard); 19 | } 20 | -------------------------------------------------------------------------------- /test5/src/schoolhome/core/service/TeacherService.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.service; 2 | 3 | import java.util.ArrayList; 4 | 5 | import org.apache.ibatis.annotations.Param; 6 | 7 | import schoolhome.core.po.Teacher; 8 | 9 | public interface TeacherService { 10 | public Teacher selectTeacherByTeacherName(String teacherName); 11 | public Teacher selectTeacherByTeacherUserName( String userrName); 12 | public Teacher queryTeacherById(int id); 13 | public int addTeacher(Teacher teacher); 14 | public ArrayList queryAll(); 15 | public ArrayList queryAllOrderPage(int begin,int size); 16 | public int queryCountOfRows(); 17 | public int updateTeacherInformation(Teacher teacher); 18 | public int deleteTeacherById(int id); 19 | } 20 | -------------------------------------------------------------------------------- /test5/src/schoolhome/core/dao/CategoryDao.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.dao; 2 | 3 | import java.util.ArrayList; 4 | 5 | import org.apache.ibatis.annotations.Param; 6 | 7 | import schoolhome.core.po.Category; 8 | 9 | public interface CategoryDao { 10 | public Category selectCategoryByCategoryName(@Param("categoryName") String categoryName); 11 | public Category queryCategoryById(@Param("id")int id); 12 | public int addCategory(Category category); 13 | public ArrayList queryAll(); 14 | public ArrayList queryAllOrderPage(@Param("begin")int begin,@Param("size")int size); 15 | public int queryCountOfRows(); 16 | public int updateCategoryInformation(Category category); 17 | public int deleteCategoryById(@Param("id")int id); 18 | } 19 | -------------------------------------------------------------------------------- /test5/src/schoolhome/core/dao/ClassBeanDao.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.dao; 2 | 3 | import java.util.ArrayList; 4 | 5 | import org.apache.ibatis.annotations.Param; 6 | 7 | import schoolhome.core.po.ClassBean; 8 | 9 | public interface ClassBeanDao { 10 | public ClassBean selectClassBeanByClassBeanName(@Param("classBeanName") int classBeanName); 11 | public ClassBean queryClassBeanById(@Param("id")int id); 12 | public int addClassBean(ClassBean ClassBean); 13 | public ArrayList queryAll(); 14 | public ArrayList queryAllOrderPage(@Param("begin")int begin,@Param("size")int size); 15 | public int queryCountOfRows(); 16 | public int updateClassBeanInformation(ClassBean classBean); 17 | public int deleteClassBeanById(@Param("id")int id); 18 | 19 | } 20 | -------------------------------------------------------------------------------- /test5/src/schoolhome/core/dao/CommodityDao.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.dao; 2 | 3 | import java.util.ArrayList; 4 | 5 | import org.apache.ibatis.annotations.Param; 6 | 7 | import schoolhome.core.po.Commodity; 8 | 9 | public interface CommodityDao { 10 | public Commodity selectCommodityByCommodityName(@Param("commodityName") String commodityName); 11 | public Commodity queryCommodityById(@Param("id")int id); 12 | public int addCommodity(Commodity commodity); 13 | public ArrayList queryAll(); 14 | public ArrayList queryAllOrderPage(@Param("begin")int begin,@Param("size")int size); 15 | public int queryCountOfRows(); 16 | public int updateCommodityInformation(Commodity commodity); 17 | public int deleteCommodityById(@Param("id")int id); 18 | } 19 | -------------------------------------------------------------------------------- /test5/src/schoolhome/core/dao/HomeworkDao.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.dao; 2 | 3 | import java.util.ArrayList; 4 | 5 | import org.apache.ibatis.annotations.Param; 6 | 7 | import schoolhome.core.po.Homework; 8 | 9 | public interface HomeworkDao { 10 | public Homework queryHomeworkById(@Param("H_ID")int H_ID); 11 | public Homework queryHomeworkByH_nameAndH_content(@Param("H_name")String H_name,@Param("H_content")String H_content); 12 | public int addHomework(Homework homework); 13 | public ArrayList queryAll(); 14 | public ArrayList queryAllOrderPage(@Param("begin")int begin,@Param("size")int size); 15 | public int queryCountOfRows(); 16 | public int updateHomeworkInformation(Homework homework); 17 | public int deleteHomeworkById(@Param("H_ID")int H_ID); 18 | } 19 | -------------------------------------------------------------------------------- /test5/WebContent/css/ie8.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | /* CSS Document */ 3 | 4 | div.search{ 5 | 6 | padding:0px; 7 | 8 | } 9 | 10 | div.search input[type=text]{ 11 | 12 | padding:0px 20px; 13 | padding-top:10px; 14 | height:15px; 15 | width:340px; 16 | 17 | } 18 | 19 | div.search input[type=submit]{ 20 | 21 | height:45px; 22 | 23 | } 24 | 25 | div.not-found-text{ 26 | 27 | top:65px; 28 | 29 | } 30 | 31 | div.planet{ 32 | 33 | z-index:-1; 34 | 35 | } 36 | 37 | div.dog{ 38 | 39 | z-index:1000; 40 | 41 | } 42 | 43 | div.dog-bubble{ 44 | 45 | filter: alpha(opacity=0); /* IE6+ */ 46 | filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); /* IE6+ */ 47 | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; 48 | padding-top:35px; 49 | 50 | } -------------------------------------------------------------------------------- /test5/WebContent/errorFolder/css/ie8.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | /* CSS Document */ 3 | 4 | div.search{ 5 | 6 | padding:0px; 7 | 8 | } 9 | 10 | div.search input[type=text]{ 11 | 12 | padding:0px 20px; 13 | padding-top:10px; 14 | height:15px; 15 | width:340px; 16 | 17 | } 18 | 19 | div.search input[type=submit]{ 20 | 21 | height:45px; 22 | 23 | } 24 | 25 | div.not-found-text{ 26 | 27 | top:65px; 28 | 29 | } 30 | 31 | div.planet{ 32 | 33 | z-index:-1; 34 | 35 | } 36 | 37 | div.dog{ 38 | 39 | z-index:1000; 40 | 41 | } 42 | 43 | div.dog-bubble{ 44 | 45 | filter: alpha(opacity=0); /* IE6+ */ 46 | filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); /* IE6+ */ 47 | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; 48 | padding-top:35px; 49 | 50 | } -------------------------------------------------------------------------------- /test5/WebContent/admin/errorFolder/css/ie8.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | /* CSS Document */ 3 | 4 | div.search{ 5 | 6 | padding:0px; 7 | 8 | } 9 | 10 | div.search input[type=text]{ 11 | 12 | padding:0px 20px; 13 | padding-top:10px; 14 | height:15px; 15 | width:340px; 16 | 17 | } 18 | 19 | div.search input[type=submit]{ 20 | 21 | height:45px; 22 | 23 | } 24 | 25 | div.not-found-text{ 26 | 27 | top:65px; 28 | 29 | } 30 | 31 | div.planet{ 32 | 33 | z-index:-1; 34 | 35 | } 36 | 37 | div.dog{ 38 | 39 | z-index:1000; 40 | 41 | } 42 | 43 | div.dog-bubble{ 44 | 45 | filter: alpha(opacity=0); /* IE6+ */ 46 | filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); /* IE6+ */ 47 | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; 48 | padding-top:35px; 49 | 50 | } -------------------------------------------------------------------------------- /test5/src/schoolhome/core/dao/StudentDao.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.dao; 2 | 3 | import java.util.ArrayList; 4 | 5 | import org.apache.ibatis.annotations.Param; 6 | 7 | import schoolhome.core.po.Student; 8 | 9 | public interface StudentDao { 10 | public Student selectStudentByStudentName(@Param("studentName") String StudentName); 11 | public Student queryStudentById(@Param("id")int id); 12 | public int addStudent(Student Student); 13 | public ArrayList queryAll(); 14 | public ArrayList queryAllOrderPage(@Param("begin")int begin,@Param("size")int size); 15 | public int queryCountOfRows(); 16 | public int updateStudentInformation(Student Student); 17 | public int deleteStudentById(@Param("id")int id); 18 | public Student selectStudentByStudentIdCard(@Param("idCard")String idCard); 19 | } 20 | -------------------------------------------------------------------------------- /test5/src/schoolhome/core/dao/TeacherDao.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.dao; 2 | 3 | import java.util.ArrayList; 4 | 5 | import org.apache.ibatis.annotations.Param; 6 | 7 | import schoolhome.core.po.Teacher; 8 | 9 | public interface TeacherDao { 10 | public Teacher selectTeacherByTeacherName(@Param("teacherName") String teacherName); 11 | public Teacher selectTeacherByTeacherUserName(@Param("userName") String userrName); 12 | public Teacher queryTeacherById(@Param("id")int id); 13 | public int addTeacher(Teacher teacher); 14 | public ArrayList queryAll(); 15 | public ArrayList queryAllOrderPage(@Param("begin")int begin,@Param("size")int size); 16 | public int queryCountOfRows(); 17 | public int updateTeacherInformation(Teacher teacher); 18 | public int deleteTeacherById(@Param("id")int id); 19 | } 20 | -------------------------------------------------------------------------------- /test5/src/schoolhome/core/service/ClassScheduleService.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.service; 2 | 3 | import java.util.ArrayList; 4 | 5 | import org.apache.ibatis.annotations.Param; 6 | 7 | import schoolhome.core.po.ClassSchedule; 8 | 9 | public interface ClassScheduleService { 10 | public ClassSchedule queryClassScheduleByCTT_idAndClassTimeClassLength(int CCT_id,int classTime,int classLength); 11 | public ArrayList queryClassScheduleByCCT_id(int CCT_id); 12 | public ClassSchedule queryClassScheduleById(int id); 13 | public int addClassSchedule(ClassSchedule classSchedule); 14 | public ArrayList queryAll(); 15 | public ArrayList queryAllOrderPage(int begin,int size); 16 | public int queryCountOfRows(); 17 | public int updateClassSchedule(ClassSchedule classSchedule); 18 | public int deleteClassScheduleById(int id); 19 | } 20 | -------------------------------------------------------------------------------- /test5/src/schoolhome/core/dao/ParentDao.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.dao; 2 | 3 | import java.util.ArrayList; 4 | 5 | import org.apache.ibatis.annotations.Param; 6 | 7 | import schoolhome.core.po.Parent; 8 | 9 | public interface ParentDao { 10 | public Parent selectParentByParentName(@Param("parentName") String parentName); 11 | public Parent selectParentByParentUserName(@Param("userName") String userName); 12 | public Parent queryParentById(@Param("id")int id); 13 | public int addParent(Parent parent); 14 | public ArrayList queryAll(); 15 | public ArrayList queryAllOrderPage(@Param("begin")int begin,@Param("size")int size); 16 | public int queryCountOfRows(); 17 | public int updateParentInformation(Parent parent); 18 | public int deleteParentById(@Param("id")int id); 19 | //public Parent selectParentByParentIdCard(@Param("idCard")String idCard); 20 | } 21 | -------------------------------------------------------------------------------- /test5/src/schoolhome/core/dao/ClassScheduleDao.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.dao; 2 | 3 | import java.util.ArrayList; 4 | 5 | import org.apache.ibatis.annotations.Param; 6 | 7 | import schoolhome.core.po.ClassSchedule; 8 | 9 | public interface ClassScheduleDao { 10 | public ClassSchedule queryClassScheduleByCTT_idAndClassTimeClassLength(@Param("CCT_id")int CCT_id,@Param("classTime")int classTime,@Param("classLength")int classLength); 11 | public ArrayList queryClassScheduleByCCT_id(@Param("CCT_id")int CCT_id); 12 | public ClassSchedule queryClassScheduleById(@Param("id")int id); 13 | public int addClassSchedule(ClassSchedule classSchedule); 14 | public ArrayList queryAll(); 15 | public ArrayList queryAllOrderPage(@Param("begin")int begin,@Param("size")int size); 16 | public int queryCountOfRows(); 17 | public int updateClassSchedule(ClassSchedule classSchedule); 18 | public int deleteClassScheduleById(@Param("id")int id); 19 | } 20 | -------------------------------------------------------------------------------- /test5/src/schoolhome/core/po/Category.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.po; 2 | 3 | public class Category { 4 | private Integer id; 5 | private String categoryName; 6 | private String description; 7 | private int sort; 8 | 9 | 10 | public Category() { 11 | super(); 12 | } 13 | public Category(Integer id, String categoryName, String description, int sort) { 14 | super(); 15 | this.id = id; 16 | this.categoryName = categoryName; 17 | this.description = description; 18 | this.sort = sort; 19 | } 20 | public Integer getId() { 21 | return id; 22 | } 23 | public void setId(Integer id) { 24 | this.id = id; 25 | } 26 | public String getCategoryName() { 27 | return categoryName; 28 | } 29 | public void setCategoryName(String categoryName) { 30 | this.categoryName = categoryName; 31 | } 32 | public String getDescription() { 33 | return description; 34 | } 35 | public void setDescription(String description) { 36 | this.description = description; 37 | } 38 | public int getSort() { 39 | return sort; 40 | } 41 | public void setSort(int sort) { 42 | this.sort = sort; 43 | } 44 | 45 | } 46 | -------------------------------------------------------------------------------- /test5/WebContent/css/tipsy.css: -------------------------------------------------------------------------------- 1 | .tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 9999999999; } 2 | .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; } 3 | .tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; } 4 | .tipsy-arrow { position: absolute; background: url('../images/tipsy.gif') no-repeat top left; width: 9px; height: 5px; } 5 | .tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; } 6 | .tipsy-nw .tipsy-arrow { top: 0; left: 10px; } 7 | .tipsy-ne .tipsy-arrow { top: 0; right: 10px; } 8 | .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; } 9 | .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; } 10 | .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; } 11 | .tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; } 12 | .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; } -------------------------------------------------------------------------------- /test5/src/mybatis-config.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /test5/.settings/org.eclipse.core.resources.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | encoding//WebContent/about-us.jsp=UTF-8 3 | encoding//WebContent/admin/adminQueryClassSchedule.jsp=UTF-8 4 | encoding//WebContent/admin/assets/css/admin.css=UTF-8 5 | encoding//WebContent/admin/homeworkDetail.jsp=UTF-8 6 | encoding//WebContent/admin/parentIndex.jsp=UTF-8 7 | encoding//WebContent/admin/parentQueryStudentGradeInformation.jsp=UTF-8 8 | encoding//WebContent/admin/parentQueryTeacherInformation.jsp=UTF-8 9 | encoding//WebContent/admin/parentUpdateSelfInformation.jsp=UTF-8 10 | encoding//WebContent/admin/studentIndex.jsp=UTF-8 11 | encoding//WebContent/admin/studentQueryClassSchedule.jsp=UTF-8 12 | encoding//WebContent/admin/studentQueryGrade.jsp=UTF-8 13 | encoding//WebContent/admin/teacherPublishHomework.jsp=UTF-8 14 | encoding//WebContent/admin/teacherQueryStudentGradeInformation.jsp=UTF-8 15 | encoding//WebContent/commodity-detail.jsp=UTF-8 16 | encoding//WebContent/commodityList.jsp=UTF-8 17 | encoding//WebContent/index.jsp=UTF-8 18 | encoding//WebContent/news.jsp=UTF-8 19 | encoding//WebContent/newsInformation.jsp=UTF-8 20 | encoding/=UTF-8 21 | -------------------------------------------------------------------------------- /test5/WebContent/errorFolder/css/tipsy.css: -------------------------------------------------------------------------------- 1 | .tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 9999999999; } 2 | .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; } 3 | .tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; } 4 | .tipsy-arrow { position: absolute; background: url('../images/tipsy.gif') no-repeat top left; width: 9px; height: 5px; } 5 | .tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; } 6 | .tipsy-nw .tipsy-arrow { top: 0; left: 10px; } 7 | .tipsy-ne .tipsy-arrow { top: 0; right: 10px; } 8 | .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; } 9 | .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; } 10 | .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; } 11 | .tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; } 12 | .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; } -------------------------------------------------------------------------------- /test5/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.builder.cleanOutputFolder=clean 3 | org.eclipse.jdt.core.builder.duplicateResourceTask=warning 4 | org.eclipse.jdt.core.builder.invalidClasspath=ignore 5 | org.eclipse.jdt.core.builder.recreateModifiedClassFileInOutputFolder=ignore 6 | org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch 7 | org.eclipse.jdt.core.circularClasspath=error 8 | org.eclipse.jdt.core.classpath.exclusionPatterns=enabled 9 | org.eclipse.jdt.core.classpath.multipleOutputLocations=enabled 10 | org.eclipse.jdt.core.classpath.outputOverlappingAnotherSource=error 11 | org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 12 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 13 | org.eclipse.jdt.core.compiler.compliance=1.8 14 | org.eclipse.jdt.core.compiler.maxProblemPerUnit=100 15 | org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 16 | org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 17 | org.eclipse.jdt.core.compiler.source=1.8 18 | org.eclipse.jdt.core.incompatibleJDKLevel=ignore 19 | org.eclipse.jdt.core.incompleteClasspath=error 20 | -------------------------------------------------------------------------------- /test5/WebContent/admin/errorFolder/css/tipsy.css: -------------------------------------------------------------------------------- 1 | .tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 9999999999; } 2 | .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; } 3 | .tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; } 4 | .tipsy-arrow { position: absolute; background: url('../images/tipsy.gif') no-repeat top left; width: 9px; height: 5px; } 5 | .tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; } 6 | .tipsy-nw .tipsy-arrow { top: 0; left: 10px; } 7 | .tipsy-ne .tipsy-arrow { top: 0; right: 10px; } 8 | .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; } 9 | .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; } 10 | .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; } 11 | .tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; } 12 | .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; } -------------------------------------------------------------------------------- /test5/build/classes/mybatis-config.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /test5/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | test5 4 | 5 | 6 | 7 | 8 | 9 | org.eclipse.wst.jsdt.core.javascriptValidator 10 | 11 | 12 | 13 | 14 | org.eclipse.jdt.core.javabuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.wst.common.project.facet.core.builder 20 | 21 | 22 | 23 | 24 | org.eclipse.wst.validation.validationbuilder 25 | 26 | 27 | 28 | 29 | 30 | org.eclipse.jem.workbench.JavaEMFNature 31 | org.eclipse.wst.common.modulecore.ModuleCoreNature 32 | org.eclipse.wst.common.project.facet.core.nature 33 | org.eclipse.jdt.core.javanature 34 | org.eclipse.wst.jsdt.core.jsNature 35 | 36 | 37 | -------------------------------------------------------------------------------- /test5/src/schoolhome/core/controller/HomeworkController.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.controller; 2 | 3 | import java.io.IOException; 4 | import java.io.PrintWriter; 5 | 6 | import javax.servlet.http.HttpServletRequest; 7 | import javax.servlet.http.HttpServletResponse; 8 | import javax.servlet.http.HttpSession; 9 | 10 | import org.springframework.beans.factory.annotation.Autowired; 11 | import org.springframework.stereotype.Controller; 12 | import org.springframework.web.bind.annotation.RequestMapping; 13 | 14 | import schoolhome.core.po.Homework; 15 | import schoolhome.core.po.Teacher; 16 | import schoolhome.core.service.HomeworkService; 17 | 18 | @Controller 19 | public class HomeworkController { 20 | @Autowired 21 | private HomeworkService homeworkService; 22 | 23 | /** 24 | * 跳转homeworkDetail页面 25 | * */ 26 | @RequestMapping("/homeworkDetail.action") 27 | public String teacherIndex(int id,HttpServletResponse response,HttpSession session,HttpServletRequest request){ 28 | Homework homework = homeworkService.queryHomeworkById(id); 29 | request.setAttribute("homework", homework); 30 | return "/admin/homeworkDetail"; 31 | 32 | } 33 | 34 | } 35 | -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/css/_notes/dwsync.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/css/color.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | /* Text color */ 3 | .colr {color:#ffc400 !important;} 4 | .txthover:hover {color:#ffc400 !important;} 5 | .backcolr {background-color:#ffc400 !important;} 6 | .backcolrhover:hover {background-color:#ffc400 !important;} 7 | .backcolrdark {background-color:#ffc400 !important; background-image:url(../images/black.png);} 8 | .bordercolr {border-color:#ffc400 !important;} 9 | .bordercolrover:hover {border-color:#ffc400 !important;} 10 | #login-box {border-top:#ffc400 2px solid;} 11 | /* Navigation */ 12 | .ddsmoothmenu ul li a:hover, 13 | .ddsmoothmenu ul li.current-menu-item a {color:#ffc400 !important; border-color:#ffc400 !important;} 14 | /* Banner Hover */ 15 | .nivo-prevNav:hover {background-color:#ffc400 !important;} 16 | .nivo-nextNav:hover {background-color:#ffc400 !important;} 17 | 18 | .links-foot ul li a:hover {color:#ffc400;} 19 | .second-nav ul li a.active, 20 | .second-nav ul li a:hover {background-color:#ffc400;} 21 | 22 | .gal-caption {border-bottom:#ffc400 7px solid;} 23 | 24 | .fc-event-inner:hover span {color:#ffc400;} 25 | .tab-section .tab-head ul li a:hover, 26 | .tab-section .tab-head ul li a.current {border-top:#ffc400 solid 5px;} -------------------------------------------------------------------------------- /test5/src/schoolhome/core/service/TeacherCommodityHomeworkService.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.service; 2 | 3 | import java.util.ArrayList; 4 | 5 | import org.apache.ibatis.annotations.Param; 6 | 7 | import schoolhome.core.po.Homework; 8 | import schoolhome.core.po.Teacher; 9 | import schoolhome.core.po.TeacherCommodityHomework; 10 | 11 | public interface TeacherCommodityHomeworkService { 12 | //通过commodity_id和teacher_id查找某老师某课程的作业 13 | public ArrayList queryHomeworkByTeacherIdAndCommodityId(int teacher_id,int commodity_id); 14 | //通过id查找数据 15 | public TeacherCommodityHomework queryTeacherCommodityHomeworkById(int id); 16 | 17 | public int deleteTeacherCommodityHomeworkByTeacherId(int id); 18 | 19 | public int deleteTeacherCommodityHomeworkByCommodityId(int id); 20 | 21 | public int deleteTeacherCommodityHomeworkByH_ID(int id); 22 | //通过id删除一条关系 23 | public int deleteTeacherCommodityHomeworkById(int id); 24 | //添加联系 25 | public int addTeacherCommodityHomework(TeacherCommodityHomework teacherCommodityHomework); 26 | //查询所有关系 27 | public ArrayList queryAll(); 28 | //分页查询 29 | public ArrayList queryAllOrderPage(int begin,int size); 30 | //返回数据行数 31 | public int queryCountOfRows(); 32 | //更新一条信息 33 | public int updateTeacherCommodityHomeworkInformation(TeacherCommodityHomework teacherCommodityHomework); 34 | } 35 | -------------------------------------------------------------------------------- /test5/src/schoolhome/core/service/ClassBeanWithCommodityService.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.service; 2 | 3 | import java.util.ArrayList; 4 | 5 | import org.apache.ibatis.annotations.Param; 6 | 7 | import schoolhome.core.dao.ClassBeanWithCommodityDao; 8 | import schoolhome.core.po.ClassBeanWithCommodity; 9 | import schoolhome.core.po.Teacher; 10 | 11 | public interface ClassBeanWithCommodityService { 12 | public ClassBeanWithCommodity queryClassBeanWithCommodityByAllId(int classbean_id,int teacher_id,int commodity_id); 13 | public Teacher queryTeacherByCommodityIdAndClassBeanId(int commodity_id,int classBean_id); 14 | public ClassBeanWithCommodity queryClassBeanWithCommodityById(int id); 15 | //删除班级时同时也需要把班级与课程多对多的关联关系删除,即删除表classBean_commodity中classBean_id 为 id的数据 16 | public int deleteClassBeanWithCommodityByClassBeanId(int id); 17 | public int deleteClassBeanWithCommodityByCommodityId(int id); 18 | //通过id删除一条班级的课程关系 19 | public int deleteClassBeanWithCommodityById(int id); 20 | //添加班级与课程的联系 21 | public int addClassBeanWithCommodity(ClassBeanWithCommodity classBeanWithCommodity); 22 | //查询所有课程与班级关系 23 | public ArrayList queryAll(); 24 | //分页查询 25 | public ArrayList queryAllOrderPage(int begin,int size); 26 | //返回数据行数 27 | public int queryCountOfRows(); 28 | 29 | public int updateClassBeanWithCommodityInformation(ClassBeanWithCommodity classBeanWithCommodity); 30 | } 31 | -------------------------------------------------------------------------------- /test5/src/schoolhome/core/service/StudentGradeService.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.service; 2 | 3 | import java.util.ArrayList; 4 | 5 | import org.apache.ibatis.annotations.Param; 6 | 7 | import schoolhome.core.po.StudentGrade; 8 | 9 | public interface StudentGradeService { 10 | public StudentGrade queryStudentGradeByStudentIdAndCommodityId(int student_id,int commodity_id); 11 | //通过id查找数据 12 | public StudentGrade queryStudentGradeById(int id); 13 | //通过学生id查找该学生的相关成绩 14 | public StudentGrade queryStudentGradeByStudentId(int id); 15 | //通过课程的id查找该课程的所有学生信息 16 | public StudentGrade queryStudentGradeByCommodityId(int id); 17 | //删除学生时同时也需要把学生与课程成绩多对多的关联关系删除,即删除表student_commodity中student_id 为 id的数据 18 | public int deleteStudentGradeByStudentId(int id); 19 | //删除课程的同时也需要删除学生与该课程的关联关系,即删除表student_commodity中commodity_id 为id的数据 20 | public int deleteStudentGradeByCommodityId(int id); 21 | //通过id删除一条班级的课程关系 22 | public int deleteStudentGradeById(int id); 23 | public int deleteStudentGradeByCommodityIdAndStudentId(int student_id,int commodity_id); 24 | //添加班级与课程的联系 25 | public int addStudentGrade(StudentGrade StudentGrade); 26 | //查询所有课程与班级关系 27 | public ArrayList queryAll(); 28 | //分页查询 29 | public ArrayList queryAllOrderPage(int begin,int size); 30 | //返回数据行数 31 | public int queryCountOfRows(); 32 | //更新一条信息 33 | public int updateStudentGradeInformation(StudentGrade StudentGrade); 34 | } 35 | -------------------------------------------------------------------------------- /test5/src/schoolhome/core/service/StudentWithHomeworkService.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.service; 2 | 3 | import java.util.ArrayList; 4 | 5 | import org.apache.ibatis.annotations.Param; 6 | 7 | import schoolhome.core.po.Student; 8 | import schoolhome.core.po.StudentWithHomework; 9 | 10 | public interface StudentWithHomeworkService { 11 | public ArrayList queryStudentWithHomeworkByH_ID(int H_ID); 12 | //通过student_id和H_ID查询 13 | public StudentWithHomework queryStudentWithHomeworkByStudentIdAndH_ID(int student_id,int H_ID); 14 | //通过student_id查询学生的Homework信息 15 | public StudentWithHomework queryStudentWithHomeworkByStudentId(int student_id); 16 | //通过id查找数据 17 | public StudentWithHomework queryStudentWithHomeworkById(int id); 18 | //删除学生时也需要删除学生的作业信息 19 | public int deleteStudentWithHomeworkByStudentId(int student_id); 20 | //删除作业时也需要删除学生的这个作业的信息 21 | public int deleteStudentWithHomeworkByH_ID(int H_ID); 22 | //通过id删除一条学生作业信息 23 | public int deleteStudentWithHomeworkById(int id); 24 | //添加学生与作业联系 25 | public int addStudentWithHomework(StudentWithHomework studentWithHomework); 26 | //查询所有学生与作业的联系 27 | public ArrayList queryAll(); 28 | //分页查询 29 | public ArrayList queryAllOrderPage(int begin,int size); 30 | //返回数据行数 31 | public int queryCountOfRows(); 32 | //更新一条信息 33 | public int updateStudentWithHomeworkInformation(StudentWithHomework studentWithHomework); 34 | } 35 | -------------------------------------------------------------------------------- /test5/src/schoolhome/core/po/StudentGrade.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.po; 2 | 3 | public class StudentGrade { 4 | private int id; 5 | private int student_id; 6 | private int commodity_id; 7 | private double grade; 8 | private Student student; 9 | private Commodity commodity; 10 | public StudentGrade(int id, int student_id, int commodity_id, double grade) { 11 | super(); 12 | this.id = id; 13 | this.student_id = student_id; 14 | this.commodity_id = commodity_id; 15 | this.grade = grade; 16 | } 17 | 18 | public Student getStudent() { 19 | return student; 20 | } 21 | 22 | public void setStudent(Student student) { 23 | this.student = student; 24 | } 25 | 26 | public Commodity getCommodity() { 27 | return commodity; 28 | } 29 | 30 | public void setCommodity(Commodity commodity) { 31 | this.commodity = commodity; 32 | } 33 | 34 | public StudentGrade() { 35 | super(); 36 | } 37 | public int getId() { 38 | return id; 39 | } 40 | public void setId(int id) { 41 | this.id = id; 42 | } 43 | public int getStudent_id() { 44 | return student_id; 45 | } 46 | public void setStudent_id(int student_id) { 47 | this.student_id = student_id; 48 | } 49 | public int getCommodity_id() { 50 | return commodity_id; 51 | } 52 | public void setCommodity_id(int commodity_id) { 53 | this.commodity_id = commodity_id; 54 | } 55 | public double getGrade() { 56 | return grade; 57 | } 58 | public void setGrade(double grade) { 59 | this.grade = grade; 60 | } 61 | 62 | 63 | } 64 | -------------------------------------------------------------------------------- /test5/src/schoolhome/core/dao/TeacherCommodityHomeworkDao.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.dao; 2 | 3 | import java.util.ArrayList; 4 | 5 | import org.apache.ibatis.annotations.Param; 6 | 7 | import schoolhome.core.po.TeacherCommodityHomework; 8 | import schoolhome.core.po.Homework; 9 | import schoolhome.core.po.Teacher; 10 | 11 | public interface TeacherCommodityHomeworkDao { 12 | //通过commodity_id和teacher_id查找某老师某课程的作业 13 | public ArrayList queryHomeworkByTeacherIdAndCommodityId(@Param("teacher_id")int teacher_id,@Param("commodity_id")int commodity_id); 14 | //通过id查找数据 15 | public TeacherCommodityHomework queryTeacherCommodityHomeworkById(@Param("id")int id); 16 | 17 | public int deleteTeacherCommodityHomeworkByTeacherId(@Param("id")int id); 18 | 19 | public int deleteTeacherCommodityHomeworkByCommodityId(@Param("id")int id); 20 | 21 | public int deleteTeacherCommodityHomeworkByH_ID(@Param("id")int id); 22 | //通过id删除一条关系 23 | public int deleteTeacherCommodityHomeworkById(@Param("id")int id); 24 | //添加联系 25 | public int addTeacherCommodityHomework(TeacherCommodityHomework teacherCommodityHomework); 26 | //查询所有关系 27 | public ArrayList queryAll(); 28 | //分页查询 29 | public ArrayList queryAllOrderPage(@Param("begin")int begin,@Param("size")int size); 30 | //返回数据行数 31 | public int queryCountOfRows(); 32 | //更新一条信息 33 | public int updateTeacherCommodityHomeworkInformation(TeacherCommodityHomework teacherCommodityHomework); 34 | } 35 | -------------------------------------------------------------------------------- /test5/src/schoolhome/core/po/ClassSchedule.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.po; 2 | 3 | public class ClassSchedule { 4 | private int id; 5 | private int CCT_id; 6 | private int classTime;//该课程是星期几上课 7 | private int classLength;//该课程是第几节上课 8 | private ClassBeanWithCommodity classBeanWithCommodity; 9 | 10 | 11 | public ClassSchedule() { 12 | super(); 13 | } 14 | public ClassSchedule(int id, int CCT_id, int classTime, int classLength) { 15 | super(); 16 | this.id = id; 17 | this.CCT_id = CCT_id; 18 | this.classTime = classTime; 19 | this.classLength = classLength; 20 | } 21 | public ClassBeanWithCommodity getClassBeanWithCommodity() { 22 | return classBeanWithCommodity; 23 | } 24 | public void setClassBeanWithCommodity(ClassBeanWithCommodity classBeanWithCommodity) { 25 | this.classBeanWithCommodity = classBeanWithCommodity; 26 | } 27 | public int getId() { 28 | return id; 29 | } 30 | public void setId(int id) { 31 | this.id = id; 32 | } 33 | public int getCCT_id() { 34 | return CCT_id; 35 | } 36 | public void setCCT_id(int CCT_id) { 37 | this.CCT_id = CCT_id; 38 | } 39 | public int getClassTime() { 40 | return classTime; 41 | } 42 | public void setClassTime(int classTime) { 43 | this.classTime = classTime; 44 | } 45 | public int getClassLength() { 46 | return classLength; 47 | } 48 | public void setClassLength(int classLength) { 49 | this.classLength = classLength; 50 | } 51 | 52 | public String classSchduleToString(){ 53 | String week="星期"+classTime; 54 | String segment="第"+classLength+"节"; 55 | return week+segment; 56 | } 57 | } 58 | -------------------------------------------------------------------------------- /test5/src/schoolhome/core/dao/StudentGradeDao.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.dao; 2 | 3 | import java.util.ArrayList; 4 | 5 | import org.apache.ibatis.annotations.Param; 6 | 7 | import schoolhome.core.po.StudentGrade; 8 | 9 | public interface StudentGradeDao { 10 | public StudentGrade queryStudentGradeByStudentIdAndCommodityId(@Param("student_id")int student_id,@Param("commodity_id")int commodity_id); 11 | //通过id查找数据 12 | public StudentGrade queryStudentGradeById(@Param("id")int id); 13 | //通过学生id查找该学生的相关成绩 14 | public StudentGrade queryStudentGradeByStudentId(@Param("id")int id); 15 | //通过课程的id查找该课程的所有学生信息 16 | public StudentGrade queryStudentGradeByCommodityId(@Param("id")int id); 17 | //删除学生时同时也需要把学生与课程成绩多对多的关联关系删除,即删除表student_commodity中student_id 为 id的数据 18 | public int deleteStudentGradeByStudentId(@Param("id")int id); 19 | //删除课程的同时也需要删除学生与该课程的关联关系,即删除表student_commodity中commodity_id 为id的数据 20 | public int deleteStudentGradeByCommodityId(@Param("id")int id); 21 | public int deleteStudentGradeByCommodityIdAndStudentId(@Param("student_id")int student_id,@Param("commodity_id")int commodity_id); 22 | //通过id删除一条班级的课程关系 23 | public int deleteStudentGradeById(@Param("id")int id); 24 | //添加班级与课程的联系 25 | public int addStudentGrade(StudentGrade StudentGrade); 26 | //查询所有课程与班级关系 27 | public ArrayList queryAll(); 28 | //分页查询 29 | public ArrayList queryAllOrderPage(@Param("begin")int begin,@Param("size")int size); 30 | //返回数据行数 31 | public int queryCountOfRows(); 32 | //更新一条信息 33 | public int updateStudentGradeInformation(StudentGrade StudentGrade); 34 | } 35 | -------------------------------------------------------------------------------- /test5/src/schoolhome/core/dao/ClassBeanWithCommodityDao.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.dao; 2 | 3 | import java.util.ArrayList; 4 | 5 | import org.apache.ibatis.annotations.Param; 6 | 7 | import schoolhome.core.po.ClassBeanWithCommodity; 8 | import schoolhome.core.po.Teacher; 9 | 10 | public interface ClassBeanWithCommodityDao { 11 | public ClassBeanWithCommodity queryClassBeanWithCommodityByAllId(@Param("classbean_id")int classbean_id,@Param("teacher_id")int teacher_id,@Param("commodity_id")int commodity_id); 12 | //通过commodity_id和classBean_id查找某班级某课程的老师 13 | public Teacher queryTeacherByCommodityIdAndClassBeanId(@Param("commodity_id")int commodity_id,@Param("classBean_id")int classBean_id); 14 | //通过id查找数据 15 | public ClassBeanWithCommodity queryClassBeanWithCommodityById(@Param("id")int id); 16 | //删除班级时同时也需要把班级与课程多对多的关联关系删除,即删除表classBean_commodity中classBean_id 为 id的数据 17 | public int deleteClassBeanWithCommodityByClassBeanId(@Param("id")int id); 18 | //删除课程的同时也需要删除有该课程的班级的该课程 19 | public int deleteClassBeanWithCommodityByCommodityId(@Param("id")int id); 20 | //通过id删除一条班级的课程关系 21 | public int deleteClassBeanWithCommodityById(@Param("id")int id); 22 | //添加班级与课程的联系 23 | public int addClassBeanWithCommodity(ClassBeanWithCommodity classBeanWithCommodity); 24 | //查询所有课程与班级关系 25 | public ArrayList queryAll(); 26 | //分页查询 27 | public ArrayList queryAllOrderPage(@Param("begin")int begin,@Param("size")int size); 28 | //返回数据行数 29 | public int queryCountOfRows(); 30 | //更新一条信息 31 | public int updateClassBeanWithCommodityInformation(ClassBeanWithCommodity classBeanWithCommodity); 32 | } 33 | -------------------------------------------------------------------------------- /test5/src/schoolhome/core/dao/StudentWithHomeworkDao.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.dao; 2 | 3 | import java.util.ArrayList; 4 | 5 | import org.apache.ibatis.annotations.Param; 6 | 7 | import schoolhome.core.po.StudentWithHomework; 8 | import schoolhome.core.po.Student; 9 | import schoolhome.core.po.StudentWithHomework; 10 | 11 | public interface StudentWithHomeworkDao { 12 | 13 | public ArrayList queryStudentWithHomeworkByH_ID(@Param("H_ID")int H_ID); 14 | //通过student_id和H_ID查询 15 | public StudentWithHomework queryStudentWithHomeworkByStudentIdAndH_ID(@Param("student_id")int student_id,@Param("H_ID")int H_ID); 16 | //通过student_id查询学生的Homework信息 17 | public StudentWithHomework queryStudentWithHomeworkByStudentId(@Param("student_id")int student_id); 18 | //通过id查找数据 19 | public StudentWithHomework queryStudentWithHomeworkById(@Param("id")int id); 20 | //删除学生时也需要删除学生的作业信息 21 | public int deleteStudentWithHomeworkByStudentId(@Param("student_id")int student_id); 22 | //删除作业时也需要删除学生的这个作业的信息 23 | public int deleteStudentWithHomeworkByH_ID(@Param("H_ID")int H_ID); 24 | //通过id删除一条学生作业信息 25 | public int deleteStudentWithHomeworkById(@Param("id")int id); 26 | //添加学生与作业联系 27 | public int addStudentWithHomework(StudentWithHomework studentWithHomework); 28 | //查询所有学生与作业的联系 29 | public ArrayList queryAll(); 30 | //分页查询 31 | public ArrayList queryAllOrderPage(@Param("begin")int begin,@Param("size")int size); 32 | //返回数据行数 33 | public int queryCountOfRows(); 34 | //更新一条信息 35 | public int updateStudentWithHomeworkInformation(StudentWithHomework studentWithHomework); 36 | } 37 | -------------------------------------------------------------------------------- /test5/WebContent/css/slimbox2.css: -------------------------------------------------------------------------------- 1 | /* SLIMBOX */ 2 | 3 | #lbOverlay { 4 | position: fixed; 5 | z-index: 9999; 6 | left: 0; 7 | top: 0; 8 | width: 100%; 9 | height: 100%; 10 | background-color: #000; 11 | cursor: pointer; 12 | } 13 | 14 | #lbCenter, #lbBottomContainer { 15 | position: absolute; 16 | z-index: 9999; 17 | overflow: hidden; 18 | background-color: #fff; 19 | } 20 | 21 | .lbLoading { 22 | background: #fff url(../images/loading.gif) no-repeat center; 23 | } 24 | 25 | #lbImage { 26 | position: absolute; 27 | left: 0; 28 | top: 0; 29 | border: 10px solid #fff; 30 | background-repeat: no-repeat; 31 | } 32 | 33 | #lbPrevLink, #lbNextLink { 34 | display: block; 35 | position: absolute; 36 | top: 0; 37 | width: 50%; 38 | outline: none; 39 | } 40 | 41 | #lbPrevLink { 42 | left: 0; 43 | } 44 | 45 | #lbPrevLink:hover { 46 | background: transparent url(../images/prevlabel.gif) no-repeat 0 15%; 47 | } 48 | 49 | #lbNextLink { 50 | right: 0; 51 | } 52 | 53 | #lbNextLink:hover { 54 | background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%; 55 | } 56 | 57 | #lbBottom { 58 | font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; 59 | font-size: 10px; 60 | color: #666; 61 | line-height: 1.4em; 62 | text-align: left; 63 | border: 10px solid #fff; 64 | border-top-style: none; 65 | } 66 | 67 | #lbCloseLink { 68 | display: block; 69 | float: right; 70 | width: 66px; 71 | height: 22px; 72 | background: transparent url(../images/closelabel.gif) no-repeat center; 73 | margin: 5px 0; 74 | outline: none; 75 | } 76 | 77 | #lbCaption, #lbNumber { 78 | margin-right: 71px; 79 | } 80 | 81 | #lbCaption { 82 | font-weight: bold; 83 | } -------------------------------------------------------------------------------- /test5/WebContent/nivo-slider.css: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery Nivo Slider v2.4 3 | * http://nivo.dev7studios.com 4 | * 5 | * Copyright 2011, Gilbert Pellegrom 6 | * Free to use and abuse under the MIT license. 7 | * http://www.opensource.org/licenses/mit-license.php 8 | * 9 | * March 2010 10 | */ 11 | 12 | 13 | /* The Nivo Slider styles */ 14 | .nivoSlider { 15 | position:relative; 16 | } 17 | .nivoSlider img { 18 | position:absolute; 19 | top:0px; 20 | left:0px; 21 | } 22 | /* If an image is wrapped in a link */ 23 | .nivoSlider a.nivo-imageLink { 24 | position:absolute; 25 | top:0px; 26 | left:0px; 27 | width:100%; 28 | height:100%; 29 | border:0; 30 | padding:0; 31 | margin:0; 32 | z-index:60; 33 | display:none; 34 | } 35 | /* The slices in the Slider */ 36 | .nivo-slice { 37 | display:block; 38 | position:absolute; 39 | z-index:50; 40 | height:100%; 41 | } 42 | /* Caption styles */ 43 | .nivo-caption { 44 | position:absolute; 45 | left:0px; 46 | bottom:0px; 47 | background:#000; 48 | color:#fff; 49 | opacity:0.8; /* Overridden by captionOpacity setting */ 50 | width:100%; 51 | z-index:89; 52 | } 53 | .nivo-caption p { 54 | padding:5px; 55 | margin:0; 56 | } 57 | .nivo-caption a { 58 | display:inline !important; 59 | } 60 | .nivo-html-caption { 61 | display:none; 62 | } 63 | /* Direction nav styles (e.g. Next & Prev) */ 64 | .nivo-directionNav a { 65 | position:absolute; 66 | top:45%; 67 | z-index:99; 68 | cursor:pointer; 69 | } 70 | .nivo-prevNav { 71 | left:0px; 72 | } 73 | .nivo-nextNav { 74 | right:0px; 75 | } 76 | /* Control nav styles (e.g. 1,2,3...) */ 77 | .nivo-controlNav a { 78 | position:relative; 79 | z-index:99; 80 | cursor:pointer; 81 | } 82 | .nivo-controlNav a.active { 83 | font-weight:bold; 84 | } -------------------------------------------------------------------------------- /test5/src/schoolhome/core/po/TeacherCommodityHomework.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.po; 2 | 3 | public class TeacherCommodityHomework { 4 | private int id; 5 | private int H_ID; 6 | private int commodity_id; 7 | private int teacher_id; 8 | private Homework homework; 9 | private Commodity commodity; 10 | private Teacher teacher; 11 | 12 | 13 | 14 | public TeacherCommodityHomework(int id, int h_ID, int commodity_id, int teacher_id) { 15 | super(); 16 | this.id = id; 17 | H_ID = h_ID; 18 | this.commodity_id = commodity_id; 19 | this.teacher_id = teacher_id; 20 | } 21 | 22 | public TeacherCommodityHomework() { 23 | super(); 24 | } 25 | 26 | public int getTeacher_id() { 27 | return teacher_id; 28 | } 29 | 30 | public void setTeacher_id(int teacher_id) { 31 | this.teacher_id = teacher_id; 32 | } 33 | 34 | public Teacher getTeacher() { 35 | return teacher; 36 | } 37 | 38 | public void setTeacher(Teacher teacher) { 39 | this.teacher = teacher; 40 | } 41 | 42 | public int getId() { 43 | return id; 44 | } 45 | public void setId(int id) { 46 | this.id = id; 47 | } 48 | public int getH_ID() { 49 | return H_ID; 50 | } 51 | public void setH_ID(int h_ID) { 52 | H_ID = h_ID; 53 | } 54 | public int getCommodity_id() { 55 | return commodity_id; 56 | } 57 | public void setCommodity_id(int commodity_id) { 58 | this.commodity_id = commodity_id; 59 | } 60 | public Homework getHomework() { 61 | return homework; 62 | } 63 | public void setHomework(Homework homework) { 64 | this.homework = homework; 65 | } 66 | public Commodity getCommodity() { 67 | return commodity; 68 | } 69 | public void setCommodity(Commodity commodity) { 70 | this.commodity = commodity; 71 | } 72 | 73 | 74 | } 75 | -------------------------------------------------------------------------------- /test5/WebContent/register.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" contentType="text/html; charset=UTF-8" 2 | pageEncoding="UTF-8"%> 3 | 4 | 5 | 6 | 7 | 家长注册 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 |

家长注册

27 | 28 |
29 | 30 | 31 |
32 |

家 长 注 册

33 |
34 | 35 | 36 | 37 | 38 | 39 |
40 | 41 | 42 | 43 |
44 |
45 | 46 |
47 |
48 | 49 |
50 | 51 |
52 | 53 | 54 | 55 | 56 | 57 | -------------------------------------------------------------------------------- /test5/src/schoolhome/core/dao/UserDao.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 10 | 11 | 16 | 17 | 18 | insert into user(id,userName,password,email,phone,createDate) 19 | values(null,#{userName},#{password},#{email},#{phone},#{createDate}) 20 | 21 | 22 | 25 | 26 | 29 | 30 | 33 | 34 | 35 | 36 | update user 37 | 38 | 39 | userName=#{userName}, 40 | 41 | 42 | password=#{password}, 43 | 44 | 45 | email=#{email}, 46 | 47 | 48 | phone=#{phone}, 49 | 50 | 51 | where id=#{id} 52 | 53 | 54 | 55 | delete from user where id = #{id} 56 | 57 | -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/dao/UserDao.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 10 | 11 | 16 | 17 | 18 | insert into user(id,userName,password,email,phone,createDate) 19 | values(null,#{userName},#{password},#{email},#{phone},#{createDate}) 20 | 21 | 22 | 25 | 26 | 29 | 30 | 33 | 34 | 35 | 36 | update user 37 | 38 | 39 | userName=#{userName}, 40 | 41 | 42 | password=#{password}, 43 | 44 | 45 | email=#{email}, 46 | 47 | 48 | phone=#{phone}, 49 | 50 | 51 | where id=#{id} 52 | 53 | 54 | 55 | delete from user where id = #{id} 56 | 57 | -------------------------------------------------------------------------------- /test5/src/schoolhome/core/service/impl/UserServiceImpl.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.service.impl; 2 | 3 | 4 | 5 | 6 | import java.util.ArrayList; 7 | 8 | import org.springframework.beans.factory.annotation.Autowired; 9 | import org.springframework.stereotype.Service; 10 | 11 | import schoolhome.core.dao.UserDao; 12 | import schoolhome.core.po.User; 13 | import schoolhome.core.service.UserService; 14 | 15 | /** 16 | * 用户Service接口实现类 17 | * 18 | * */ 19 | @Service("userService") 20 | public class UserServiceImpl implements UserService{ 21 | //注入UserDao 22 | @Autowired 23 | private UserDao userDao; 24 | 25 | //通过用户名查询用户 26 | @Override 27 | public User selectUserByUserName(String userName) { 28 | // TODO Auto-generated method stub 29 | User user = this.userDao.selectUserByUserName(userName); 30 | 31 | return user; 32 | } 33 | 34 | @Override 35 | public int addUser(User user) { 36 | // TODO Auto-generated method stub 37 | return userDao.addUser(user); 38 | } 39 | 40 | @Override 41 | public ArrayList queryAll() { 42 | // TODO Auto-generated method stub 43 | return userDao.queryAll(); 44 | } 45 | 46 | @Override 47 | public ArrayList queryAllOrderPage(int begin, int size) { 48 | // TODO Auto-generated method stub 49 | return userDao.queryAllOrderPage(begin, size); 50 | } 51 | 52 | @Override 53 | public int queryCountOfRows() { 54 | // TODO Auto-generated method stub 55 | return userDao.queryCountOfRows(); 56 | } 57 | 58 | @Override 59 | public int updateUserInformation(User user) { 60 | // TODO Auto-generated method stub 61 | return userDao.updateUserInformation(user); 62 | } 63 | 64 | @Override 65 | public int deleteUserById(int id) { 66 | // TODO Auto-generated method stub 67 | return userDao.deleteUserById(id); 68 | } 69 | 70 | @Override 71 | public User queryUserById(int id) { 72 | // TODO Auto-generated method stub 73 | return userDao.queryUserById(id); 74 | } 75 | 76 | } 77 | -------------------------------------------------------------------------------- /test5/src/schoolhome/core/po/Homework.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.po; 2 | 3 | import java.sql.Timestamp; 4 | import java.text.DateFormat; 5 | import java.text.SimpleDateFormat; 6 | 7 | public class Homework { 8 | private int H_ID; 9 | private String H_name; 10 | private String H_content; 11 | private Timestamp H_startTime; 12 | private Timestamp H_endTime; 13 | public Homework(int h_ID, String h_name, String h_content, Timestamp h_startTime, Timestamp h_endTime) { 14 | super(); 15 | H_ID = h_ID; 16 | H_name = h_name; 17 | H_content = h_content; 18 | H_startTime = h_startTime; 19 | H_endTime = h_endTime; 20 | } 21 | 22 | public Homework() { 23 | super(); 24 | } 25 | 26 | public int getH_ID() { 27 | return H_ID; 28 | } 29 | public void setH_ID(int h_ID) { 30 | H_ID = h_ID; 31 | } 32 | public String getH_name() { 33 | return H_name; 34 | } 35 | public void setH_name(String h_name) { 36 | H_name = h_name; 37 | } 38 | public String getH_content() { 39 | return H_content; 40 | } 41 | public void setH_content(String h_content) { 42 | H_content = h_content; 43 | } 44 | public Timestamp getH_startTime() { 45 | return H_startTime; 46 | } 47 | public void setH_startTime(Timestamp h_startTime) { 48 | H_startTime = h_startTime; 49 | } 50 | public Timestamp getH_endTime() { 51 | return H_endTime; 52 | } 53 | public void setH_endTime(Timestamp h_endTime) { 54 | H_endTime = h_endTime; 55 | } 56 | public String ToStringStartTimeByDateLOcal(){ 57 | String startTime = ""; 58 | DateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); 59 | startTime = sdf.format(H_startTime); 60 | startTime = startTime.replace(" ", "T"); 61 | return startTime; 62 | } 63 | public String ToStringEndTimeByDateLOcal(){ 64 | String endTime = ""; 65 | DateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); 66 | endTime = sdf.format(H_endTime); 67 | endTime = endTime.replace(" ", "T"); 68 | return endTime; 69 | } 70 | } 71 | -------------------------------------------------------------------------------- /test5/WebContent/css/userUpdateInfor_input_style.css: -------------------------------------------------------------------------------- 1 | 2 | .send-button { 3 | margin-bottom: 20px; 4 | } 5 | 6 | .send-button input[type="submit"] { 7 | width: 20%; 8 | padding: 10px 0; 9 | margin-top: 50px; 10 | margin-left: 120px; 11 | font-size: 16px; 12 | font-weight: 100; 13 | background-color: transparent; 14 | color: #000000; 15 | border: 1px solid rgba(238, 238, 238, 0.41); 16 | border-width: thin; 17 | cursor: pointer; 18 | outline: none; 19 | transition:0.5s all; 20 | -webkit-transition:0.5s all; 21 | -moz-transition:0.5s all; 22 | -o-transition:0.5s all; 23 | -ms-transition:0.5s all; 24 | text-decoration: none; 25 | } 26 | .send-button input[type="button"] { 27 | width: 40%; 28 | padding: 10px 0; 29 | font-size: 16px; 30 | font-weight: 100; 31 | background-color: transparent; 32 | color: #CCC; 33 | border: 1px solid rgba(238, 238, 238, 0.41); 34 | border-width: thin; 35 | cursor: pointer; 36 | outline: none; 37 | transition:0.5s all; 38 | -webkit-transition:0.5s all; 39 | -moz-transition:0.5s all; 40 | -o-transition:0.5s all; 41 | -ms-transition:0.5s all; 42 | text-decoration: none; 43 | } 44 | /*--w3layouts--*/ 45 | /*--agileits--*/ 46 | .send-button input[type="submit"]:hover { 47 | background-color: #000; 48 | border: 1px solid #FFF; 49 | color: #FFF; 50 | transition:0.5s all; 51 | -webkit-transition:0.5s all; 52 | -moz-transition:0.5s all; 53 | -o-transition:0.5s all; 54 | -ms-transition:0.5s all; 55 | text-decoration: none; 56 | } 57 | .send-button input[type="button"]:hover { 58 | background-color: #000; 59 | border: 1px solid #FFF; 60 | color: #FFF; 61 | transition:0.5s all; 62 | -webkit-transition:0.5s all; 63 | -moz-transition:0.5s all; 64 | -o-transition:0.5s all; 65 | -ms-transition:0.5s all; 66 | text-decoration: none; 67 | } 68 | 69 | 70 | /*--- Responsive Code ---*/ -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/js/jquery.infinite-carousel.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @author Stéphane Roucheray 3 | * @extends jquery 4 | */ 5 | 6 | 7 | jQuery.fn.carousel = function(previous, next, options){ 8 | var sliderList = jQuery(this).children()[0]; 9 | 10 | if (sliderList) { 11 | var increment = jQuery(sliderList).children().outerWidth("true"), 12 | elmnts = jQuery(sliderList).children(), 13 | numElmts = elmnts.length, 14 | sizeFirstElmnt = increment, 15 | shownInViewport = Math.round(jQuery(this).width() / sizeFirstElmnt), 16 | firstElementOnViewPort = 1, 17 | isAnimating = false; 18 | 19 | for (i = 0; i < shownInViewport; i++) { 20 | jQuery(sliderList).css('width',(numElmts+shownInViewport)*increment + increment + "px"); 21 | jQuery(sliderList).append(jQuery(elmnts[i]).clone()); 22 | } 23 | 24 | jQuery(previous).click(function(event){ 25 | if (!isAnimating) { 26 | if (firstElementOnViewPort == 1) { 27 | jQuery(sliderList).css('left', "-" + numElmts * sizeFirstElmnt + "px"); 28 | firstElementOnViewPort = numElmts; 29 | } 30 | else { 31 | firstElementOnViewPort--; 32 | } 33 | 34 | jQuery(sliderList).animate({ 35 | left: "+=" + increment, 36 | y: 0, 37 | queue: true 38 | }, "swing", function(){isAnimating = false;}); 39 | isAnimating = true; 40 | } 41 | 42 | }); 43 | 44 | jQuery(next).click(function(event){ 45 | if (!isAnimating) { 46 | if (firstElementOnViewPort > numElmts) { 47 | //firstElementOnViewPort = 2; 48 | jQuery(sliderList).css('left', "0px"); 49 | } 50 | else { 51 | firstElementOnViewPort++; 52 | } 53 | jQuery(sliderList).animate({ 54 | left: "-=" + increment, 55 | y: 0, 56 | queue: true 57 | }, "swing", function(){isAnimating = false;}); 58 | isAnimating = true; 59 | } 60 | }); 61 | } 62 | }; 63 | jQuery(document).ready(function(){ 64 | jQuery('#logoscroll').carousel('#logoPrevious', '#logoNext'); 65 | }); -------------------------------------------------------------------------------- /test5/src/schoolhome/core/dao/CategoryDao.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 8 | 9 | 12 | 13 | 14 | insert into category(id,categoryName,description,sort) 15 | values(null,#{categoryName},#{description},#{sort}) 16 | 17 | 18 | 21 | 22 | 25 | 26 | 29 | 30 | 31 | update category 32 | 33 | 34 | categoryName=#{categoryName}, 35 | 36 | 37 | description=#{description}, 38 | 39 | 40 | sort=#{sort}, 41 | 42 | 43 | where id=#{id} 44 | 45 | 46 | 47 | delete from category where id=#{id} 48 | 49 | -------------------------------------------------------------------------------- /test5/build/classes/schoolhome/core/dao/CategoryDao.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 8 | 9 | 12 | 13 | 14 | insert into category(id,categoryName,description,sort) 15 | values(null,#{categoryName},#{description},#{sort}) 16 | 17 | 18 | 21 | 22 | 25 | 26 | 29 | 30 | 31 | update category 32 | 33 | 34 | categoryName=#{categoryName}, 35 | 36 | 37 | description=#{description}, 38 | 39 | 40 | sort=#{sort}, 41 | 42 | 43 | where id=#{id} 44 | 45 | 46 | 47 | delete from category where id=#{id} 48 | 49 | -------------------------------------------------------------------------------- /test5/src/schoolhome/core/service/impl/CategoryServiceImpl.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.service.impl; 2 | 3 | import java.util.ArrayList; 4 | 5 | import org.springframework.beans.factory.annotation.Autowired; 6 | import org.springframework.stereotype.Service; 7 | 8 | import schoolhome.core.dao.CategoryDao; 9 | import schoolhome.core.po.Category; 10 | import schoolhome.core.service.CategoryService; 11 | 12 | @Service("CategoryService") 13 | public class CategoryServiceImpl implements CategoryService{ 14 | //注入categoryDao 15 | @Autowired 16 | private CategoryDao categoryDao; 17 | @Override 18 | public Category selectCategoryByCategoryName(String categoryName) { 19 | // TODO Auto-generated method stub 20 | return categoryDao.selectCategoryByCategoryName(categoryName); 21 | } 22 | 23 | @Override 24 | public Category queryCategoryById(int id) { 25 | // TODO Auto-generated method stub 26 | return categoryDao.queryCategoryById(id); 27 | } 28 | 29 | @Override 30 | public int addCategory(Category category) { 31 | // TODO Auto-generated method stub 32 | return categoryDao.addCategory(category); 33 | } 34 | 35 | @Override 36 | public ArrayList queryAll() { 37 | // TODO Auto-generated method stub 38 | return categoryDao.queryAll(); 39 | } 40 | 41 | @Override 42 | public ArrayList queryAllOrderPage(int begin, int size) { 43 | // TODO Auto-generated method stub 44 | return categoryDao.queryAllOrderPage(begin, size); 45 | } 46 | 47 | @Override 48 | public int queryCountOfRows() { 49 | // TODO Auto-generated method stub 50 | return categoryDao.queryCountOfRows(); 51 | } 52 | 53 | @Override 54 | public int updateCategoryInformation(Category category) { 55 | // TODO Auto-generated method stub 56 | return categoryDao.updateCategoryInformation(category); 57 | } 58 | 59 | @Override 60 | public int deleteCategoryById(int id) { 61 | // TODO Auto-generated method stub 62 | return categoryDao.deleteCategoryById(id); 63 | } 64 | 65 | } 66 | -------------------------------------------------------------------------------- /test5/src/schoolhome/core/service/impl/ClassBeanServiceImpl.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.service.impl; 2 | 3 | import java.util.ArrayList; 4 | 5 | import org.springframework.beans.factory.annotation.Autowired; 6 | import org.springframework.stereotype.Service; 7 | 8 | import schoolhome.core.dao.ClassBeanDao; 9 | import schoolhome.core.po.ClassBean; 10 | import schoolhome.core.service.ClassBeanService; 11 | 12 | @Service("ClassBeanService") 13 | public class ClassBeanServiceImpl implements ClassBeanService{ 14 | @Autowired 15 | private ClassBeanDao classBeanDao; 16 | @Override 17 | public ClassBean selectClassBeanByClassBeanName(int classBeanName) { 18 | // TODO Auto-generated method stub 19 | return classBeanDao.selectClassBeanByClassBeanName(classBeanName); 20 | } 21 | 22 | @Override 23 | public ClassBean queryClassBeanById(int id) { 24 | // TODO Auto-generated method stub 25 | return classBeanDao.queryClassBeanById(id); 26 | } 27 | 28 | @Override 29 | public int addClassBean(ClassBean ClassBean) { 30 | // TODO Auto-generated method stub 31 | return classBeanDao.addClassBean(ClassBean); 32 | } 33 | 34 | @Override 35 | public ArrayList queryAll() { 36 | // TODO Auto-generated method stub 37 | return classBeanDao.queryAll(); 38 | } 39 | 40 | @Override 41 | public ArrayList queryAllOrderPage(int begin, int size) { 42 | // TODO Auto-generated method stub 43 | return classBeanDao.queryAllOrderPage(begin, size); 44 | } 45 | 46 | @Override 47 | public int queryCountOfRows() { 48 | // TODO Auto-generated method stub 49 | return classBeanDao.queryCountOfRows(); 50 | } 51 | 52 | @Override 53 | public int updateClassBeanInformation(ClassBean classBean) { 54 | // TODO Auto-generated method stub 55 | return classBeanDao.updateClassBeanInformation(classBean); 56 | } 57 | 58 | @Override 59 | public int deleteClassBeanById(int id) { 60 | // TODO Auto-generated method stub 61 | return classBeanDao.deleteClassBeanById(id); 62 | } 63 | 64 | } 65 | -------------------------------------------------------------------------------- /test5/src/schoolhome/core/service/impl/HomeworkServiceImpl.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.service.impl; 2 | 3 | import java.util.ArrayList; 4 | 5 | import org.springframework.beans.factory.annotation.Autowired; 6 | import org.springframework.stereotype.Service; 7 | 8 | import schoolhome.core.dao.HomeworkDao; 9 | import schoolhome.core.po.Homework; 10 | import schoolhome.core.service.HomeworkService; 11 | 12 | @Service("HomeworkService") 13 | public class HomeworkServiceImpl implements HomeworkService{ 14 | @Autowired 15 | private HomeworkDao homeworkDao; 16 | 17 | @Override 18 | public Homework queryHomeworkById(int H_ID) { 19 | // TODO Auto-generated method stub 20 | return homeworkDao.queryHomeworkById(H_ID); 21 | } 22 | 23 | @Override 24 | public int addHomework(Homework homework) { 25 | // TODO Auto-generated method stub 26 | return homeworkDao.addHomework(homework); 27 | } 28 | 29 | @Override 30 | public ArrayList queryAll() { 31 | // TODO Auto-generated method stub 32 | return homeworkDao.queryAll(); 33 | } 34 | 35 | @Override 36 | public ArrayList queryAllOrderPage(int begin, int size) { 37 | // TODO Auto-generated method stub 38 | return homeworkDao.queryAllOrderPage(begin, size); 39 | } 40 | 41 | @Override 42 | public int queryCountOfRows() { 43 | // TODO Auto-generated method stub 44 | return homeworkDao.queryCountOfRows(); 45 | } 46 | 47 | @Override 48 | public int updateHomeworkInformation(Homework homework) { 49 | // TODO Auto-generated method stub 50 | return homeworkDao.updateHomeworkInformation(homework); 51 | } 52 | 53 | @Override 54 | public int deleteHomeworkById(int H_ID) { 55 | // TODO Auto-generated method stub 56 | return homeworkDao.deleteHomeworkById(H_ID); 57 | } 58 | 59 | @Override 60 | public Homework queryHomeworkByH_nameAndH_content(String H_name, String H_content) { 61 | // TODO Auto-generated method stub 62 | return homeworkDao.queryHomeworkByH_nameAndH_content(H_name, H_content); 63 | } 64 | 65 | } 66 | -------------------------------------------------------------------------------- /test5/WebContent/indexFolder/css/layout.css: -------------------------------------------------------------------------------- 1 | /* 2 | * Skeleton V1.2 3 | * Copyright 2011, Dave Gamache 4 | * www.getskeleton.com 5 | * Free to use under the MIT license. 6 | * http://www.opensource.org/licenses/mit-license.php 7 | * 6/20/2012 8 | */ 9 | 10 | /* Table of Content 11 | ================================================== 12 | #Site Styles 13 | #Page Styles 14 | #Media Queries 15 | #Font-Face */ 16 | 17 | /* #Site Styles 18 | ================================================== */ 19 | 20 | /* #Page Styles 21 | ================================================== */ 22 | 23 | /* #Media Queries 24 | ================================================== */ 25 | 26 | /* Smaller than standard 960 (devices and browsers) */ 27 | @media only screen and (max-width: 959px) {} 28 | 29 | /* Tablet Portrait size to standard 960 (devices and browsers) */ 30 | @media only screen and (min-width: 768px) and (max-width: 959px) {} 31 | 32 | /* All Mobile Sizes (devices and browser) */ 33 | @media only screen and (max-width: 767px) {} 34 | 35 | /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */ 36 | @media only screen and (min-width: 480px) and (max-width: 767px) {} 37 | 38 | /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */ 39 | @media only screen and (max-width: 479px) {} 40 | 41 | 42 | /* #Font-Face 43 | ================================================== */ 44 | /* This is the proper syntax for an @font-face file 45 | Just create a "fonts" folder at the root, 46 | copy your FontName into code below and remove 47 | comment brackets */ 48 | 49 | /* @font-face { 50 | font-family: 'FontName'; 51 | src: url('../fonts/FontName.eot'); 52 | src: url('../fonts/FontName.eot?iefix') format('eot'), 53 | url('../fonts/FontName.woff') format('woff'), 54 | url('../fonts/FontName.ttf') format('truetype'), 55 | url('../fonts/FontName.svg#webfontZam02nTh') format('svg'); 56 | font-weight: normal; 57 | font-style: normal; } 58 | */ -------------------------------------------------------------------------------- /test5/src/schoolhome/core/service/impl/CommodityServiceImpl.java: -------------------------------------------------------------------------------- 1 | package schoolhome.core.service.impl; 2 | 3 | import java.util.ArrayList; 4 | 5 | import org.springframework.beans.factory.annotation.Autowired; 6 | import org.springframework.stereotype.Service; 7 | 8 | import schoolhome.core.dao.CommodityDao; 9 | import schoolhome.core.po.Commodity; 10 | import schoolhome.core.service.CommodityService; 11 | 12 | @Service("CommodityService") 13 | public class CommodityServiceImpl implements CommodityService{ 14 | @Autowired 15 | private CommodityDao commodityDao; 16 | 17 | @Override 18 | public Commodity selectCommodityByCommodityName(String commodityName) { 19 | // TODO Auto-generated method stub 20 | return commodityDao.selectCommodityByCommodityName(commodityName); 21 | } 22 | 23 | @Override 24 | public Commodity queryCommodityById(int id) { 25 | // TODO Auto-generated method stub 26 | return commodityDao.queryCommodityById(id); 27 | } 28 | 29 | @Override 30 | public int addCommodity(Commodity commodity) { 31 | // TODO Auto-generated method stub 32 | return commodityDao.addCommodity(commodity); 33 | } 34 | 35 | @Override 36 | public ArrayList queryAll() { 37 | // TODO Auto-generated method stub 38 | return commodityDao.queryAll(); 39 | } 40 | 41 | @Override 42 | public ArrayList queryAllOrderPage(int begin, int size) { 43 | // TODO Auto-generated method stub 44 | return commodityDao.queryAllOrderPage(begin, size); 45 | } 46 | 47 | @Override 48 | public int queryCountOfRows() { 49 | // TODO Auto-generated method stub 50 | return commodityDao.queryCountOfRows(); 51 | } 52 | 53 | @Override 54 | public int updateCommodityInformation(Commodity commodity) { 55 | // TODO Auto-generated method stub 56 | return commodityDao.updateCommodityInformation(commodity); 57 | } 58 | 59 | @Override 60 | public int deleteCommodityById(int id) { 61 | // TODO Auto-generated method stub 62 | return commodityDao.deleteCommodityById(id); 63 | } 64 | 65 | } 66 | --------------------------------------------------------------------------------