在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → java ssh+mysql大学信息管理系统源码+数据库

java ssh+mysql大学信息管理系统源码+数据库

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:21.92M
  • 下载次数:1
  • 浏览次数:45
  • 发布时间:2021-11-13
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
重庆理工大学网站源码。全为jsp实现。资源一切正常。绝对是可用的,亲测,若出现不可用的情况,请先检查配置,谢谢。
【实例截图】
【核心代码】
4744302543363979293.rar
└── SMS
├── sms.sql
├── src
│   ├── applicationContext_Alex.xml
│   ├── applicationContext_ICE4.xml
│   ├── applicationContext_LTT.xml
│   ├── applicationContext.xml
│   ├── com
│   │   └── cqut
│   │   ├── action
│   │   │   ├── SMSIndexAction.java
│   │   │   ├── student
│   │   │   │   ├── ApplyPoorStudent.java
│   │   │   │   ├── CheckPoorStudent.java
│   │   │   │   ├── CheckStudent.java
│   │   │   │   ├── ModifyStudentInfo.java
│   │   │   │   ├── StudentApply.java
│   │   │   │   ├── UpdateStudentInfoAction.java
│   │   │   │   ├── UploadStudentList.java
│   │   │   │   └── ViewScore.java
│   │   │   ├── StudentBurseAction.java
│   │   │   ├── StudentDomitoryAction.java
│   │   │   ├── StudentPoorAction.java
│   │   │   ├── StudentRosterAction.java
│   │   │   └── WorkManageAction.java
│   │   ├── dao
│   │   │   ├── ApprovalinfoDao.java
│   │   │   ├── CommunicateDao.java
│   │   │   ├── DepartDao.java
│   │   │   ├── GradeDAO.java
│   │   │   ├── Impl
│   │   │   │   ├── ApprovalinfoDaoImpl.java
│   │   │   │   ├── CommunicateDaoImpl.java
│   │   │   │   ├── DepartDaoImpl.java
│   │   │   │   ├── GradeDAOImpl.java
│   │   │   │   ├── PoorapplyDaoImpl.java
│   │   │   │   ├── SMSIndexDAOImpl.java
│   │   │   │   ├── StudentBurseDAOImpl.java
│   │   │   │   ├── StudentDaoImpl.java
│   │   │   │   ├── StudentDomitoryDAOImpl.java
│   │   │   │   ├── StudentPoorDAOImpl.java
│   │   │   │   ├── StudentRosterDAOImpl.java
│   │   │   │   ├── StudetailDaoImpl.java
│   │   │   │   └── WorkManageDAOImpl.java
│   │   │   ├── PoorapplyDao.java
│   │   │   ├── SMSIndexDAO.java
│   │   │   ├── StudentBurseDAO.java
│   │   │   ├── StudentDao.java
│   │   │   ├── StudentDomitoryDAO.java
│   │   │   ├── StudentPoorDAO.java
│   │   │   ├── StudentRosterDAO.java
│   │   │   ├── StudetailDao.java
│   │   │   └── WorkManageDAO.java
│   │   ├── entity
│   │   │   ├── Approvalinfo.java
│   │   │   ├── Communicate.java
│   │   │   ├── DomitoryInformation.java
│   │   │   ├── DomitoryRecord.java
│   │   │   ├── Functions.java
│   │   │   ├── Grade.java
│   │   │   ├── Node.java
│   │   │   ├── Poorapply.java
│   │   │   ├── PoorResult.java
│   │   │   ├── Student.java
│   │   │   ├── Studetail.java
│   │   │   ├── User.java
│   │   │   ├── WorkInformation.java
│   │   │   ├── WorkMessage.java
│   │   │   └── WorkSign.java
│   │   └── service
│   │   ├── ApprovalinfoService.java
│   │   ├── CommunicateService.java
│   │   ├── GradeService.java
│   │   ├── Impl
│   │   │   ├── ApprovalinfoServiceImpl.java
│   │   │   ├── CommunicateServiceImpl.java
│   │   │   ├── GradeServiceImpl.java
│   │   │   ├── PoorapplyServiceImpl.java
│   │   │   ├── SMSIndexServiceImpl.java
│   │   │   ├── StudentBurseServiceImpl.java
│   │   │   ├── StudentDomitoryServiceImpl.java
│   │   │   ├── StudentPoorServiceImpl.java
│   │   │   ├── StudentRosterServiceImpl.java
│   │   │   ├── StudentServiceImpl.java
│   │   │   ├── StudetailServiceImpl.java
│   │   │   └── WorkManageServiceImpl.java
│   │   ├── PoorapplyService.java
│   │   ├── SMSIndexService.java
│   │   ├── StudentBurseService.java
│   │   ├── StudentDomitoryService.java
│   │   ├── StudentPoorService.java
│   │   ├── StudentRosterService.java
│   │   ├── StudentService.java
│   │   ├── StudetailService.java
│   │   └── WorkManageService.java
│   ├── hibernate.cfg.xml
│   ├── jdbc.properties
│   ├── Struts_Alex.xml
│   ├── Struts_ICE4.xml
│   ├── Struts_LTT.xml
│   └── struts.xml
├── WebRoot
│   ├── error.jsp
│   ├── foot.jsp
│   ├── images
│   │   └── logo.png
│   ├── index.jsp
│   ├── jquery-easyui
│   │   ├── easyloader.js
│   │   ├── jquery-1.4.4.min.js
│   │   ├── jquery.easyui.min.js
│   │   ├── jquery.form.js
│   │   ├── locale
│   │   │   ├── easyui-lang-af.js
│   │   │   ├── easyui-lang-bg.js
│   │   │   ├── easyui-lang-ca.js
│   │   │   ├── easyui-lang-cs.js
│   │   │   ├── easyui-lang-da.js
│   │   │   ├── easyui-lang-de.js
│   │   │   ├── easyui-lang-en.js
│   │   │   ├── easyui-lang-fr.js
│   │   │   └── easyui-lang-nl.js
│   │   ├── plugins
│   │   │   ├── jquery.accordion.js
│   │   │   ├── jquery.calendar.js
│   │   │   ├── jquery.combobox.js
│   │   │   ├── jquery.combogrid.js
│   │   │   ├── jquery.combo.js
│   │   │   ├── jquery.combotree.js
│   │   │   ├── jquery.datagrid.js
│   │   │   ├── jquery.datebox.js
│   │   │   ├── jquery.datetimebox.js
│   │   │   ├── jquery.dialog.js
│   │   │   ├── jquery.draggable.js
│   │   │   ├── jquery.droppable.js
│   │   │   ├── jquery.form.js
│   │   │   ├── jquery.layout.js
│   │   │   ├── jquery.linkbutton.js
│   │   │   ├── jquery.menubutton.js
│   │   │   ├── jquery.menu.js
│   │   │   ├── jquery.messager.js
│   │   │   ├── jquery.numberbox.js
│   │   │   ├── jquery.numberspinner.js
│   │   │   ├── jquery.pagination.js
│   │   │   ├── jquery.panel.js
│   │   │   ├── jquery.parser.js
│   │   │   ├── jquery.resizable.js
│   │   │   ├── jquery.spinner.js
│   │   │   ├── jquery.splitbutton.js
│   │   │   ├── jquery.tabs.js
│   │   │   ├── jquery.timespinner.js
│   │   │   ├── jquery.treegrid.js
│   │   │   ├── jquery.tree.js
│   │   │   ├── jquery.validatebox.js
│   │   │   └── jquery.window.js
│   │   └── themes
│   │   ├── default
│   │   │   ├── accordion.css
│   │   │   ├── calendar.css
│   │   │   ├── combobox.css
│   │   │   ├── combo.css
│   │   │   ├── datagrid.css
│   │   │   ├── datebox.css
│   │   │   ├── dialog.css
│   │   │   ├── easyui.css
│   │   │   ├── images
│   │   │   │   ├── accordion_collapse.png
│   │   │   │   ├── accordion_expand.png
│   │   │   │   ├── button_a_bg.gif
│   │   │   │   ├── button_plain_hover.png
│   │   │   │   ├── button_span_bg.gif
│   │   │   │   ├── calendar_nextmonth.gif
│   │   │   │   ├── calendar_nextyear.gif
│   │   │   │   ├── calendar_prevmonth.gif
│   │   │   │   ├── calendar_prevyear.gif
│   │   │   │   ├── combo_arrow.gif
│   │   │   │   ├── datagrid_header_bg.gif
│   │   │   │   ├── datagrid_row_collapse.gif
│   │   │   │   ├── datagrid_row_expand.gif
│   │   │   │   ├── datagrid_sort_asc.gif
│   │   │   │   ├── datagrid_sort_desc.gif
│   │   │   │   ├── datagrid_title_bg.png
│   │   │   │   ├── datebox_arrow.png
│   │   │   │   ├── layout_button_down.gif
│   │   │   │   ├── layout_button_left.gif
│   │   │   │   ├── layout_button_right.gif
│   │   │   │   ├── layout_button_up.gif
│   │   │   │   ├── menu_downarrow.png
│   │   │   │   ├── menu.gif
│   │   │   │   ├── menu_rightarrow.png
│   │   │   │   ├── menu_sep.png
│   │   │   │   ├── menu_split_downarrow.png
│   │   │   │   ├── messager_error.gif
│   │   │   │   ├── messager_info.gif
│   │   │   │   ├── messager_question.gif
│   │   │   │   ├── messager_warning.gif
│   │   │   │   ├── pagination_first.gif
│   │   │   │   ├── pagination_last.gif
│   │   │   │   ├── pagination_loading.gif
│   │   │   │   ├── pagination_load.png
│   │   │   │   ├── pagination_next.gif
│   │   │   │   ├── pagination_prev.gif
│   │   │   │   ├── panel_loading.gif
│   │   │   │   ├── panel_title.png
│   │   │   │   ├── panel_tool_collapse.gif
│   │   │   │   ├── panel_tool_expand.gif
│   │   │   │   ├── panel_tools.gif
│   │   │   │   ├── spinner_arrow_down.gif
│   │   │   │   ├── spinner_arrow_up.gif
│   │   │   │   ├── tabs_active.png
│   │   │   │   ├── tabs_close.gif
│   │   │   │   ├── tabs_enabled.png
│   │   │   │   ├── tabs_leftarrow.png
│   │   │   │   ├── tabs_rightarrow.png
│   │   │   │   ├── tree_arrows.gif
│   │   │   │   ├── tree_checkbox_0.gif
│   │   │   │   ├── tree_checkbox_1.gif
│   │   │   │   ├── tree_checkbox_2.gif
│   │   │   │   ├── tree_dnd_no.png
│   │   │   │   ├── tree_dnd_yes.png
│   │   │   │   ├── tree_file.gif
│   │   │   │   ├── tree_folder.gif
│   │   │   │   ├── tree_folder_open.gif
│   │   │   │   ├── tree_loading.gif
│   │   │   │   ├── validatebox_pointer.gif
│   │   │   │   └── validatebox_warning.png
│   │   │   ├── layout.css
│   │   │   ├── linkbutton.css
│   │   │   ├── menubutton.css
│   │   │   ├── menu.css
│   │   │   ├── messager.css
│   │   │   ├── pagination.css
│   │   │   ├── panel.css
│   │   │   ├── spinner.css
│   │   │   ├── splitbutton.css
│   │   │   ├── tabs.css
│   │   │   ├── tree.css
│   │   │   ├── validatebox.css
│   │   │   └── window.css
│   │   ├── gray
│   │   │   ├── accordion.css
│   │   │   ├── calendar.css
│   │   │   ├── combobox.css
│   │   │   ├── combo.css
│   │   │   ├── datagrid.css
│   │   │   ├── datebox.css
│   │   │   ├── dialog.css
│   │   │   ├── easyui.css
│   │   │   ├── images
│   │   │   │   ├── accordion_collapse.png
│   │   │   │   ├── accordion_expand.png
│   │   │   │   ├── button_a_bg.gif
│   │   │   │   ├── button_plain_hover.png
│   │   │   │   ├── button_span_bg.gif
│   │   │   │   ├── calendar_nextmonth.gif
│   │   │   │   ├── calendar_nextyear.gif
│   │   │   │   ├── calendar_prevmonth.gif
│   │   │   │   ├── calendar_prevyear.gif
│   │   │   │   ├── combo_arrow.gif
│   │   │   │   ├── datagrid_header_bg.gif
│   │   │   │   ├── datagrid_row_collapse.gif
│   │   │   │   ├── datagrid_row_expand.gif
│   │   │   │   ├── datagrid_sort_asc.gif
│   │   │   │   ├── datagrid_sort_desc.gif
│   │   │   │   ├── datagrid_title_bg.gif
│   │   │   │   ├── datebox_arrow.png
│   │   │   │   ├── layout_button_down.gif
│   │   │   │   ├── layout_button_left.gif
│   │   │   │   ├── layout_button_right.gif
│   │   │   │   ├── layout_button_up.gif
│   │   │   │   ├── menu_downarrow.png
│   │   │   │   ├── menu.gif
│   │   │   │   ├── menu_rightarrow.png
│   │   │   │   ├── menu_sep.png
│   │   │   │   ├── menu_split_downarrow.png
│   │   │   │   ├── messager_error.gif
│   │   │   │   ├── messager_info.gif
│   │   │   │   ├── messager_question.gif
│   │   │   │   ├── messager_warning.gif
│   │   │   │   ├── pagination_first.gif
│   │   │   │   ├── pagination_last.gif
│   │   │   │   ├── pagination_loading.gif
│   │   │   │   ├── pagination_load.png
│   │   │   │   ├── pagination_next.gif
│   │   │   │   ├── pagination_prev.gif
│   │   │   │   ├── panel_loading.gif
│   │   │   │   ├── panel_title.gif
│   │   │   │   ├── panel_tool_collapse.gif
│   │   │   │   ├── panel_tool_expand.gif
│   │   │   │   ├── panel_tools.gif
│   │   │   │   ├── spinner_arrow_down.gif
│   │   │   │   ├── spinner_arrow_up.gif
│   │   │   │   ├── tabs_close.gif
│   │   │   │   ├── tabs_enabled.gif
│   │   │   │   ├── tabs_leftarrow.png
│   │   │   │   ├── tabs_rightarrow.png
│   │   │   │   ├── tree_arrows.gif
│   │   │   │   ├── tree_checkbox_0.gif
│   │   │   │   ├── tree_checkbox_1.gif
│   │   │   │   ├── tree_checkbox_2.gif
│   │   │   │   ├── tree_dnd_no.png
│   │   │   │   ├── tree_dnd_yes.png
│   │   │   │   ├── tree_file.gif
│   │   │   │   ├── tree_folder.gif
│   │   │   │   ├── tree_folder_open.gif
│   │   │   │   ├── tree_loading.gif
│   │   │   │   ├── validatebox_pointer.gif
│   │   │   │   └── validatebox_warning.png
│   │   │   ├── layout.css
│   │   │   ├── linkbutton.css
│   │   │   ├── menubutton.css
│   │   │   ├── menu.css
│   │   │   ├── messager.css
│   │   │   ├── pagination.css
│   │   │   ├── panel.css
│   │   │   ├── spinner.css
│   │   │   ├── splitbutton.css
│   │   │   ├── tabs.css
│   │   │   ├── tree.css
│   │   │   ├── validatebox.css
│   │   │   └── window.css
│   │   ├── icon.css
│   │   └── icons
│   │   ├── back.png
│   │   ├── cancel.png
│   │   ├── cut.png
│   │   ├── edit_add.png
│   │   ├── edit_remove.png
│   │   ├── filesave.png
│   │   ├── help.png
│   │   ├── no.png
│   │   ├── ok.png
│   │   ├── pencil.png
│   │   ├── print.png
│   │   ├── redo.png
│   │   ├── reload.png
│   │   ├── search.png
│   │   └── undo.png
│   ├── login.jsp
│   ├── META-INF
│   │   └── MANIFEST.MF
│   ├── mytree.jsp
│   ├── Student
│   │   ├── ApplyError.jsp
│   │   ├── ApplyPoorStudent.jsp
│   │   ├── ApplySuccess.jsp
│   │   ├── CheckPoorStudent.jsp
│   │   ├── Error.jsp
│   │   ├── ModifyStudentInfo.jsp
│   │   ├── Success.jsp
│   │   ├── UploadStudentList.jsp
│   │   └── ViewScore.jsp
│   ├── StudentBurse
│   │   └── burse.jsp
│   ├── StudentDomitory
│   │   ├── addInformation.jsp
│   │   ├── addRecord.jsp
│   │   ├── domitory.js
│   │   ├── domitory.jsp
│   │   ├── modifyInformation.jsp
│   │   ├── modifyRecord.jsp
│   │   └── record.jsp
│   ├── StudentPoor
│   │   ├── error.jsp
│   │   ├── modifyPoor.jsp
│   │   ├── poor.jsp
│   │   └── showPoor.jsp
│   ├── StudentRoster
│   │   ├── index.js
│   │   └── index.jsp
│   ├── top.jsp
│   ├── WEB-INF
│   │   ├── classes
│   │   │   ├── applicationContext_Alex.xml
│   │   │   ├── applicationContext_ICE4.xml
│   │   │   ├── applicationContext_LTT.xml
│   │   │   ├── applicationContext.xml
│   │   │   ├── com
│   │   │   │   └── cqut
│   │   │   │   ├── action
│   │   │   │   │   ├── SMSIndexAction.class
│   │   │   │   │   ├── student
│   │   │   │   │   │   ├── ApplyPoorStudent.class
│   │   │   │   │   │   ├── CheckPoorStudent.class
│   │   │   │   │   │   ├── CheckStudent.class
│   │   │   │   │   │   ├── ModifyStudentInfo.class
│   │   │   │   │   │   ├── StudentApply.class
│   │   │   │   │   │   ├── UpdateStudentInfoAction.class
│   │   │   │   │   │   ├── UploadStudentList.class
│   │   │   │   │   │   └── ViewScore.class
│   │   │   │   │   ├── StudentBurseAction.class
│   │   │   │   │   ├── StudentDomitoryAction.class
│   │   │   │   │   ├── StudentPoorAction.class
│   │   │   │   │   ├── StudentRosterAction.class
│   │   │   │   │   └── WorkManageAction.class
│   │   │   │   ├── dao
│   │   │   │   │   ├── ApprovalinfoDao.class
│   │   │   │   │   ├── CommunicateDao.class
│   │   │   │   │   ├── DepartDao.class
│   │   │   │   │   ├── GradeDAO.class
│   │   │   │   │   ├── Impl
│   │   │   │   │   │   ├── ApprovalinfoDaoImpl.class
│   │   │   │   │   │   ├── CommunicateDaoImpl.class
│   │   │   │   │   │   ├── DepartDaoImpl.class
│   │   │   │   │   │   ├── GradeDAOImpl.class
│   │   │   │   │   │   ├── PoorapplyDaoImpl.class
│   │   │   │   │   │   ├── SMSIndexDAOImpl.class
│   │   │   │   │   │   ├── StudentBurseDAOImpl.class
│   │   │   │   │   │   ├── StudentDaoImpl.class
│   │   │   │   │   │   ├── StudentDomitoryDAOImpl.class
│   │   │   │   │   │   ├── StudentPoorDAOImpl.class
│   │   │   │   │   │   ├── StudentRosterDAOImpl.class
│   │   │   │   │   │   ├── StudetailDaoImpl.class
│   │   │   │   │   │   └── WorkManageDAOImpl.class
│   │   │   │   │   ├── PoorapplyDao.class
│   │   │   │   │   ├── SMSIndexDAO.class
│   │   │   │   │   ├── StudentBurseDAO.class
│   │   │   │   │   ├── StudentDao.class
│   │   │   │   │   ├── StudentDomitoryDAO.class
│   │   │   │   │   ├── StudentPoorDAO.class
│   │   │   │   │   ├── StudentRosterDAO.class
│   │   │   │   │   ├── StudetailDao.class
│   │   │   │   │   └── WorkManageDAO.class
│   │   │   │   ├── entity
│   │   │   │   │   ├── Approvalinfo.class
│   │   │   │   │   ├── Communicate.class
│   │   │   │   │   ├── DomitoryInformation.class
│   │   │   │   │   ├── DomitoryRecord.class
│   │   │   │   │   ├── Functions.class
│   │   │   │   │   ├── Grade.class
│   │   │   │   │   ├── Node.class
│   │   │   │   │   ├── Poorapply.class
│   │   │   │   │   ├── PoorResult.class
│   │   │   │   │   ├── Student.class
│   │   │   │   │   ├── Studetail.class
│   │   │   │   │   ├── User.class
│   │   │   │   │   ├── WorkInformation.class
│   │   │   │   │   ├── WorkMessage.class
│   │   │   │   │   └── WorkSign.class
│   │   │   │   └── service
│   │   │   │   ├── ApprovalinfoService.class
│   │   │   │   ├── CommunicateService.class
│   │   │   │   ├── GradeService.class
│   │   │   │   ├── Impl
│   │   │   │   │   ├── ApprovalinfoServiceImpl.class
│   │   │   │   │   ├── CommunicateServiceImpl.class
│   │   │   │   │   ├── GradeServiceImpl.class
│   │   │   │   │   ├── PoorapplyServiceImpl.class
│   │   │   │   │   ├── SMSIndexServiceImpl.class
│   │   │   │   │   ├── StudentBurseServiceImpl.class
│   │   │   │   │   ├── StudentDomitoryServiceImpl.class
│   │   │   │   │   ├── StudentPoorServiceImpl.class
│   │   │   │   │   ├── StudentRosterServiceImpl.class
│   │   │   │   │   ├── StudentServiceImpl.class
│   │   │   │   │   ├── StudetailServiceImpl.class
│   │   │   │   │   └── WorkManageServiceImpl.class
│   │   │   │   ├── PoorapplyService.class
│   │   │   │   ├── SMSIndexService.class
│   │   │   │   ├── StudentBurseService.class
│   │   │   │   ├── StudentDomitoryService.class
│   │   │   │   ├── StudentPoorService.class
│   │   │   │   ├── StudentRosterService.class
│   │   │   │   ├── StudentService.class
│   │   │   │   ├── StudetailService.class
│   │   │   │   └── WorkManageService.class
│   │   │   ├── hibernate.cfg.xml
│   │   │   ├── jdbc.properties
│   │   │   ├── Struts_Alex.xml
│   │   │   ├── Struts_ICE4.xml
│   │   │   ├── Struts_LTT.xml
│   │   │   └── struts.xml
│   │   ├── lib
│   │   │   ├── antlr-2.7.6.jar
│   │   │   ├── cglib-2.2.jar
│   │   │   ├── commons-collections-3.1.jar
│   │   │   ├── commons-dbcp-1.4.jar
│   │   │   ├── commons-fileupload-1.2.1.jar
│   │   │   ├── commons-io-1.3.2.jar
│   │   │   ├── commons-logging-1.0.4.jar
│   │   │   ├── commons-pool-1.5.6.jar
│   │   │   ├── com.springsource.net.sf.cglib-2.2.0.jar
│   │   │   ├── com.springsource.org.aopalliance-1.0.0.jar
│   │   │   ├── com.springsource.org.apache.commons.fileupload-1.2.0.jar
│   │   │   ├── com.springsource.org.apache.commons.httpclient-3.1.0.jar
│   │   │   ├── com.springsource.org.apache.commons.logging-1.1.1.jar
│   │   │   ├── com.springsource.org.apache.log4j-1.2.15.jar
│   │   │   ├── com.springsource.org.aspectj.weaver-1.6.8.RELEASE.jar
│   │   │   ├── com.springsource.org.codehaus.jackson.mapper-1.0.0.jar
│   │   │   ├── dom4j-1.6.1.jar
│   │   │   ├── ehcache-1.2.3.jar
│   │   │   ├── ejb3-persistence.jar
│   │   │   ├── freemarker-2.3.16.jar
│   │   │   ├── freemarker-2.3.8.jar
│   │   │   ├── hibernate3.jar
│   │   │   ├── hibernate-annotations.jar
│   │   │   ├── hibernate-commons-annotations.jar
│   │   │   ├── hibernate-entitymanager.jar
│   │   │   ├── hibernate-validator.jar
│   │   │   ├── javassist-3.7.ga.jar
│   │   │   ├── javassist-3.9.0.GA.jar
│   │   │   ├── jms.jar
│   │   │   ├── json-lib-2.1-jdk15.jar
│   │   │   ├── jta-1.1.jar
│   │   │   ├── junit-4.9b2.jar
│   │   │   ├── lib
│   │   │   │   ├── commons-fileupload-1.2.1.jar
│   │   │   │   ├── commons-io-1.3.2.jar
│   │   │   │   ├── commons-logging-1.0.4.jar
│   │   │   │   ├── freemarker-2.3.16.jar
│   │   │   │   ├── javassist-3.7.ga.jar
│   │   │   │   ├── ognl-3.0.jar
│   │   │   │   ├── struts2-core-2.2.1.jar
│   │   │   │   └── xwork-core-2.2.1.jar
│   │   │   ├── log4j-1.2.14.jar
│   │   │   ├── mysql-connector-java-5.1.13-bin.jar
│   │   │   ├── ognl-3.0.jar
│   │   │   ├── org.springframework.aop-3.0.1.RELEASE-A.jar
│   │   │   ├── org.springframework.asm-3.0.1.RELEASE-A.jar
│   │   │   ├── org.springframework.aspects-3.0.1.RELEASE-A.jar
│   │   │   ├── org.springframework.beans-3.0.1.RELEASE-A.jar
│   │   │   ├── org.springframework.context-3.0.1.RELEASE-A.jar
│   │   │   ├── org.springframework.core-3.0.1.RELEASE-A.jar
│   │   │   ├── org.springframework.expression-3.0.1.RELEASE-A.jar
│   │   │   ├── org.springframework.instrument-3.0.1.RELEASE-A.jar
│   │   │   ├── org.springframework.instrument.tomcat-3.0.1.RELEASE-A.jar
│   │   │   ├── org.springframework.jdbc-3.0.1.RELEASE-A.jar
│   │   │   ├── org.springframework.orm-3.0.1.RELEASE-A.jar
│   │   │   ├── org.springframework.oxm-3.0.1.RELEASE-A.jar
│   │   │   ├── org.springframework.transaction-3.0.1.RELEASE-A.jar
│   │   │   ├── org.springframework.web-3.0.1.RELEASE-A.jar
│   │   │   ├── org.springframework.web.portlet-3.0.1.RELEASE-A.jar
│   │   │   ├── org.springframework.web.servlet-3.0.1.RELEASE-A.jar
│   │   │   ├── org.springframework.web.struts-3.0.1.RELEASE-A.jar
│   │   │   ├── persistence.jar
│   │   │   ├── servlets.jar
│   │   │   ├── slf4j-api-1.5.8.jar
│   │   │   ├── slf4j-log4j12-1.5.8.jar
│   │   │   ├── struts2-core-2.2.1.jar
│   │   │   ├── struts2-json-plugin-2.2.1.jar
│   │   │   ├── struts2-spring-plugin-2.2.1.1.jar
│   │   │   └── xwork-core-2.2.1.jar
│   │   └── web.xml
│   ├── welcome.jsp
│   └── WorkManage
│   ├── index.jsp
│   ├── inf.jsp
│   ├── inflist.jsp
│   ├── stuindex.jsp
│   └── stusign.jsp
└── 安装说明.txt

42 directories, 508 files

标签:

实例下载地址

java ssh+mysql大学信息管理系统源码+数据库

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警