Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- 함수
- CLONE
- data
- 저장소
- list
- branch
- 이미지
- Session
- r
- tensorflow
- db
- Linux
- model
- Python
- opencv
- AI
- Spring
- imshow
- 머신러닝
- gitignore
- git
- destroyallwindows
- Anaconda
- imread
- 가중치
- Java
- Vector
- 파이썬
- datascience
- Repository
Archives
- Today
- Total
AI학교
JSTL 본문
1. JSTL이란
JSP페이지를 작성할 때 유용하게 사용할 수 있는 여러 액션과 함수가 포함된 라이브러리
2. 목적
코드가 깔끔해지고, 가독성이 좋아진다.
XML 처리와 함수처리가 쉽다
3. 기본 기능
<c:if>
<c:choose>
<c:forEach>
Comments