• 大小: 9.49MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-11-03
  • 语言: Java
  • 标签: mysql  

资源简介

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\.mymetadata
     文件        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.xml
     文件          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\meta-INF\
     文件          36  2017-11-17 20:49  JAVAweb实训程序及报告\customMgr\WebRoot\meta-INF\MANIFEST.MF
     目录           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\meta-INF\
     文件          40  2017-11-17 20:51  JAVAweb实训程序及报告\customMgr\WebRoot\WEB-INF\classes\meta-INF\MANIFEST.MF
     目录           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.xml
     文件        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\meta-INF\
............此处省略63个文件信息

评论

共有 条评论