Jsp新聞發布系統(五)

2021-07-28 11:33:59 字數 798 閱讀 3493

系統啟動初始化資訊設定

一. servlet啟動項設定

1.在web中新建乙個initservlet檔案,繼承httpservlet

2.new乙個dbutil,newsdao,newstypedao。

6.配置web.xml。在sevlet中加乙個load-on-startup,值為1.

7.新建乙個newsservlet檔案,繼承httpservlet

8.重寫doget和dopost方法。

9.在dopost方法中,定義乙個string型別的action,從request中取值。如果action的值是list,則呼叫newslist方法。

10.新建乙個newslist方法,引數為request和response。定義乙個string型別的typeid,從request中取值。將news/newslist.jsp進行setattribute成乙個mainpage,然後進行request**到foreground/newstemp.jsp

11.配置web.xml

12.在foreground中新建乙個news資料夾和newstemp.jsp,在news資料夾中新建乙個newslist.jsp

三. servlet啟動項——資訊類別載入

四. servlet啟動項——熱門新聞載入

1.寫乙個sql語句。select * from t_news order by click desc limit 0,8

Jsp新聞發布系統(一)

需求分析及資料庫設計 一.需求分析 1.新聞模組 3.新聞類別模組 5.系統模組 6.後台登入模組 新聞表t news newsid,title,content,publishdate,author,typeid,click,ishead,isimage,imagename,ishot 新聞類別表t...

新聞發布系統!

晨曦 荒微涼 1.首先我們要在newsdao中建立乙個方法,返回list集合,其中pageindex表示當前頁,pagesize表示新聞數量 public listgetselect int pageindex,int pagesize 2.newsdaoimpl類實現了newsdao,所以自然繼承...

新聞發布系統

同志們碰到乙個 return con 執行查詢操作 目的 返回乙個讀取器 param sql sql語句 param objs 引數列表 return 讀取器物件 throws exception public resultset executequery string sql,object.obj...