1.1控制層
public string list(@pageabledefault(size=5,sort=,direction = sort.direction.desc) pageable pageable, model model)
1.2服務實現層
@autowired
private newsdao newsdao;
@override
public pagefindbypageable(pageable pageable)
1.3介面
2.1控制層
如果id恆等於-1則跳轉新增介面,否則跳轉到編輯頁面
2.2服務實現層
@override
public news findnewsbyid(long id)
@override
public void input(news news) else
}
2.3介面
3.1控制層
public string search(@pageabledefault(size = 5,sort=,direction = sort.direction.desc)pageable pageable,
newsquery newsquery,
model model)
3.2服務實現層
@override
public pagesearchnews(pageable pageable, newsquery newsquery)
if(!stringutils.isempty(newsquery.gettypeid()))
if(newsquery.getrecommend()!=null)
query.where(predicates.toarray(new predicate[predicates.size()]));
return null;
}},pageable);
return news;
}
3.3介面
實訓第九天
學習日誌 姓名 祖東科 日期 2018.07.17 今日學習任務 通過矩陣按鍵輸入數字,在led上顯示輸入數字的二進位制,具有報警功能。今日任務完成情況 詳細說明本日任務是否按計畫完成,開發的 量。今日任務已按計畫完成。結合查閱到的資料,用了一天的時間基本完成任務。但是存在不小缺陷需改良 今日開發中...
實訓第九天
感想 今天是對前一天的美團頁面進行功能的增加,使得該頁面的功能更加完善。我參考了前幾天所製作的天氣預報的頁面以及天氣預報的功能設定,基本能把今天的任務做完。我對頁面的設定和對頁面的功能完善已經有了一定的了解,基本掌握了製作頁面的大概知識。廣東海洋大學 20?fixed bindtap 華萊士 麥德旺...
中軟國際實訓日記六天 7 26
如何根據核取方塊同時刪除多個使用者呢?控制層 responsebody public string deleteall string userlist userservice.deleteall ids return redirect findall.do 實現層 override public v...