• 大小: 0.60M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-28
  • 语言: Java
  • 标签: java  

资源简介


比较适合大学生提交的项目。 Java项目。

资源截图

代码片段和文件信息

package propertymanagement.model;

public class User {
private String username;
private String password;
private String email;

public String getUsername() {
return username;
}
public void setUsername(String username) {
this.username = username;
}
public String getPassword() {
return password;
}
public void setPassword(String password) {
this.password = password;
}
public String getEmail() {
return email;
}
public void setEmail(String email) {
this.email = email;
}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-11-24 20:52  PropertyManagement_Part1\
     文件         379  2018-11-24 21:01  PropertyManagement_Part1\.classpath
     文件         400  2018-11-19 19:46  PropertyManagement_Part1\.project
     目录           0  2018-11-24 20:32  PropertyManagement_Part1\.settings\
     文件         598  2018-09-21 10:32  PropertyManagement_Part1\.settings\org.eclipse.jdt.core.prefs
     目录           0  2018-11-27 15:04  PropertyManagement_Part1\bin\
     目录           0  2018-11-27 15:04  PropertyManagement_Part1\bin\images\
     目录           0  2018-11-27 15:04  PropertyManagement_Part1\bin\images\login\
     文件        3822  2013-06-09 08:48  PropertyManagement_Part1\bin\images\login\button.png
     文件        3174  2013-06-09 08:48  PropertyManagement_Part1\bin\images\login\button_down.png
     文件       13712  2013-05-22 21:47  PropertyManagement_Part1\bin\images\login\login_back.jpg
     文件       11881  2013-05-22 17:30  PropertyManagement_Part1\bin\images\login\login_highlight.png
     文件       11377  2013-05-22 17:35  PropertyManagement_Part1\bin\images\login\login_normal.png
     文件        3488  2013-05-20 17:28  PropertyManagement_Part1\bin\images\login\title.png
     目录           0  2018-11-27 15:04  PropertyManagement_Part1\bin\images\model\
     文件         952  2013-05-20 17:36  PropertyManagement_Part1\bin\images\model\close_highlight.png
     文件        1008  2013-05-20 17:00  PropertyManagement_Part1\bin\images\model\close_normal.png
     文件        2096  2013-06-13 05:16  PropertyManagement_Part1\bin\images\model\home.png
     文件         567  2013-05-20 17:36  PropertyManagement_Part1\bin\images\model\mini_highlight.png
     文件         581  2013-05-20 17:36  PropertyManagement_Part1\bin\images\model\mini_normal.png
     目录           0  2018-11-27 15:04  PropertyManagement_Part1\bin\propertymanagement\
     目录           0  2018-11-27 15:04  PropertyManagement_Part1\bin\propertymanagement\model\
     文件         928  2018-11-27 15:04  PropertyManagement_Part1\bin\propertymanagement\model\User.class
     目录           0  2018-11-27 15:04  PropertyManagement_Part1\bin\propertymanagement\view\
     文件        1326  2018-11-27 15:04  PropertyManagement_Part1\bin\propertymanagement\view\baseframe$1.class
     文件        1334  2018-11-27 15:04  PropertyManagement_Part1\bin\propertymanagement\view\baseframe$2.class
     文件        1350  2018-11-27 15:04  PropertyManagement_Part1\bin\propertymanagement\view\baseframe$3.class
     文件        1055  2018-11-27 15:04  PropertyManagement_Part1\bin\propertymanagement\view\baseframe$4.class
     文件        3219  2018-11-27 15:04  PropertyManagement_Part1\bin\propertymanagement\view\baseframe.class
     文件        1417  2018-11-27 15:04  PropertyManagement_Part1\bin\propertymanagement\view\ImageURL.class
     文件        1376  2018-11-27 15:04  PropertyManagement_Part1\bin\propertymanagement\view\Loginframe$1.class
............此处省略224个文件信息

评论

共有 条评论