• 大小: 12.55MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-07-12
  • 语言: Java
  • 标签: java  

资源简介

基于Struts2+hibernate3.0+ajax+xml+MySql+Jsp 写的一个面试评分系统.小弟初学JAVA 1年多多指教

资源截图

代码片段和文件信息

package com.action;

import org.apache.struts2.ServletActionContext;

import com.opensymphony.xwork2.ActionSupport;
import com.pojo.Count;
import com.pojo.Grade;
import com.service.CountServiceImp;
import com.service.CountServiceInf;
import com.service.GradeServiceImp;
import com.service.GradeServiceInf;
import com.service.StudentServiceImp;
import com.service.StudentServiceInf;

public class addAction extends ActionSupport {
private String Grade_Id;
private String name;
private String date;
private String sex;
private String job;
private String branch;
private int T1;
private int T2;
private int T3;
private int T4;
private int T5;
private int T6;
private int T7;
private int T8;
private int T9;
private int T10;
private int T11;
private int T12;
private int T13;
private int T14;
private int T15;
private String Technology_info;
private String Personnel_info;
private String flag;

public addAction() {
}

public String getGrade_Id() {
return Grade_Id;
}

public void setGrade_Id(String gradeId) {
Grade_Id = gradeId;
}

public String getName() {
return name;
}

public void setName(String name) {
this.name = name;
}

public String getDate() {
return date;
}

public void setDate(String date) {
this.date = date;
}

public String getSex() {
return sex;
}

public void setSex(String sex) {
this.sex = sex;
}

public String getJob() {
return job;
}

public void setJob(String job) {
this.job = job;
}

public String getBranch() {
return branch;
}

public void setBranch(String branch) {
this.branch = branch;
}

public int getT1() {
return T1;
}

public void setT1(int t1) {
T1 = t1;
}

public int getT2() {
return T2;
}

public void setT2(int t2) {
T2 = t2;
}

public int getT3() {
return T3;
}

public void setT3(int t3) {
T3 = t3;
}

public int getT4() {
return T4;
}

public void setT4(int t4) {
T4 = t4;
}

public int getT5() {
return T5;
}

public void setT5(int t5) {
T5 = t5;
}

public int getT6() {
return T6;
}

public void setT6(int t6) {
T6 = t6;
}

public int getT7() {
return T7;
}

public void setT7(int t7) {
T7 = t7;
}

public int getT8() {
return T8;
}

public void setT8(int t8) {
T8 = t8;
}

public int getT9() {
return T9;
}

public void setT9(int t9) {
T9 = t9;
}

public int getT10() {
return T10;
}

public void setT10(int t10) {
T10 = t10;
}

public int getT11() {
return T11;
}

public void setT11(int t11) {
T11 = t11;
}

public int getT12() {
return T12;
}

public void setT12(int t12) {
T12 = t12;
}

public int getT13() {
return T13;
}

public void setT13(int t13) {
T13 = t13;
}

public int getT14() {
return T14;
}

public void setT14(int t14) {
T14 = t14;
}

public int

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

     文件       1051  2011-04-23 22:45  Interview\.classpath

     文件        557  2011-04-23 00:55  Interview\.myhibernatedata

     文件        300  2011-04-28 14:37  Interview\.mymetadata

     文件        240  2011-04-23 01:01  Interview\.mystrutsdata

     文件       1567  2011-04-23 01:02  Interview\.project

     文件        330  2011-04-23 00:50  Interview\.settings\org.eclipse.jdt.core.prefs

     文件       5697  2011-04-27 08:53  Interview\src\com\action\addAction.java

     文件        673  2011-04-24 03:09  Interview\src\com\action\gradeshowAction.java

     文件        783  2011-04-23 13:52  Interview\src\com\action\usershowAction.java

     文件       2096  2011-04-27 01:08  Interview\src\com\dao\CountDaoImp.java

     文件        338  2011-04-23 15:11  Interview\src\com\dao\CountDaoInf.java

     文件       1847  2011-04-27 01:48  Interview\src\com\dao\GradeDaoImp.java

     文件        336  2011-04-26 00:16  Interview\src\com\dao\GradeDaoInf.java

     文件       1770  2011-04-27 01:04  Interview\src\com\dao\StudentDaoImp.java

     文件        317  2011-04-25 23:02  Interview\src\com\dao\StudentDaoInf.java

     文件        475  2011-04-24 21:39  Interview\src\com\export\Export.java

     文件       3212  2011-04-23 00:55  Interview\src\com\factory\HibernateSessionFactory.java

     文件        604  2011-04-26 01:04  Interview\src\com\pojo\Count.hbm.xml

     文件       1042  2011-04-26 00:46  Interview\src\com\pojo\Count.java

     文件        929  2011-04-26 09:13  Interview\src\com\pojo\Grade.hbm.xml

     文件       2494  2011-04-27 01:45  Interview\src\com\pojo\Grade.java

     文件        652  2011-04-26 00:59  Interview\src\com\pojo\Student.hbm.xml

     文件       1394  2011-04-25 22:58  Interview\src\com\pojo\Student.java

     文件        707  2011-04-23 15:20  Interview\src\com\service\CountServiceImp.java

     文件        343  2011-04-23 15:20  Interview\src\com\service\CountServiceInf.java

     文件        631  2011-04-23 16:02  Interview\src\com\service\GradeServiceImp.java

     文件        338  2011-04-23 16:02  Interview\src\com\service\GradeServiceInf.java

     文件        610  2011-04-25 23:05  Interview\src\com\service\StudentServiceImp.java

     文件        325  2011-04-25 23:05  Interview\src\com\service\StudentServiceInf.java

     文件       1855  2011-04-27 01:13  Interview\src\com\servlet\NameServlet.java

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

评论

共有 条评论