• 大小: 26.22M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-07-03
  • 语言: 其他
  • 标签: 其他  

资源简介

光盘刻录.rar

资源截图

代码片段和文件信息

package org.hk.controller.admin;

import javax.annotation.Resource;

import org.hk.entity.Result;
import org.hk.service.AdminService;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
@Controller
@RequestMapping(“admin“)
public class AddStudentController {
@Resource
private AdminService adminService ;
@RequestMapping(“/addstudent.do“)
@ResponseBody
public Result execute(String sno String name String genderString college String c_nameString examint room)throws Exception{
Result result=adminService.addStudent(sno name gender college c_nameexamroom);
return result;
}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    .......      1093  2016-05-24 13:31  光盘刻录\graduation\.classpath

    .......      1335  2016-04-05 13:51  光盘刻录\graduation\.project

    .......       522  2016-04-05 13:51  光盘刻录\graduation\.settings\.jsdtscope

    .......       368  2016-06-17 09:56  光盘刻录\graduation\.settings\com.genuitec.eclipse.core.prefs

    .......       259  2016-05-23 09:58  光盘刻录\graduation\.settings\org.eclipse.core.resources.prefs

    .......       364  2016-04-05 13:51  光盘刻录\graduation\.settings\org.eclipse.jdt.core.prefs

    .......       489  2016-05-24 13:31  光盘刻录\graduation\.settings\org.eclipse.wst.common.component

    .......       414  2016-04-05 13:51  光盘刻录\graduation\.settings\org.eclipse.wst.common.project.facet.core.xml

    .......        49  2016-04-05 13:51  光盘刻录\graduation\.settings\org.eclipse.wst.jsdt.ui.superType.container

    .......         6  2016-04-05 13:51  光盘刻录\graduation\.settings\org.eclipse.wst.jsdt.ui.superType.name

    .......      6995  2016-06-10 12:22  光盘刻录\graduation\mysql.sql

    .......        13  2016-05-04 10:04  光盘刻录\graduation\README.md

    .......      2236  2016-05-30 21:45  光盘刻录\graduation\src\applicationContext.xml

    .......       740  2016-05-29 21:10  光盘刻录\graduation\src\org\hk\controller\admin\AddStudentController.java

    .......       764  2016-05-04 16:11  光盘刻录\graduation\src\org\hk\controller\admin\AddTeacherController.java

    .......       882  2016-05-19 12:36  光盘刻录\graduation\src\org\hk\controller\admin\LoginController.java

    .......       660  2016-05-03 11:32  光盘刻录\graduation\src\org\hk\controller\Class\ClassController.java

    .......      1182  2016-05-19 18:28  光盘刻录\graduation\src\org\hk\controller\classroom\AdminClassroomController.java

    .......       966  2016-06-10 10:51  光盘刻录\graduation\src\org\hk\controller\classroom\ShowRoomController.java

    .......       601  2016-05-01 11:19  光盘刻录\graduation\src\org\hk\controller\College\FindCollegeController.java

    .......      1845  2016-06-06 13:27  光盘刻录\graduation\src\org\hk\controller\exam\ExamController.java

    .......       954  2016-06-17 14:41  光盘刻录\graduation\src\org\hk\controller\excel\ExcelController.java

    .......       606  2016-05-11 15:14  光盘刻录\graduation\src\org\hk\controller\student\DelStudentController.java

    .......       845  2016-05-11 11:59  光盘刻录\graduation\src\org\hk\controller\student\FindStudentController.java

    .......       964  2016-05-30 14:49  光盘刻录\graduation\src\org\hk\controller\student\ShowStudentController.java

    .......      1035  2016-05-30 19:48  光盘刻录\graduation\src\org\hk\controller\student\StudentController.java

    .......      1036  2016-05-27 12:23  光盘刻录\graduation\src\org\hk\controller\student\UpdateStudentController.java

    .......       645  2016-05-11 18:35  光盘刻录\graduation\src\org\hk\controller\teacher\DelTeacherController.java

    .......       856  2016-05-11 12:57  光盘刻录\graduation\src\org\hk\controller\teacher\FindTeacherController.java

    .......       603  2016-05-11 13:08  光盘刻录\graduation\src\org\hk\controller\teacher\ShowTeacherController.java

............此处省略687个文件信息

评论

共有 条评论