- 9-10
(BoardController.java)
String uri=request.getRequestURI();
System.out.println(uri);
String[] strs = uri.split("[/]"); //슬래쉬는 대괄호 생략하고 "/" 이렇게 표기 가능
String key = strs[strs.length-1];
/*
for(int i=0;i<strs.length;i++) {
System.out.println("strs["+i+"] :" + strs[i]);
}
*/
Create Filter
- 11-12
Long.parseLong
https://mybatis.org/mybatis-3/sqlmap-xml.html
ORDER BY ${columnName}
- 12-1
(detail.jsp)
<style>
https://www.w3schools.com/js/js_htmldom_css.asp
- 2-3
https://www.w3schools.com/html/html_form_elements.asp
The HTML <form> Elements
https://www.w3schools.com/html/html_form_input_types.asp
HTML Input Types
https://mybatis.org/mybatis-3/getting-started.html#sqlsessionfactory
SqlSessionFactory
한번만 만들어서 쓰세요
https://mybatis.org/mybatis-3/getting-started.html#sqlsession
SqlSession
지역변수 만들어서 끝나면 사라지게 해주세요
그때그때 만들어서 쓰세요
- 3-4
Iterator<String> it = request.getHeaderNames().asIterator();
쿠키와 세션의 차이? 개념?
https://interconnection.tistory.com/74
쿠키: 사용자 정보를 브라우저에 저장
세션: 사용자 정보를 서버에 저장
- 4-5
캐시? 쿠키?
ipv4 ipv6
- 5-6
비전공 6개월 학원 과정에 대한 비판
https://okky.kr/articles/464865
비전공 네이버 개발자의 "진작 그럴걸" 🙃
https://velog.io/@kim-taewoo/%EB%B9%84%EC%A0%84%EA%B3%B5-%EB%84%A4%EC%9D%B4%EB%B2%84-%EA%B0%9C%EB%B0%9C%EC%9E%90%EC%9D%98-%EC%A7%84%EC%9E%91-%EA%B7%B8%EB%9F%B4%EA%B1%B8
자바 스프링?
'개발일기' 카테고리의 다른 글
학원 수업 36일차 221012 (0) | 2022.10.31 |
---|---|
학원 수업 35일차 221011 (0) | 2022.10.31 |
학원 수업 34일차 221007 (0) | 2022.10.31 |
학원 수업 33일차 221006 (0) | 2022.10.31 |
학원 수업 31일차 221004 (0) | 2022.10.27 |
학원 수업 30일차 220930 (0) | 2022.10.27 |
학원 수업 29일차 220929 (0) | 2022.10.27 |
학원 수업 28일차 220928 (0) | 2022.10.26 |
댓글