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 |
Tags
- tensorflow
- 함수
- Spring
- Session
- opencv
- model
- imshow
- data
- 머신러닝
- destroyallwindows
- list
- branch
- 저장소
- Repository
- Linux
- Vector
- 파이썬
- CLONE
- AI
- 이미지
- datascience
- Python
- r
- git
- 가중치
- Anaconda
- db
- Java
- imread
- gitignore
Archives
- Today
- Total
AI학교
JSTL 본문
1. JSTL이란
JSP페이지를 작성할 때 유용하게 사용할 수 있는 여러 액션과 함수가 포함된 라이브러리
2. 목적
코드가 깔끔해지고, 가독성이 좋아진다.
XML 처리와 함수처리가 쉽다
3. 기본 기능
<c:if>
<c:choose>
<c:forEach>
Comments