資源簡介
這是一個JAVA開發(fā)的博客,基于SSH,附帶文檔和數(shù)據(jù)庫。
代碼片段和文件信息
/*
?*??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.xm
?????目錄???????????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數(shù)據(jù)庫結(jié)構(gòu)(MySQL).rtf
?????文件?????3424961??2013-04-26?15:03??dlog4j_e32\doc\DLOG4J數(shù)據(jù)庫結(jié)構(gòu)(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個文件信息
評論
共有 條評論