资源简介
自己写的软件工程项目,写的很简单,但代码完整,请自己配置环境,包名我已经给了
代码片段和文件信息
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\me
目录 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个文件信息
相关资源
- 《Struts in Action中文版》真正完整版
- Json-RPC & Spring MVC 集成
- CD销售管理系统
- Ajax实现实时登录验证
- Servlet3.1规范官方文档中文版
- servlet+mybatis做的增删改查
- 网上选课系统(源码+详细说明书)
- 企业信息管理系统.rar
- 病历管理系统设计与实现
- SSM模板已搭建好,解压即用
- AJax带数据库的三级联动
- 教师教学辅助系统开发
- 软件工程课程设计 WEB的网上书店系统
- 工单管理系统源码
- Ajax实现增删改查的demo
- 一个简单的宿舍管理系统
- maven+ajax+json
- 在线教学系统网站开发源代码+视屏讲
- 教室预约系统
- 会议预约系统
- 化妆品购物网页
- 银行巡检系统servlet技术
- myeclipse中简单图书馆web小项目
- bbs论坛系统毕业设计
- SSH学生信息管理系统毕业课程设计源
- web通讯录管理系统
- 羽毛球馆管理系统
- 医院管理住院系统的研究与实现(源
- 大学生课程设计手机购物网站设计与
- SSH框架+Ajax实现增、删、改、查
评论
共有 条评论