資源簡介
大三上學期javaee大作業,Java語言編寫

代碼片段和文件信息
package?beans;
import?javax.persistence.*;
@Entity
public?class?User?{
??@Id
??@GeneratedValue(strategy=GenerationType.IDENTITY)
??private?int?id;
??private?String?name;
??private?String?pass;
??private?String?phone;
??private?int?age;
public?int?getId()?{
return?id;
}
public?void?setId(int?id)?{
this.id?=?id;
}
public?String?getName()?{
return?name;
}
public?void?setName(String?name)?{
this.name?=?name;
}
public?String?getPass()?{
return?pass;
}
public?void?setPass(String?pass)?{
this.pass?=?pass;
}
public?String?getPhone()?{
return?phone;
}
public?void?setPhone(String?phone)?{
this.phone?=?phone;
}
public?int?getAge()?{
return?age;
}
public?void?setAge(int?age)?{
this.age?=?age;
}
??
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-12-17?15:43??javaEE上課演示項目\
?????目錄???????????0??2015-12-17?15:43??javaEE上課演示項目\JavaWeb\
?????文件?????????943??2015-12-03?15:50??javaEE上課演示項目\JavaWeb\.classpath
?????目錄???????????0??2015-12-17?16:22??javaEE上課演示項目\JavaWeb\.myeclipse\
?????文件?????????294??2015-12-03?15:43??javaEE上課演示項目\JavaWeb\.myme
?????文件????????1992??2015-12-17?13:38??javaEE上課演示項目\JavaWeb\.project
?????目錄???????????0??2015-12-17?15:43??javaEE上課演示項目\JavaWeb\.settings\
?????文件?????????500??2015-12-03?15:43??javaEE上課演示項目\JavaWeb\.settings\.jsdtscope
?????文件?????????395??2015-12-03?15:43??javaEE上課演示項目\JavaWeb\.settings\org.eclipse.jdt.core.prefs
?????文件?????????101??2015-12-03?15:50??javaEE上課演示項目\JavaWeb\.settings\org.eclipse.jpt.core.prefs
?????文件?????????459??2015-12-03?15:43??javaEE上課演示項目\JavaWeb\.settings\org.eclipse.wst.common.component
?????文件?????????166??2015-12-17?13:38??javaEE上課演示項目\JavaWeb\.settings\org.eclipse.wst.common.project.facet.core.prefs.xm
?????文件?????????339??2015-12-17?13:38??javaEE上課演示項目\JavaWeb\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件??????????49??2015-12-03?15:43??javaEE上課演示項目\JavaWeb\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2015-12-03?15:43??javaEE上課演示項目\JavaWeb\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件?????????866??2015-12-17?13:38??javaEE上課演示項目\JavaWeb\.settings\org.jboss.tools.jst.web.xm
?????目錄???????????0??2015-12-17?15:43??javaEE上課演示項目\JavaWeb\WebRoot\
?????目錄???????????0??2015-12-17?15:43??javaEE上課演示項目\JavaWeb\WebRoot\me
?????文件??????????36??2015-12-03?15:43??javaEE上課演示項目\JavaWeb\WebRoot\me
?????目錄???????????0??2015-12-17?15:43??javaEE上課演示項目\JavaWeb\WebRoot\WEB-INF\
?????文件????????1572??2015-12-17?14:07??javaEE上課演示項目\JavaWeb\WebRoot\WEB-INF\.faces-config.mex
?????目錄???????????0??2015-12-17?15:43??javaEE上課演示項目\JavaWeb\WebRoot\WEB-INF\classes\
?????目錄???????????0??2015-12-17?15:43??javaEE上課演示項目\JavaWeb\WebRoot\WEB-INF\classes\me
?????文件?????????915??2015-12-17?13:43??javaEE上課演示項目\JavaWeb\WebRoot\WEB-INF\classes\me
?????目錄???????????0??2015-12-17?15:43??javaEE上課演示項目\JavaWeb\WebRoot\WEB-INF\classes\beans\
?????文件????????1451??2015-12-17?13:40??javaEE上課演示項目\JavaWeb\WebRoot\WEB-INF\classes\beans\User.class
?????目錄???????????0??2015-12-17?15:43??javaEE上課演示項目\JavaWeb\WebRoot\WEB-INF\classes\dao\
?????文件????????2503??2015-12-17?15:15??javaEE上課演示項目\JavaWeb\WebRoot\WEB-INF\classes\dao\PersonDao.class
?????文件?????????891??2015-12-17?13:40??javaEE上課演示項目\JavaWeb\WebRoot\WEB-INF\classes\dao\UserDao.class
?????目錄???????????0??2015-12-17?15:43??javaEE上課演示項目\JavaWeb\WebRoot\WEB-INF\classes\entitybean\
?????文件????????1258??2015-12-17?13:40??javaEE上課演示項目\JavaWeb\WebRoot\WEB-INF\classes\entitybean\Person.class
............此處省略36個文件信息
- 上一篇:mqtt android使用源碼
- 下一篇:java常用工具類-Verify
評論
共有 條評論