資源簡介
很不錯,數據庫腳本,靜態頁面,CSS樣式,頁面連接
代碼片段和文件信息
/**
?*?公告信息實體
?*/
import?java.util.*;
public?class?Bbs{
private?Integer?id; //公告編號
private?String?title; //公告標題
private?String?content; //公告正文
private?Date?showtime;
public?void?setId(Integer?id)?{
this.id?=?id;?
}
public?void?settitle(String?title)?{
this.title?=?title;?
}
public?void?setContent(String?content)?{
this.content?=?content;?
}
public?void?setShowtime(Date?showtime)?{
this.showtime?=?showtime;?
}
public?Integer?getId()?{
return?(this.id);?
}
public?String?gettitle()?{
return?(this.title);?
}
public?String?getContent()?{
return?(this.content);?
}
public?Date?getShowtime()?{
return?(this.showtime);?
} //發布時間
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????39468??2008-07-12?11:52??網上書店素材\主頁.html
?????文件??????11100??2008-04-28?10:55??網上書店素材\后臺_公告管理.html
?????文件??????20783??2008-04-28?10:56??網上書店素材\后臺_圖書管理.html
?????文件??????21434??2008-04-28?10:55??網上書店素材\后臺_定單管理.html
?????文件??????12502??2008-04-28?10:56??網上書店素材\后臺_投票管理.html
?????文件??????10876??2008-04-28?10:55??網上書店素材\后臺_添加公告.html
?????文件??????11164??2008-04-28?10:56??網上書店素材\后臺_添加投票.html
?????文件??????17257??2008-04-28?10:56??網上書店素材\后臺_用戶管理.html
?????文件??????14983??2008-04-28?10:55??網上書店素材\后臺_編輯圖書.html
?????文件???????1324??2008-04-28?08:35??網上書店素材\后臺登錄.html
?????文件??????21216??2008-04-28?10:51??網上書店素材\圖書信息.html
?????文件??????23434??2008-04-28?10:51??網上書店素材\圖書分類.html
?????文件??????18622??2008-04-28?10:50??網上書店素材\定單查詢.html
?????文件??????24242??2008-04-28?10:51??網上書店素材\投票結果.html
?????文件??????28318??2008-04-28?17:22??網上書店素材\新書上架.html
?????文件??????21449??2008-04-28?10:49??網上書店素材\查詢圖書.html
?????文件??????15690??2008-04-28?17:26??網上書店素材\用戶注冊.html
?????文件??????17420??2008-04-28?10:50??網上書店素材\購物車(為空).html
?????文件??????25822??2008-04-28?17:19??網上書店素材\銷售排行.html
?????文件???????2475??2008-04-24?16:57??網上書店素材\css\st
?????文件???????7059??2008-04-24?17:14??網上書店素材\images\ASPgcyyysj.gif
?????文件???????7771??2008-04-24?17:14??網上書店素材\images\ASPxxxtkfsljx.gif
?????文件?????????52??2008-04-24?16:57??網上書店素材\images\bg.gif
?????文件???????2689??2008-04-21?16:24??網上書店素材\images\bg_booksort.gif
?????文件????????600??2008-04-22?17:39??網上書店素材\images\bg_Navigate.GIF
?????文件????????164??2008-04-21?16:24??網上書店素材\images\boardlist.gif
?????文件??????18399??2008-04-21?16:24??網上書店素材\images\cart.gif
?????文件?????????79??2008-04-24?16:57??網上書店素材\images\Cen_separate.gif
?????文件???????3677??2008-07-12?11:40??網上書店素材\images\checkout.GIF
?????文件????????109??2008-04-21?16:29??網上書店素材\images\del.gif
............此處省略67個文件信息
評論
共有 條評論