카페검색 본문
카페글 본문
-
[숙제] 25.08.25 페이지 사이즈 설정, Pagination 적용 2025.08.25해당카페글 미리보기
갯수(5,10,20,50), hidden input을 추가하여 새로운 pageSize 설정시 첫페이지로 이동하게 구현. - Pagination 적용 : 수업시간 진행한 코드에 pagination 부트스트랩 적용, 모든 링크에 $pageSize=${pageSize}를 추가하여 페이지 크기가 유지되도록 구현...
-
25.08.25 - 숙제(페이징 Pagination으로 변환, x개씩 보기) 2025.08.25해당카페글 미리보기
option> <option value="30"<c:if test="${pageSize == 30}">selected</c:if>>30개씩 보기</option> </select> <div class="pagination"> <!-- pag와 pageSize를 BoardList에 보내준다. --> <c:if test="${pag > 1}"><a href="BoardList.board?pag=1...
-
1025 과제 (Bootstrap Pagination) 2024.10.25해당카페글 미리보기
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 <ul class="pagination justify-content-center" > <li class="page-item"> <c:if test="${pag>1}"> <a class="page-link" href="GuestList.gu?pag=1">첫페이지</a> </c:if> </li> <li class="page-item...
-
26.03.10 과제(블록페이징) 2026.03.10해당카페글 미리보기
1}" /> </c:forEach> <!-- 블록페이징 시작 --> <div class="d-flex justify-content-center mt-4"> <ul class="pagination"> <!-- 처음 --> <c:if test="${pag > 1}"> <li class="page-item"> <a class="page-link" href="GuestList.gu?pag=1">«</a...
-
20260310 과제1번 2026.03.10해당카페글 미리보기
newLine, "<br/>")}</td> </tr> </table> </c:forEach> <div class="d-flex justify-content-center mt-2"> <ul class="pagination"> <li class="page-item ${currentPage <= 1 ? 'disabled' : ''}"> <c:choose> <c:when test="${currentPage <= 1}"> <a...
-
허들 (2025) Hurdle 2025.12.23해당카페글 미리보기
https://youtu.be/ZxWKh-waw6w 허들 — 서울독립영화제 허들 — 서울독립영화제 {"arrow":"true","pagination":"false","speed":"1500","autoplay":"true","autoplay_speed":"5000","loop":"true","slide_to_show":"1","slide_show_ipad_swpr":"1","slide...
-
45 2025.12.17해당카페글 미리보기
L_CDEPTH" value="0000B0000D"> </li> </ul> </div> <div id="comment-paging" class="simple_paging light-theme simple-pagination" style="display: block;"><ul><li class="disabled"><span class="current prev"><span class="ico_prev"><span class...
-
<마당이 두 개인 집> 상영 소식 2025.11.25해당카페글 미리보기
%91/ 마당이 두 개인 집 — 서울독립영화제 마당이 두 개인 집_스틸_1 마당이 두 개인 집_스틸_2 마당이 두 개인 집_스틸_메인 {"arrow":"true","pagination":"false","speed":"1500","autoplay":"true","autoplay_speed":"5000","loop":"true","slide...
-
[숙제] 25.11.11 페이징처리 2025.11.12해당카페글 미리보기
tr> </th:block> </table> <!-- 블록페이지 시작 --> <div class="text-center" th:if="${!paging.isEmpty}"> <ul class="pagination justify-content-center"> <li class="page-item" th:if="${paging.hasPrevious}"> <a class="page-link text-secondary...
-
[숙제] 📌 25.11.11 - QueryDSL 페이징 처리 2025.11.11해당카페글 미리보기
없습니다.</td> </tr> </tbody> </table> <!-- 페이지네이션 --> <nav aria-label="Page navigation"> <ul class="pagination justify-content-center"> <!-- 이전 페이지 --> <li class="page-item" th:classappend="${!page.hasPrevious()} ? 'disabled...