• 大小: 2.18MB
    文件类型: .zip
    金币: 1
    下载: 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个文件信息

评论

共有 条评论