資源簡介
jsp 網上論壇 jsjp系統 jsp論壇 jsp 網上論壇 jsjp系統 jsp論壇 jsp 網上論壇 jsjp系統 jsp論壇
代碼片段和文件信息
package?com.chapter12;
import?java.sql.*;
public?class?Article?extends?ExecuteDB
{
//定義類成員變量
private?long?ArticleID;
private?String?title;
private?String?Content;?
private?long?UserID;??
private?long?BoardID;???
private?long?FatherID;?
private?int?ReadCount;?
private?int?ReCount;????
private?String?PicUrl;
private?String?PicName;
private?String?CreateTime;???
private?String?strSql;
???
????//構造函數,對成員變量進行初始化賦值
public?Article()
{???????
this.ArticleID=0;
this.title=““;
this.Content=““;????????
this.BoardID=0;
this.ReCount=0;
this.ReadCount=0;???????
this.PicUrl=““;
this.PicName=““;
this.FatherID=0;
this.UserID=0;??????????????????????
java.util.Date?NowTime?=?new?java.util.Date();
this.CreateTime?=?NowTime.toLocaleString();????????????????????
this.strSql=““;
}
???
//添加新文章,往articles數據表中添加一條新記錄
public?boolean?add()
{
this.strSql=“insert?into?articles?“;
this.strSql=this.strSql?+?“(“;
this.strS
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????3159??2007-01-28?21:59??CH12\chapter12\add_article_form.jsp
?????文件???????3126??2007-01-28?21:59??CH12\chapter12\add_article_save.jsp
?????文件???????4572??2007-01-28?21:59??CH12\chapter12\article_detail.jsp
?????文件???????4484??2007-01-28?21:59??CH12\chapter12\article_list.jsp
?????文件???????1328??2007-01-28?21:59??CH12\chapter12\board_list.jsp
?????文件???????1678??2007-01-28?21:59??CH12\chapter12\delete_article.jsp
?????文件???????1250??2007-01-28?21:59??CH12\chapter12\delete_email.jsp
?????文件???????1949??2007-01-28?21:59??CH12\chapter12\email_detail.jsp
?????文件???????2427??2007-01-28?21:59??CH12\chapter12\email_management.jsp
?????文件???????1601??2007-01-28?21:59??CH12\chapter12\image.jsp
?????文件???????1135??2007-01-28?21:59??CH12\chapter12\index.html
?????文件???????2857??2007-01-28?21:59??CH12\chapter12\info_management.jsp
?????文件????????446??2007-01-28?21:59??CH12\chapter12\lib\bbs.css
?????文件????????143??2007-01-28?21:59??CH12\chapter12\logout.jsp
?????文件????????806??2007-01-28?21:59??CH12\chapter12\main.jsp
?????文件????????704??2007-01-28?21:59??CH12\chapter12\manager\add_board_form.jsp
?????文件???????1311??2007-01-28?21:59??CH12\chapter12\manager\add_board_save.jsp
?????文件???????2053??2007-01-28?21:59??CH12\chapter12\manager\board_management.jsp
?????文件???????1272??2007-01-28?21:59??CH12\chapter12\manager\delete_board.jsp
?????文件????????812??2007-01-28?21:59??CH12\chapter12\manager\main.jsp
?????文件???????1029??2007-01-28?21:59??CH12\chapter12\manager\modify_board_form.jsp
?????文件???????1491??2007-01-28?21:59??CH12\chapter12\manager\modify_board_save.jsp
?????文件???????1313??2007-01-28?21:59??CH12\chapter12\manager\top.jsp
?????文件???????1464??2007-01-28?21:59??CH12\chapter12\modify_info_save.jsp
?????文件???????1661??2007-01-28?21:59??CH12\chapter12\modify_password_save.jsp
?????文件???????2886??2007-01-28?21:59??CH12\chapter12\send_email_form.jsp
?????文件???????1428??2007-01-28?21:59??CH12\chapter12\send_email_save.jsp
?????文件???????1295??2007-01-28?21:59??CH12\chapter12\top.jsp
?????文件???????1361??2007-01-28?21:59??CH12\chapter12\user_login.jsp
?????文件???????1630??2007-01-28?21:59??CH12\chapter12\user_reg_form.html
............此處省略33個文件信息
評論
共有 條評論