资源简介
该网站基于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.xm
文件 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个文件信息
- 上一篇:java 桌面动态宠物
- 下一篇:java交友网站
相关资源
- java串口通信全套完整代码-导入eclip
- jsonarray所必需的6个jar包.rar
- 三角网构TIN生成算法,Java语言实现
- java代码编写将excel数据导入到mysql数据
- Java写的cmm词法分析器源代码及javacc学
- JAVA JSP公司财务管理系统 源代码 论文
- JSP+MYSQL旅行社管理信息系统
- 推荐算法的JAVA实现
- 基于Java的酒店管理系统源码(毕业设
- java-图片识别 图片比较
- android毕业设计
- java23种设计模式+23个实例demo
- java Socket发送/接受报文
- JAVA828436
- java界面美化 提供多套皮肤直接使用
- 在线聊天系统(java代码)
- 基于Java的图书管理系统807185
- java中实现将页面数据导入Excel中
- java 企业销售管理系统
- java做的聊天系统(包括正规课程设计
- Java编写的qq聊天室
- 商店商品管理系统 JAVA写的 有界面
- JAVA开发聊天室程序
- 在linux系统下用java执行系统命令实例
- java期末考试试题两套(答案) 选择(
- JAVA3D编程示例(建模、交互)
- Java 文件加密传输
- java做的房产管理系统
- 基于jsp的bbs论坛 非常详细
- [免费]java实现有障碍物的贪吃蛇游戏
评论
共有 条评论