91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 1.05MB
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發布日期: 2021-01-09
  • 語言: Java
  • 標簽: jsp??論壇??

資源簡介

一個實驗時完成的論壇系統,可以發站內信,發帖以及用戶管理的很好的jsp例子,使用mysql數據庫,直接配置就可以使用了。

資源截圖

代碼片段和文件信息

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.toLocaleStr

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????????694??2010-06-25?01:11??luntan\.classpath

?????文件????????291??2010-06-25?01:08??luntan\.mymetadata

?????文件???????1224??2010-06-23?00:42??luntan\.project

?????文件???????7908??2010-06-22?19:48??luntan\src\com\chapter12\Article.java

?????文件???????3065??2010-06-22?09:28??luntan\src\com\chapter12\Board.java

?????文件????????917??2010-06-22?19:22??luntan\src\com\chapter12\ConnectDB.java

?????文件???????4413??2010-06-22?14:12??luntan\src\com\chapter12\Email.java

?????文件???????1206??2010-06-22?09:29??luntan\src\com\chapter12\ExecuteDB.java

?????文件???????1687??2010-06-22?09:29??luntan\src\com\chapter12\SplitPage.java

?????文件???????5693??2010-06-25?02:16??luntan\src\com\chapter12\User.java

?????文件???????3296??2010-06-25?01:16??luntan\WebRoot\add_article_form.jsp

?????文件???????3153??2010-06-25?01:15??luntan\WebRoot\add_article_save.jsp

?????文件???????4645??2010-06-25?01:16??luntan\WebRoot\article_detail.jsp

?????文件???????4502??2010-06-25?01:16??luntan\WebRoot\article_list.jsp

?????文件???????1410??2010-06-25?01:16??luntan\WebRoot\board_list.jsp

?????文件????????973??2010-06-23?11:12??luntan\WebRoot\check.jsp

?????文件???????1705??2010-06-25?01:16??luntan\WebRoot\delete_article.jsp

?????文件???????1542??2010-06-25?01:16??luntan\WebRoot\delete_email.jsp

?????文件???????1975??2010-06-25?01:16??luntan\WebRoot\email_detail.jsp

?????文件???????2455??2010-06-25?01:17??luntan\WebRoot\email_management.jsp

?????文件?????630224??2010-06-22?23:15??luntan\WebRoot\image\7.jpg

?????文件??????45659??2010-06-22?20:47??luntan\WebRoot\image\iphone.jpg

?????文件???????9667??2010-06-22?22:06??luntan\WebRoot\image\ls.png

?????文件??????23157??2010-06-22?21:56??luntan\WebRoot\image\nidongde.gif

?????文件???????1601??2007-01-28?21:59??luntan\WebRoot\image.jsp

?????文件???????5533??2010-06-25?02:03??luntan\WebRoot\index.html

?????文件???????2884??2010-06-25?01:17??luntan\WebRoot\info_management.jsp

?????文件????????446??2007-01-28?21:59??luntan\WebRoot\lib\bbs.css

?????文件????????143??2007-01-28?21:59??luntan\WebRoot\logout.jsp

?????文件????????809??2010-06-25?01:17??luntan\WebRoot\main.jsp

............此處省略47個文件信息

評論

共有 條評論