• 大小: 18.44MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-20
  • 语言: Java
  • 标签: Java  Web  

资源简介

基于Java Web的博客系统,包含了设计文档,数据库设计以及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 String getImgdesc() {
return imgdesc;
}

public void setImgdesc(String imgdesc) {
this.imgdesc = imgdesc;
}

public String getImginfo() {
return imginfo;
}

public void setImginfo(String imginfo) {
this.imginfo = imginfo;
}

public boolean isImgtype() {
return imgtype;
}

public void setImgtype(boolean imgtype) {
this.imgtype = imgtype;
}

public String getTime() {
        return this.time;
    }
    
    public void setTime(String time) {
        this.time = time;
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-01-15 17:17  博客系统\
     目录           0  2014-08-04 22:04  博客系统\博客系统blue\
     目录           0  2014-08-04 22:04  博客系统\博客系统blue\blue\
     文件        3069  2009-12-25 10:08  博客系统\博客系统blue\blue\.classpath
     文件         552  2009-08-13 15:45  博客系统\博客系统blue\blue\.myhibernatedata
     文件         286  2011-12-29 13:04  博客系统\博客系统blue\blue\.mymetadata
     文件        1820  2009-08-13 15:45  博客系统\博客系统blue\blue\.project
     目录           0  2014-08-04 21:51  博客系统\博客系统blue\blue\.settings\
     文件         500  2009-08-13 15:45  博客系统\博客系统blue\blue\.settings\.jsdtscope
     文件          56  2009-08-13 15:45  博客系统\博客系统blue\blue\.settings\com.genuitec.eclipse.blue.projects.properties
     文件         131  2011-12-29 13:05  博客系统\博客系统blue\blue\.settings\com.genuitec.eclipse.core.prefs
     文件        1040  2011-12-29 13:04  博客系统\博客系统blue\blue\.settings\com.genuitec.eclipse.j2eedt.core.prefs
     文件         120  2011-12-29 13:04  博客系统\博客系统blue\blue\.settings\com.genuitec.jboss.ide.eclipse.xdoclet.run.prefs
     文件         192  2011-12-28 21:43  博客系统\博客系统blue\blue\.settings\org.eclipse.core.resources.prefs
     文件          49  2009-08-13 15:45  博客系统\博客系统blue\blue\.settings\org.eclipse.wst.jsdt.ui.superType.container
     文件           6  2009-08-13 15:45  博客系统\博客系统blue\blue\.settings\org.eclipse.wst.jsdt.ui.superType.name
     文件         118  2011-12-29 13:04  博客系统\博客系统blue\blue\.settings\org.eclipse.wst.ws.service.policy.prefs
     文件         424  2009-08-13 15:45  博客系统\博客系统blue\blue\.springBeans
     目录           0  2014-08-04 21:51  博客系统\博客系统blue\blue\conf\
     文件        1484  2009-08-13 15:45  博客系统\博客系统blue\blue\conf\ApplicationResources_zh_CN.properties
     目录           0  2014-08-04 21:51  博客系统\博客系统blue\blue\conf\context\
     文件        3937  2009-12-25 16:44  博客系统\博客系统blue\blue\conf\context\applicationContext.xml
     文件         487  2011-12-29 13:54  博客系统\博客系统blue\blue\conf\jdbc.properties
     文件         640  2010-09-06 11:22  博客系统\博客系统blue\blue\conf\log4j.properties
     目录           0  2014-08-04 21:51  博客系统\博客系统blue\blue\conf\persist\
     目录           0  2014-08-04 21:51  博客系统\博客系统blue\blue\conf\persist\album\
     文件        1406  2009-08-13 15:45  博客系统\博客系统blue\blue\conf\persist\album\Img.hbm.xml
     文件        1302  2009-08-13 15:45  博客系统\博客系统blue\blue\conf\persist\album\Img.java
     文件         908  2009-08-13 15:45  博客系统\博客系统blue\blue\conf\persist\album\ImgType.hbm.xml
     文件         870  2011-12-29 12:43  博客系统\博客系统blue\blue\conf\persist\album\ImgType.java
     目录           0  2014-08-04 21:51  博客系统\博客系统blue\blue\conf\persist\article\
............此处省略714个文件信息

评论

共有 条评论