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

  • 大小: 2.18MB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2023-10-01
  • 語言: Java
  • 標簽: java??eclipse??

資源簡介

該網站基于eclipse開發,用了簡單的java,jsp,css等相關技術,是幾名初學者的成果,比較適合用于大學的課程設計參考或者學習參考之用。

資源截圖

代碼片段和文件信息

package?com.xg.novelread.bean;

public?class?Chapter?{
private?int?id;
private?int?novelId;
private?String?novelName;
private?String?author;
private?String?type;
private?String?chapterName;
private?String?chapterText;

public?Chapter(){
}

public?Chapter(int?id?int?novelId?String?novelName?String?author
String?type?String?chapterName?String?chapterText)?{
super();
this.id?=?id;
this.novelId?=?novelId;
this.novelName?=?novelName;
this.author?=?author;
this.type?=?type;
this.chapterName?=?chapterName;
this.chapterText?=?chapterText;
}

public?Chapter(int?novelId?String?novelName?String?author?String?type
String?chapterName?String?chapterText)?{
super();
this.novelId?=?novelId;
this.novelName?=?novelName;
this.author?=?author;
this.type?=?type;
this.chapterName?=?chapterName;
this.chapterText?=?chapterText;
}

public?int?getId()?{
return?id;
}

public?void?setId(int?id)?{
this.id?=?id;
}

public?int?getNovelId()?{
return?novelId;
}

public?void?setNovelId(int?novelId)?{
this.novelId?=?novelId;
}

public?String?getNovelName()?{
return?novelName;
}

public?void?setNovelName(String?novelName)?{
this.novelName?=?novelName;
}

public?String?getAuthor()?{
return?author;
}

public?void?setAuthor(String?author)?{
this.author?=?author;
}

public?String?getType()?{
return?type;
}

public?void?setType(String?type)?{
this.type?=?type;
}

public?String?getChapterName()?{
return?chapterName;
}

public?void?setChapterName(String?chapterName)?{
this.chapterName?=?chapterName;
}

public?String?getChapterText()?{
return?chapterText;
}

public?void?setChapterText(String?chapterText)?{
this.chapterText?=?chapterText;
}




}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-06-24?21:53??基于eclipse的小說在線閱讀網站開發\
?????目錄???????????0??2014-04-03?08:52??基于eclipse的小說在線閱讀網站開發\novelread\
?????文件???????24667??2014-04-03?19:48??基于eclipse的小說在線閱讀網站開發\novelread.sql
?????文件?????????728??2014-04-02?12:39??基于eclipse的小說在線閱讀網站開發\novelread\.classpath
?????文件????????1042??2014-03-27?18:32??基于eclipse的小說在線閱讀網站開發\novelread\.project
?????目錄???????????0??2014-04-03?08:52??基于eclipse的小說在線閱讀網站開發\novelread\.settings\
?????文件?????????503??2014-03-18?08:54??基于eclipse的小說在線閱讀網站開發\novelread\.settings\.jsdtscope
?????文件?????????364??2014-03-18?08:54??基于eclipse的小說在線閱讀網站開發\novelread\.settings\org.eclipse.jdt.core.prefs
?????文件?????????479??2014-03-27?18:32??基于eclipse的小說在線閱讀網站開發\novelread\.settings\org.eclipse.wst.common.component
?????文件?????????345??2014-03-18?08:55??基于eclipse的小說在線閱讀網站開發\novelread\.settings\org.eclipse.wst.common.project.facet.core.xml
?????文件??????????49??2014-03-18?08:54??基于eclipse的小說在線閱讀網站開發\novelread\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2014-03-18?08:54??基于eclipse的小說在線閱讀網站開發\novelread\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????目錄???????????0??2014-04-03?08:52??基于eclipse的小說在線閱讀網站開發\novelread\build\
?????目錄???????????0??2014-04-03?08:52??基于eclipse的小說在線閱讀網站開發\novelread\build\classes\
?????目錄???????????0??2014-04-03?08:52??基于eclipse的小說在線閱讀網站開發\novelread\build\classes\com\
?????目錄???????????0??2014-04-03?08:52??基于eclipse的小說在線閱讀網站開發\novelread\build\classes\com\xg\
?????目錄???????????0??2014-04-03?08:52??基于eclipse的小說在線閱讀網站開發\novelread\build\classes\com\xg\novelread\
?????目錄???????????0??2014-04-03?08:52??基于eclipse的小說在線閱讀網站開發\novelread\build\classes\com\xg\novelread\bean\
?????文件????????2298??2014-04-02?12:39??基于eclipse的小說在線閱讀網站開發\novelread\build\classes\com\xg\novelread\bean\Chapter.class
?????文件????????2270??2014-04-02?12:39??基于eclipse的小說在線閱讀網站開發\novelread\build\classes\com\xg\novelread\bean\Manager.class
?????文件????????1703??2014-04-02?14:04??基于eclipse的小說在線閱讀網站開發\novelread\build\classes\com\xg\novelread\bean\Member.class
?????文件????????3289??2014-04-02?12:39??基于eclipse的小說在線閱讀網站開發\novelread\build\classes\com\xg\novelread\bean\Novel.class
?????目錄???????????0??2014-04-03?08:52??基于eclipse的小說在線閱讀網站開發\novelread\build\classes\com\xg\novelread\dao\
?????文件????????3241??2014-04-02?12:39??基于eclipse的小說在線閱讀網站開發\novelread\build\classes\com\xg\novelread\dao\ChapterDAO.class
?????文件????????4154??2014-04-02?12:39??基于eclipse的小說在線閱讀網站開發\novelread\build\classes\com\xg\novelread\dao\DBUtil.class
?????文件????????1834??2014-04-02?12:39??基于eclipse的小說在線閱讀網站開發\novelread\build\classes\com\xg\novelread\dao\ManagerDAO.class
?????文件????????3113??2014-04-02?14:14??基于eclipse的小說在線閱讀網站開發\novelread\build\classes\com\xg\novelread\dao\MemberDAO.class
?????文件????????3995??2014-04-02?12:39??基于eclipse的小說在線閱讀網站開發\novelread\build\classes\com\xg\novelread\dao\NovelDAO.class
?????目錄???????????0??2014-04-03?08:52??基于eclipse的小說在線閱讀網站開發\novelread\build\classes\com\xg\novelread\filter\
?????文件????????1311??2014-04-02?12:57??基于eclipse的小說在線閱讀網站開發\novelread\build\classes\com\xg\novelread\filter\EncodingFilter.class
?????文件????????2209??2014-04-02?12:39??基于eclipse的小說在線閱讀網站開發\novelread\build\classes\com\xg\novelread\filter\LoginCheckFilter.class
............此處省略256個文件信息

評論

共有 條評論