본문 바로가기
728x90
반응형

Developer/HTML & JSP & CSS37

[CSS] justify-content 이해하기 justify-content - CSS: Cascading Style Sheets | MDN justify-content - CSS: Cascading Style Sheets | MDNCSS의 justify-content 속성은 브라우저가 콘텐츠 항목 사이와 주변의 공간을 플렉스 컨테이너에서는 main-axis, 그리고 그리드 컨테이너에서는 인라인 축을 기준으로 어떻게 정렬할 것인지를 정의합니developer.mozilla.org Playground | MDN Playground | MDNThe MDN Web Docs site provides information about Open Web technologies including HTML, CSS, and APIs for both Web sites an.. 2024. 11. 26.
[HTML] textarea공백 및 줄바꿈 처리 https://offbyone.tistory.com/326 textarea로 입력 받은 글을 공백과 줄바꿈을 살려 출력하기 HTML에디터가 아닌 일반 textarea 로 입력 받은 글을 페이지에 출력해야 할 경우가 많이 있습니다. 출력시에는 보통 JSP 라면 형태로 출력합니다. 이 경우 html 태그들은 escape 되어서 태그가 화면에 그 offbyone.tistory.com 2024. 3. 25.
[JSP] JSP에서 Java Service호출하기 @ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 Colored by Color Scripter cs @ 출처 https://javaspecialist.co.kr/board/599;jsessionid=382F4F8DA390659BE5B31E066EE4091F 자바전문가그룹내용 자료실 내용javaspecialist.co.kr 2024. 3. 13.
[JSP] useBean활용하기 전체 ${i} 2023. 12. 22.
[JSTL] if조건 삼항연산자로 간단히 쓰기 자꾸 까먹음.paginationInfo.setTotalRecordCount(userList.isEmpty() ? 0 : Integer.parseInt(userList.get(0).get("totalRecordCount").toString())); ${(empty result.companyNm)?dataMap.loginCompanyNm:result.cCompanyNm } 2023. 11. 30.
728x90
반응형