• 大小: 12.86MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-30
  • 语言: Java
  • 标签: 博客  JAVA  

资源简介

这是一个JAVA开发的博客,基于SSH,附带文档和数据库。

资源截图

代码片段和文件信息

/*
 *  CapacityExceedException.java
 *  
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; either version 2 of the License or
 *  (at your option) any later version.
 *
 *  This program is distributed in the hope that it will be useful
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU Library General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not write to the Free Software
 *  Foundation Inc. 59 Temple Place - Suite 330 Boston MA 02111-1307 USA.
 *  
 *  Author: Winter Lau
 *  http://dlog4j.sourceforge.net
 *  
 */
package com.liusoft.dlog4j;

/**
 * Capacity Exceed MAX_COUNT 
 * @author Winter Lau
 */
public class CapacityExceedException extends Exception {

protected int count;

public CapacityExceedException(int count) {
super(String.valueOf(count));
this.count = count;
}

public int getCount(){
return count;
}

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-04-26 15:03  dlog4j_e32\
     文件        1959  2013-04-26 15:03  dlog4j_e32\.classpath
     文件         386  2013-04-26 15:03  dlog4j_e32\.project
     目录           0  2013-04-26 15:03  dlog4j_e32\.settings\
     文件         171  2013-04-26 15:03  dlog4j_e32\.settings\org.eclipse.core.resources.prefs
     文件          99  2013-04-26 15:03  dlog4j_e32\.settings\org.eclipse.jdt.ui.prefs
     文件         527  2013-04-26 15:03  dlog4j_e32\.settings\org.eclipse.wst.validation.prefs
     文件         114  2013-04-26 15:03  dlog4j_e32\build.bat
     文件          90  2013-04-26 15:03  dlog4j_e32\build.sh
     文件        3931  2013-04-26 15:03  dlog4j_e32\build.xml
     目录           0  2013-04-26 15:03  dlog4j_e32\doc\
     文件        8706  2013-04-26 15:03  dlog4j_e32\doc\DLOG4J Configuration.txt
     文件      388096  2013-04-26 15:03  dlog4j_e32\doc\DLOG4J功能白皮书.ppt
     文件      350846  2013-04-26 15:03  dlog4j_e32\doc\DLOG4J数据库结构(MySQL).rtf
     文件     3424961  2013-04-26 15:03  dlog4j_e32\doc\DLOG4J数据库结构(Oracle).rtf
     目录           0  2013-04-26 15:03  dlog4j_e32\doc\UPDATEs\
     文件       47278  2013-04-26 15:03  dlog4j_e32\doc\UPDATEs\mysql_sctipt.sql
     文件        7909  2013-04-26 15:03  dlog4j_e32\doc\UPDATEs\update.sql
     目录           0  2013-04-26 15:03  dlog4j_e32\doc\Update\
     目录           0  2013-04-26 15:03  dlog4j_e32\doc\Update\Friend_Update_20080108\
     文件         238  2013-04-26 15:03  dlog4j_e32\doc\Update\Friend_Update_20080108\narrate.txt
     目录           0  2013-04-26 15:03  dlog4j_e32\doc\Update\Friend_Update_20080108\sql\
     文件         569  2013-04-26 15:03  dlog4j_e32\doc\Update\Friend_Update_20080108\sql\friend.sql
     文件        3573  2013-04-26 15:03  dlog4j_e32\doc\Update\Friend_Update_20080108\参考.txt
     目录           0  2013-04-26 15:03  dlog4j_e32\doc\Update\Massage_Update_xxx\
     目录           0  2013-04-26 15:03  dlog4j_e32\doc\Update\Massage_Update_xxx\sql\
     文件        1944  2013-04-26 15:03  dlog4j_e32\doc\Update\Massage_Update_xxx\sql\message.sql
     目录           0  2013-04-26 15:03  dlog4j_e32\doc\Update\UserPortrart_Update_20080222\
     目录           0  2013-04-26 15:03  dlog4j_e32\doc\Update\UserPortrart_Update_20080222\sql\
     文件        1138  2013-04-26 15:03  dlog4j_e32\doc\Update\UserPortrart_Update_20080222\sql\UserPortrart.sql
     目录           0  2013-04-26 15:03  dlog4j_e32\doc\Update\Visitor_Update_20080307\
............此处省略1666个文件信息

评论

共有 条评论