資源簡介
這是一套完整的課程設計,包含源代碼和論文報告。論文報告內容全面,包括系統概要,需求分析,結構設計,詳細設計,數據庫結構設計,程序源代碼及其說明,軟件測試截圖,小結心得等。
適合java,j2ee的課程設計。

代碼片段和文件信息
package?spage;
import?java.sql.*;
public?class?ShowPage
{
private?String?str?=?““;
//顯示頁號為p的一頁
public?String?printPage(ResultSet?rs?int?p?int?sizeboolean?f)?
{
??str?=?““;
??//將訪問游標定位到頁號為p的頁要顯示的第一條記錄的位置
??try?{
?? for(int?k=0;k<(p-1)*size;k++)
rs.next();
??}
??catch(SQLException?e)?{???}
??for(int?iPage=1;?iPage<=size;?iPage++)?{
?????str?+=?printRow(rsiPagepf);
?????try?{
?if(!rs.next())?break;
?????}
?????catch(Exception?e)?{???}
??}
??return?str;
}
//顯示單行記錄
public?String?printRow(?ResultSet?rs?int?iint?pboolean?f)?
{
String?temp?=?““;
try?{
int?id=rs.getInt(“id“);
if(i%2==1)
temp+=““;
else
temp+=“ “;?
temp+=“[“+rs.getString(“type“)+“] “;??
temp+=““+rs.getString(“name“)+“ “;
int?grade=rs.getInt(“star“);
temp+=““;
for(int?j=0;j temp+=“
“;
temp+=“ “;
temp+=““+rs.getString(“times“)+“ “;
temp+=““+rs.getString(“addtime“)+“ “;
if(f)
{
temp?+=?“修改 “;
temp?+=?“刪除 “;
}
????temp?+=?“ “;
}
catch(SQLException?e)?{???}
return?temp;
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????340??2009-01-04?19:24??資源下載\download\.classpath
?????文件????????297??2009-01-04?19:24??資源下載\download\.myme
?????文件???????1010??2009-01-04?19:24??資源下載\download\.project
?????文件???????3019??2005-07-20?19:21??資源下載\download\add.jsp
?????文件?????????87??2005-07-10?09:24??資源下載\download\check.jsp
?????文件???????2642??2009-01-04?19:28??資源下載\download\detail.jsp
?????文件????????961??2005-07-20?19:41??資源下載\download\dl.jsp
?????文件????????448??2005-08-03?14:00??資源下載\download\download.ldb
?????文件?????266240??2005-08-03?14:00??資源下載\download\download.mdb
?????文件???????4417??2005-07-26?14:38??資源下載\download\edit.jsp
?????文件????????226??2005-07-18?17:58??資源下載\download\images\bg.gif
?????文件????????149??2005-07-18?17:59??資源下載\download\images\bg1.gif
?????文件???????1805??2005-07-18?17:57??資源下載\download\images\hoti
?????文件????????248??2005-07-19?17:55??資源下載\download\images\star.gif
????..A.SH.??????6144??2009-12-23?16:51??資源下載\download\images\Thumbs.db
?????文件???????1402??2005-07-26?16:15??資源下載\download\index.jsp
?????文件????????894??2005-07-23?17:16??資源下載\download\login.jsp
?????文件?????????68??2005-07-15?14:22??資源下載\download\logout.jsp
?????文件???????4415??2005-08-03?13:51??資源下載\download\manage.jsp
?????文件???????1416??2005-07-26?16:58??資源下載\download\save.jsp
?????文件???????4008??2005-08-03?13:52??資源下載\download\search.jsp
?????文件???????2925??2005-08-03?13:51??資源下載\download\show.jsp
?????文件???????1473??2005-07-20?16:56??資源下載\download\ShowPage.java
?????文件???????1657??2005-06-02?14:09??資源下載\download\src\dbBean\DBBean.class
?????文件????????350??2005-07-20?19:13??資源下載\download\st
?????文件????????350??2005-07-20?19:20??資源下載\download\st
?????文件????????453??2005-07-21?15:01??資源下載\download\top.htm
?????文件???????1501??2005-07-26?16:49??資源下載\download\update.jsp
?????文件????????777??2005-07-23?17:14??資源下載\download\verify.jsp
?????文件???????1657??2005-06-02?14:09??資源下載\download\WEB-INF\classes\dbBean\DBBean.class
............此處省略32個文件信息
評論
共有 條評論