简易论坛javaweb程序


采用java,js,编写的建议论坛,有简单的用户登录,注册,修改用户信息,发帖,删帖
资源截图
代码片段和文件信息
package it.com.bean;

public class Content {

int contIdhitContisTopupperId;

String subjectwordsuserNamecreateTime;
String emaillogo;

public Content() {
super();
// TODO Auto-generated constructor stub
}


public Content(int hitCont int isTop int upperId String subject
String words String userName String createTime String email
String logo) {
super();
this.hitCont = hitCont;
this.isTop = isTop;
this.upperId = upperId;
this.subject = subject;
this.words = words;
this.userName = userName;
this.createTime = createTime;
this.email = email;
this.logo = logo;
}

public String getEmail() {
return email;
}

public void setEmail(String email) {
this.email = email;
}

public String getLogo() {
return logo;
}

public void setLogo(String logo) {
this.logo = logo;
}

public int getContId() {
return contId;
}
public void setContId(int contId) {
this.contId = contId;
}
public int getHitCont() {
return hitCont;
}
public void setHitCont(int hitCont) {
this.hitCont = hitCont;
}
public int getIsTop() {
return isTop;
}
public void setIsTop(int isTop) {
this.isTop = isTop;
}
public int getUpperId() {
return upperId;
}
public void setUpperId(int upperId) {
this.upperId = upperId;
}
public String getSubject() {
return subject;
}
public void setSubject(String subject) {
this.subject = subject;
}
public String getWords() {
return words;
}
public void setWords(String words) {
this.words = words;
}
public String getUserName() {
return userName;
}
public void setUserName(String userName) {
this.userName = userName;
}
public String getCreateTime() {
return createTime;
}
public void setCreateTime(String createTime) {
this.createTime = createTime;
}


@Override
public int hashCode() {
final int prime = 31;
int result = 1;
result = prime * result + contId;
result = prime * result
+ ((createTime == null) ? 0 : createTime.hashCode());
result = prime * result + ((email == null) ? 0 : email.hashCode());
result = prime * result + hitCont;
result = prime * result + isTop;
result = prime * result + ((logo == null) ? 0 : logo.hashCode());
result = prime * result + ((subject == null) ? 0 : subject.hashCode());
result = prime * result + upperId;
result = prime * result
+ ((userName == null) ? 0 : userName.hashCode());
result = prime * result + ((words == null) ? 0 : words.hashCode());
return result;
}


@Override
public boolean equals(object obj) {
if (this == obj)
return true;
if (obj == null)
return false;
if (!(obj instanceof Content))
return false;
Content other = (Content) obj;
if (contId != other.contId)
return false;
if (createTime == null) {
if (other.createTime != null)
return false;
} else if (!createTime.equals(other.createTime))
return fal

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-07-11 17:00  简易论坛
     文件        3827  2017-07-11 16:59  简易论坛luntan.sql
     目录           0  2017-07-11 16:55  简易论坛 est0706
     文件         456  2017-07-06 10:30  简易论坛 est0706.classpath
     目录           0  2017-07-06 10:26  简易论坛 est0706.myeclipse
     文件         297  2017-07-11 09:03  简易论坛 est0706.mymetadata
     文件        1281  2017-07-06 10:53  简易论坛 est0706.project
     目录           0  2017-07-11 16:55  简易论坛 est0706.settings
     文件         330  2017-07-06 10:26  简易论坛 est0706.settingsorg.eclipse.jdt.core.prefs
     目录           0  2017-07-11 16:55  简易论坛 est0706src
     目录           0  2017-07-11 16:55  简易论坛 est0706srcit
     目录           0  2017-07-11 16:55  简易论坛 est0706srcitcom
     目录           0  2017-07-11 16:55  简易论坛 est0706srcitcomean
     文件        4185  2017-07-10 15:00  简易论坛 est0706srcitcomeanContent.java
     目录           0  2017-07-11 16:55  简易论坛 est0706srcitcomcom
     文件        1006  2017-07-06 11:19  简易论坛 est0706srcitcomcomDbcon.java
     目录           0  2017-07-11 16:55  简易论坛 est0706srcitcomdb
     文件        3808  2017-07-11 15:42  简易论坛 est0706srcitcomdbContentDao.java
     文件        4721  2017-07-11 14:27  简易论坛 est0706srcitcomdbUserDao.java
     目录           0  2017-07-11 16:55  简易论坛 est0706srcitcomfilter
     文件         858  2017-07-11 10:00  简易论坛 est0706srcitcomfilterCharset.java
     目录           0  2017-07-11 16:55  简易论坛 est0706srcitcomsrv
     文件        2234  2017-07-11 13:33  简易论坛 est0706srcitcomsrvAlluserSrv.java
     文件        2713  2017-07-10 10:10  简易论坛 est0706srcitcomsrvDeleteUserSrv.java
     文件        2304  2017-07-11 15:42  简易论坛 est0706srcitcomsrvFatieSrv.java
     文件        1792  2017-07-11 13:30  简易论坛 est0706srcitcomsrvFenyeTieSrv.java
     文件        2331  2017-07-11 14:41  简易论坛 est0706srcitcomsrvFristSrv.java
     文件        2392  2017-07-11 11:48  简易论坛 est0706srcitcomsrvHuitieSrv.java
     文件        2235  2017-07-11 14:56  简易论坛 est0706srcitcomsrvLoginSrv.java
     文件        1943  2017-07-11 14:58  简易论坛 est0706srcitcomsrvOutSrv.java
     文件        2238  2017-07-11 14:29  简易论坛 est0706srcitcomsrvReSrv.java
............此处省略149个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)