user story - viewmythreads paging.txt

来自「Chinaxp 论坛源代码」· 文本 代码 · 共 17 行

TXT
17
字号
User Story : viewMyThreads pagingpage size is 20  ( ForumConstants.MAX_THREADS_PER_PAGE )link : viewMyThreads.go     view first pagelink : viewMyThreads.go?startIndex=20     view seconde pageThreadDAO:  findByUserId( String userId, int startIndex )  findCountByUserId( String userId )todo list:  ok.findByUserId( String userId, int startIndex ) and test  ok.findCountByUserId( String userId ) and test

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?