• 大小: 18.73MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-07-21
  • 语言: 其他
  • 标签: 博客  

资源简介

博客系统对于现在火热的微博做出的另类的系统,用于更好的服务大众化

资源截图

代码片段和文件信息

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;
    }
}

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

     文件     264225  2011-12-30 15:52  博客系统\db_blue1.sql

     文件    3457024  2014-01-07 15:07  博客系统\博客管理统.ppt

     文件       3236  2014-01-07 15:15  博客系统\blue\.classpath

     文件        552  2009-08-13 15:45  博客系统\blue\.myhibernatedata

     文件        286  2014-01-27 15:17  博客系统\blue\.mymetadata

     文件       2157  2014-01-07 15:15  博客系统\blue\.project

     文件        424  2009-08-13 15:45  博客系统\blue\.springBeans

     文件        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

     文件        364  2014-01-07 15:15  博客系统\blue\.settings\org.eclipse.jdt.core.prefs

     文件        599  2014-01-07 15:15  博客系统\blue\.settings\org.eclipse.wst.common.component

     文件        252  2014-01-07 15:15  博客系统\blue\.settings\org.eclipse.wst.common.project.facet.core.xml

     文件         49  2014-01-07 15:15  博客系统\blue\.settings\org.eclipse.wst.jsdt.ui.superType.container

     文件          6  2014-01-07 15:15  博客系统\blue\.settings\org.eclipse.wst.jsdt.ui.superType.name

     文件        118  2011-12-29 13:04  博客系统\blue\.settings\org.eclipse.wst.ws.service.policy.prefs

     文件       1484  2009-08-13 15:45  博客系统\blue\conf\ApplicationResources_zh_CN.properties

     文件        487  2014-01-07 16:06  博客系统\blue\conf\jdbc.properties

     文件        640  2010-09-06 11:22  博客系统\blue\conf\log4j.properties

     文件       6818  2009-08-14 12:37  博客系统\blue\conf\struts-blue.xml

     文件        611  2009-08-13 15:45  博客系统\blue\conf\struts-mydefault.xml

     文件        116  2009-08-14 09:21  博客系统\blue\conf\struts.properties

     文件        295  2009-08-13 15:45  博客系统\blue\conf\struts.xml

     文件       3937  2009-12-25 16:44  博客系统\blue\conf\context\applicationContext.xml

     文件       1406  2009-08-13 15:45  博客系统\blue\conf\persist\album\Img.hbm.xml

     文件       1302  2009-08-13 15:45  博客系统\blue\conf\persist\album\Img.java

     文件        908  2009-08-13 15:45  博客系统\blue\conf\persist\album\ImgType.hbm.xml

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

评论

共有 条评论