• 大小: 17.95M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-17
  • 语言: Java
  • 标签: java  web  java  web  系统  博客  

资源简介


代码片段和文件信息

package persist.album;

@SuppressWarnings(“serial“)
public class Img  implements java.io.Serializable {

    private Integer id=0;
    private ImgType imgType;
    private String imgname;
    private String imgurl;
    private String imgdesc;
    private String imginfo;
    private boolean imgtype;
    private String time;

    public Integer getId() {
        return this.id;
    }

    public ImgType getImgType() {
        return this.imgType;
    }
    
    public void setImgType(ImgType imgType) {
        this.imgType = imgType;
    }

    public String getImgname() {
return imgname;
}

public void setImgname(String imgname) {
this.imgname = imgname;
}

    public String getImgurl() {
return imgurl;
}

public void setImgurl(String imgurl) {
this.imgurl = imgurl;
}

public

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-05-20 18:39  博客系统\
     目录           0  2011-12-30 15:56  博客系统\blue\
     文件        3069  2009-12-25 10:08  博客系统\blue\.classpath
     文件         552  2009-08-13 15:45  博客系统\blue\.myhibernatedata
     文件         286  2011-12-29 13:04  博客系统\blue\.mymetadata
     文件        1820  2009-08-13 15:45  博客系统\blue\.project
     目录           0  2011-12-30 15:56  博客系统\blue\.settings\
     文件         500  2009-08-13 15:45  博客系统\blue\.settings\.jsdtscope
     文件          56  2009-08-13 15:45  博客系统\blue\.settings\com.genuitec.eclipse.blue.projects.properties
     文件         131  2011-12-29 13:05  博客系统\blue\.settings\com.genuitec.eclipse.core.prefs
     文件        1040  2011-12-29 13:04  博客系统\blue\.settings\com.genuitec.eclipse.j2eedt.core.prefs
     文件         120  2011-12-29 13:04  博客系统\blue\.settings\com.genuitec.jboss.ide.eclipse.xdoclet.run.prefs
     文件         192  2011-12-28 21:43  博客系统\blue\.settings\org.eclipse.core.resources.prefs
     文件          49  2009-08-13 15:45  博客系统\blue\.settings\org.eclipse.wst.jsdt.ui.superType.container
     文件           6  2009-08-13 15:45  博客系统\blue\.settings\org.eclipse.wst.jsdt.ui.superType.name
     文件         118  2011-12-29 13:04  博客系统\blue\.settings\org.eclipse.wst.ws.service.policy.prefs
     文件         424  2009-08-13 15:45  博客系统\blue\.springBeans
     目录           0  2011-12-30 15:57  博客系统\blue\WebRoot\
     目录           0  2011-12-30 15:57  博客系统\blue\WebRoot\FCKUploadFiles\
     目录           0  2013-05-27 17:26  博客系统\blue\WebRoot\FCKUploadFiles\File\
     目录           0  2011-12-30 15:57  博客系统\blue\WebRoot\FCKUploadFiles\Image\
     目录           0  2011-12-30 15:57  博客系统\blue\WebRoot\FCKUploadFiles\Image\swing_login\
     文件       20141  2009-12-15 16:30  博客系统\blue\WebRoot\FCKUploadFiles\Image\swing_login\1.JPG
     文件       47910  2009-12-15 16:30  博客系统\blue\WebRoot\FCKUploadFiles\Image\swing_login\2.JPG
     文件       10549  2009-12-15 16:30  博客系统\blue\WebRoot\FCKUploadFiles\Image\swing_login\3.JPG
     文件        8572  2009-12-15 16:30  博客系统\blue\WebRoot\FCKUploadFiles\Image\swing_login\4.JPG
     目录           0  2011-12-30 15:57  博客系统\blue\WebRoot\FCKUploadFiles\Image\varcode\
     文件        4142  2009-08-14 16:09  博客系统\blue\WebRoot\FCKUploadFiles\Image\varcode\varcode.gif
     目录           0  2011-12-30 15:57  博客系统\blue\WebRoot\WEB-INF\
     目录           0  2011-12-30 15:57  博客系统\blue\WebRoot\WEB-INF\classes\
     文件        1484  2009-08-13 15:45  博客系统\blue\WebRoot\WEB-INF\classes\ApplicationResources_zh_CN.properties
............此处省略700个文件信息

评论

共有 条评论