資源簡介
使用的技術有JavaBean、fillter、數據庫等,能夠實現新聞的發布功能,在發布之后能夠進行對每一條新聞的刪除、修改、或者繼續增加新的文章,最后還能夠進行查詢功能,其中引用了百度編輯器,能夠進行圖文并茂的編輯
代碼片段和文件信息
package?com.lut.beans;
public?class?NewsRealese?{
??private?String?newsId;
private?String?classId;
private?String?kindId;
private?String?myOther;
private?String?headtitle;
private?String?content;
private?String?connectRealtive;
private?String?author;
private?String?editor;
private?String?newsFrom;
private?String?top;
private?String?newsTime;
private?String?hits;
private?String?state;
private?String?tag;
????public?String?getNewsId()?{
????????return?newsId;
????}
????public?void?setNewsId(String?newsId)?{
????????this.newsId?=?newsId;
????}
????public?String?getClassId()?{
????????return?classId;
????}
????public?void?setClassId(String?classId)?{
????????this.classId?=?classId;
????}
????public?String?getKindId()?{
????????return?kindId;
????}
????public?void?setKindId(String?kindId)?{
????????this.kindId?=?kindId;
????}
????public?String?getMyOther()?{
????????return?myOther;
????}
????public?void?setMyOther(String?myOther)?{
????????this.myOther?=?myOther;
????}
????public?String?getHeadtitle()?{
????????return?headtitle;
????}
????public?void?setHeadtitle(String?headtitle)?{
????????this.headtitle?=?headtitle;
????}
????public?String?getContent()?{
????????return?content;
????}
????public?void?setContent(String?content)?{
????????this.content?=?content;
????}
????public?String?getConnectRealtive()?{
????????return?connectRealtive;
????}
????public?void?setConnectRealtive(String?connectRealtive)?{
????????this.connectRealtive?=?connectRealtive;
????}
????public?String?getAuthor()?{
????????return?author;
????}
????public?void?setAuthor(String?author)?{
????????this.author?=?author;
????}
????public?String?getEditor()?{
????????return?editor;
????}
????public?void?setEditor(String?editor)?{
????????this.editor?=?editor;
????}
????public?String?getNewsFrom()?{
????????return?newsFrom;
????}
????public?void?setNewsFrom(String?newsFrom)?{
????????this.newsFrom?=?newsFrom;
????}
????public?String?getTop()?{
????????return?top;
????}
????public?void?setTop(String?top)?{
????????this.top?=?top;
????}
????public?String?getNewsTime()?{
????????return?newsTime;
????}
????public?void?setNewsTime(String?newsTime)?{
????????this.newsTime?=?newsTime;
????}
????public?String?getHits()?{
????????return?hits;
????}
????public?void?setHits(String?hits)?{
????????this.hits?=?hits;
????}
????public?String?getState()?{
????????return?state;
????}
????public?void?setState(String?state)?{
????????this.state?=?state;
????}
????public?String?getTag()?{
????????return?tag;
????}
????public?void?setTag(String?tag)?{
????????this.tag?=?tag;
????}
???
????
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
-----------?---------??----------?-----??----
?????????????36677305????????????????????831
- 上一篇:基于jsp的新聞網程序
- 下一篇:android7.0源碼framwork jar
評論
共有 條評論