• 大小: 3.56MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-10
  • 语言: 数据库
  • 标签: 工资管理  

资源简介

数据库课程设计-工资管理系统:采用B/S模式,Eclipse EE版本开发,SQL Server数据库,实现“工资管理系统”,压缩包下,有工程源代码,数据库mdf文件,课程设计文档,及答辩PPT[全套]

资源截图

代码片段和文件信息

package com.ljheee.bean;

public class Branch {

private String did;
private String dname;
private int num;
public Branch() {
}
public Branch(String did String dname int num) {
this.did = did;
this.dname = dname;
this.num = num;
}
public String getDid() {
return did;
}
public void setDid(String did) {
this.did = did;
}
public String getDname() {
return dname;
}
public void setDname(String dname) {
this.dname = dname;
}
public int getNum() {
return num;
}
public void setNum(int num) {
this.num = num;
}
@Override
public String toString() {
return “Branch [did=“ + did + “ dname=“ + dname + “ num=“ + num + “]“;
}



}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件    3145728  2016-06-08 20:59  数据库课程设计-工资管理系统\db\salarymanagement.mdf

     文件    1048576  2016-06-08 20:59  数据库课程设计-工资管理系统\db\salarymanagement_log.ldf

     文件        841  2016-06-06 15:55  数据库课程设计-工资管理系统\DB1\.classpath

     文件       1036  2016-06-06 15:55  数据库课程设计-工资管理系统\DB1\.project

     文件        567  2016-06-06 15:55  数据库课程设计-工资管理系统\DB1\.settings\.jsdtscope

     文件         71  2016-06-06 22:28  数据库课程设计-工资管理系统\DB1\.settings\org.eclipse.core.resources.prefs

     文件        364  2016-06-06 15:55  数据库课程设计-工资管理系统\DB1\.settings\org.eclipse.jdt.core.prefs

     文件        461  2016-06-06 15:55  数据库课程设计-工资管理系统\DB1\.settings\org.eclipse.wst.common.component

     文件        345  2016-06-06 15:55  数据库课程设计-工资管理系统\DB1\.settings\org.eclipse.wst.common.project.facet.core.xml

     文件         49  2016-06-06 15:55  数据库课程设计-工资管理系统\DB1\.settings\org.eclipse.wst.jsdt.ui.superType.container

     文件          6  2016-06-06 15:55  数据库课程设计-工资管理系统\DB1\.settings\org.eclipse.wst.jsdt.ui.superType.name

     文件       1396  2016-06-08 13:31  数据库课程设计-工资管理系统\DB1\build\classes\com\ljheee\bean\Branch.class

     文件       4870  2016-06-08 13:31  数据库课程设计-工资管理系统\DB1\build\classes\com\ljheee\bean\Employee.class

     文件       7482  2016-06-08 13:31  数据库课程设计-工资管理系统\DB1\build\classes\com\ljheee\db\DbUtil.class

     文件       3990  2016-06-08 13:31  数据库课程设计-工资管理系统\DB1\build\classes\com\ljheee\web\MyServlet.class

     文件        711  2016-06-06 22:12  数据库课程设计-工资管理系统\DB1\src\com\ljheee\bean\Branch.java

     文件       3612  2016-06-07 22:44  数据库课程设计-工资管理系统\DB1\src\com\ljheee\bean\Employee.java

     文件       7432  2016-06-08 10:38  数据库课程设计-工资管理系统\DB1\src\com\ljheee\db\DbUtil.java

     文件       3947  2016-06-08 10:49  数据库课程设计-工资管理系统\DB1\src\com\ljheee\web\MyServlet.java

     文件       2762  2016-06-07 21:48  数据库课程设计-工资管理系统\DB1\WebContent\aboutus.jsp

     文件     122254  2016-06-07 21:49  数据库课程设计-工资管理系统\DB1\WebContent\bg2.jpg

     文件       3380  2016-06-07 18:40  数据库课程设计-工资管理系统\DB1\WebContent\branch.jsp

     文件       3112  2016-06-08 11:28  数据库课程设计-工资管理系统\DB1\WebContent\edit.jsp

     文件       3426  2016-06-08 14:02  数据库课程设计-工资管理系统\DB1\WebContent\editsal.jsp

     文件        405  2016-06-07 21:51  数据库课程设计-工资管理系统\DB1\WebContent\Exit.jsp

     文件      67657  2016-06-07 21:23  数据库课程设计-工资管理系统\DB1\WebContent\hy.jpg

     文件       4178  2016-06-07 18:49  数据库课程设计-工资管理系统\DB1\WebContent\index.jsp

     文件        937  2016-06-07 21:34  数据库课程设计-工资管理系统\DB1\WebContent\login.jsp

     文件         39  2016-06-06 15:55  数据库课程设计-工资管理系统\DB1\WebContent\meta-INF\MANIFEST.MF

     文件       2563  2016-06-07 18:33  数据库课程设计-工资管理系统\DB1\WebContent\new.html

............此处省略30个文件信息

评论

共有 条评论