• 大小: 3.65MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-09-10
  • 语言: 其他
  • 标签: ajax  jsp  servlet  mysql  java  

资源简介

自己写的软件工程项目,写的很简单,但代码完整,请自己配置环境,包名我已经给了

资源截图

代码片段和文件信息

package com.login.bean;

import java.sql.Date;

public class Employee{
private Integer nid;
public void setNid(Integer nid){
this.nid=nid;
}

public Integer getNid(){
return this.nid;
}
private String name;
public void setName(String name){
this.name=name;
}

public String getName(){
return this.name;
}
private String sex;
public void setSex(String sex){
this.sex=sex;
}

public String getSex(){
return this.sex;
}
private Integer age;
public void setAge(Integer age){
this.age=age;
}

public Integer getAge(){
return this.age;
}
private String into_time;
public void setInto_time(String date){
this.into_time=date;
}

public String getInto_time(){
return this.into_time;
}
private String department;
public void setDepartment(String department){
this.department=department;
}

public String getDepartment(){
return this.department;
}
private String online;
public void setOnline(String online){
this.online=online;
}

public String getOnline(){
return this.online;
}
private String addr;
public void setAddr(String addr){
this.addr=addr;
}

public String getAddr(){
return this.addr;
}
private String education;
public void setEducation(String education){
this.education=education;
}

public String getEducation(){
return this.education;
}
private String school;
public void setSchool(String school){
this.school=school;
}

public String getSchool(){
return this.school;
}
private String phone;
public void setPhone(String phone){
this.phone=phone;
}

public String getPhone(){
return this.phone;
}
private Integer salary;
public void setSalary(Integer salary){
this.salary=salary;
}

public Integer getSalary(){
return this.salary;
}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         126  2018-07-05 12:09  必读.txt
     文件       44653  2018-05-27 10:42  javax.servlet.jsp.jstl.jar
     文件      388557  2018-05-27 10:42  jstl-impl.jar
     文件      990927  2018-05-27 10:42  mysql-connector-java-5.1.40-bin.jar
     文件      417221  2018-06-22 16:24  fastjson-1.2.7.jar
     目录           0  2018-07-05 12:06  ruangong\
     目录           0  2018-07-05 12:06  ruangong\src\com\login\servlet\
     目录           0  2018-07-05 12:06  ruangong\src\com\login\bean\
     目录           0  2018-07-05 12:06  ruangong\.settings\
     目录           0  2018-07-05 12:06  ruangong\src\com\login\Dao\
     目录           0  2018-07-05 12:06  ruangong\src\com\login\DBUtil\
     目录           0  2018-07-05 12:06  ruangong\src\com\login\
     目录           0  2018-07-05 12:06  ruangong\src\com\
     目录           0  2018-07-05 12:06  ruangong\src\
     目录           0  2018-07-05 12:06  ruangong\build\classes\com\login\servlet\
     目录           0  2018-07-05 12:06  ruangong\build\classes\com\login\bean\
     目录           0  2018-07-05 12:06  ruangong\WebContent\
     目录           0  2018-07-05 12:06  ruangong\WebContent\meta-INF\
     目录           0  2018-07-05 12:06  ruangong\build\classes\com\login\Dao\
     目录           0  2018-07-05 12:06  ruangong\WebContent\WEB-INF\
     目录           0  2018-07-05 12:06  ruangong\WebContent\WEB-INF\lib\
     目录           0  2018-07-05 12:06  ruangong\build\classes\com\login\DBUtil\
     目录           0  2018-07-05 12:06  ruangong\build\classes\com\login\
     目录           0  2018-07-05 12:06  ruangong\build\classes\com\
     目录           0  2018-07-05 12:06  ruangong\build\classes\
     目录           0  2018-07-05 12:06  ruangong\build\
     目录           0  2018-07-05 12:06  ruangong\WebContent\js\
     目录           0  2018-07-05 12:06  ruangong\WebContent\css\
     目录           0  2018-07-05 12:06  ruangong\WebContent\imgs\
     目录           0  2018-07-05 12:06  ruangong\WebContent\img\
     文件        1101  2018-07-05 12:04  selector.sql
............此处省略61个文件信息

评论

共有 条评论