資源簡介
javaweb做的員工管理系統,用的是mysql數據庫,管理mysql用的navicat

代碼片段和文件信息
package?vo;
public?class?Student?{
private?int?uid;
private?String?uname;
private?String?upwd;
public?int?getUid()?{
return?uid;
}
public?void?setUid(int?uid)?{
this.uid?=?uid;
}
public?String?getUname()?{
return?uname;
}
public?void?setUname(String?uname)?{
this.uname?=?uname;
}
public?String?getUpwd()?{
return?upwd;
}
public?void?setUpwd(String?upwd)?{
this.upwd?=?upwd;
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-11-19?22:05??JAVAweb實訓程序及報告\
?????目錄???????????0??2017-11-17?20:50??JAVAweb實訓程序及報告\customMgr\
?????文件????????1294??2017-11-17?20:51??JAVAweb實訓程序及報告\customMgr\.classpath
?????目錄???????????0??2019-04-10?11:43??JAVAweb實訓程序及報告\customMgr\.myeclipse\
?????文件?????????300??2017-11-17?20:49??JAVAweb實訓程序及報告\customMgr\.myme
?????文件????????1752??2017-11-17?20:49??JAVAweb實訓程序及報告\customMgr\.project
?????目錄???????????0??2017-11-17?20:51??JAVAweb實訓程序及報告\customMgr\.settings\
?????文件?????????493??2017-11-17?20:49??JAVAweb實訓程序及報告\customMgr\.settings\.jsdtscope
?????文件?????????247??2017-11-17?20:51??JAVAweb實訓程序及報告\customMgr\.settings\com.genuitec.eclipse.migration.prefs
?????文件?????????395??2017-11-17?20:49??JAVAweb實訓程序及報告\customMgr\.settings\org.eclipse.jdt.core.prefs
?????文件?????????553??2017-11-17?20:51??JAVAweb實訓程序及報告\customMgr\.settings\org.eclipse.wst.common.component
?????文件?????????359??2017-11-17?20:51??JAVAweb實訓程序及報告\customMgr\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件??????????49??2017-11-17?20:49??JAVAweb實訓程序及報告\customMgr\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2017-11-17?20:49??JAVAweb實訓程序及報告\customMgr\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件??????????66??2017-11-17?20:50??JAVAweb實訓程序及報告\customMgr\.tern-project
?????目錄???????????0??2017-11-17?20:50??JAVAweb實訓程序及報告\customMgr\WebRoot\
?????目錄???????????0??2017-11-17?20:50??JAVAweb實訓程序及報告\customMgr\WebRoot\me
?????文件??????????36??2017-11-17?20:49??JAVAweb實訓程序及報告\customMgr\WebRoot\me
?????目錄???????????0??2017-11-17?20:50??JAVAweb實訓程序及報告\customMgr\WebRoot\WEB-INF\
?????目錄???????????0??2017-11-18?16:17??JAVAweb實訓程序及報告\customMgr\WebRoot\WEB-INF\classes\
?????目錄???????????0??2017-11-18?16:17??JAVAweb實訓程序及報告\customMgr\WebRoot\WEB-INF\classes\me
?????文件??????????40??2017-11-17?20:51??JAVAweb實訓程序及報告\customMgr\WebRoot\WEB-INF\classes\me
?????目錄???????????0??2017-11-17?20:50??JAVAweb實訓程序及報告\customMgr\WebRoot\WEB-INF\lib\
?????文件??????996444??2017-11-17?20:49??JAVAweb實訓程序及報告\customMgr\WebRoot\WEB-INF\lib\mysql-connector-java-5.1.42-bin.jar
?????文件?????????404??2017-11-17?20:49??JAVAweb實訓程序及報告\customMgr\WebRoot\WEB-INF\web.xm
?????文件????????2744??2017-11-17?20:49??JAVAweb實訓程序及報告\customMgr\WebRoot\add.jsp
?????文件????????1672??2017-11-17?20:49??JAVAweb實訓程序及報告\customMgr\WebRoot\delete.jsp
?????文件????????2400??2017-11-17?20:49??JAVAweb實訓程序及報告\customMgr\WebRoot\index.jsp
?????文件????????3531??2017-11-17?20:49??JAVAweb實訓程序及報告\customMgr\WebRoot\update.jsp
?????目錄???????????0??2017-11-17?20:51??JAVAweb實訓程序及報告\customMgr\src\
?????目錄???????????0??2017-11-17?20:51??JAVAweb實訓程序及報告\customMgr\src\me
............此處省略63個文件信息
評論
共有 條評論