java博客系统


基于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  博客系统博客系统bluelue
     文件        3069  2009-12-25 10:08  博客系统博客系统bluelue.classpath
     文件         552  2009-08-13 15:45  博客系统博客系统bluelue.myhibernatedata
     文件         286  2011-12-29 13:04  博客系统博客系统bluelue.mymetadata
     文件        1820  2009-08-13 15:45  博客系统博客系统bluelue.project
     目录           0  2014-08-04 21:51  博客系统博客系统bluelue.settings
     文件         500  2009-08-13 15:45  博客系统博客系统bluelue.settings.jsdtscope
     文件          56  2009-08-13 15:45  博客系统博客系统bluelue.settingscom.genuitec.eclipse.blue.projects.properties
     文件         131  2011-12-29 13:05  博客系统博客系统bluelue.settingscom.genuitec.eclipse.core.prefs
     文件        1040  2011-12-29 13:04  博客系统博客系统bluelue.settingscom.genuitec.eclipse.j2eedt.core.prefs
     文件         120  2011-12-29 13:04  博客系统博客系统bluelue.settingscom.genuitec.jboss.ide.eclipse.xdoclet.run.prefs
     文件         192  2011-12-28 21:43  博客系统博客系统bluelue.settingsorg.eclipse.core.resources.prefs
     文件          49  2009-08-13 15:45  博客系统博客系统bluelue.settingsorg.eclipse.wst.jsdt.ui.superType.container
     文件           6  2009-08-13 15:45  博客系统博客系统bluelue.settingsorg.eclipse.wst.jsdt.ui.superType.name
     文件         118  2011-12-29 13:04  博客系统博客系统bluelue.settingsorg.eclipse.wst.ws.service.policy.prefs
     文件         424  2009-08-13 15:45  博客系统博客系统bluelue.springBeans
     目录           0  2014-08-04 21:51  博客系统博客系统bluelueconf
     文件        1484  2009-08-13 15:45  博客系统博客系统bluelueconfApplicationResources_zh_CN.properties
     目录           0  2014-08-04 21:51  博客系统博客系统bluelueconfcontext
     文件        3937  2009-12-25 16:44  博客系统博客系统bluelueconfcontextapplicationContext.xml
     文件         487  2011-12-29 13:54  博客系统博客系统bluelueconfjdbc.properties
     文件         640  2010-09-06 11:22  博客系统博客系统bluelueconflog4j.properties
     目录           0  2014-08-04 21:51  博客系统博客系统bluelueconfpersist
     目录           0  2014-08-04 21:51  博客系统博客系统bluelueconfpersistalbum
     文件        1406  2009-08-13 15:45  博客系统博客系统bluelueconfpersistalbumImg.hbm.xml
     文件        1302  2009-08-13 15:45  博客系统博客系统bluelueconfpersistalbumImg.java
     文件         908  2009-08-13 15:45  博客系统博客系统bluelueconfpersistalbumImgType.hbm.xml
     文件         870  2011-12-29 12:43  博客系统博客系统bluelueconfpersistalbumImgType.java
     目录           0  2014-08-04 21:51  博客系统博客系统bluelueconfpersistarticle
............此处省略714个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)