JSTL3 학원 수업 50일차 221101 9-10 레이아웃 역할 th:fragment ${} : value ~{} : fragment (/springWebSample/src/main/resources/templates/index.html) 1. index.html에 있는 head와 main을 layout이라는 이름으로 layout/user-layout.html으로 보냅니다 (this는 생략가능) (/springWebSample/src/main/resources/templates/layout/user-layout.html) header태그로 삽입됩니다. 메인태그로 대체됩니다. footer태그가 삽입됩니다. 2. user-layout.html에서 페이지를 완성한 후 다시 index.html로 보내 파일을 완성시킵니다 10-11.5 JSP를 쓴다고 .. 2023. 1. 4. 학원 수업 34일차 221007 9-10 jstl fmt로 날짜 포맷 Oracle SQL Developer TRIG_MEM2 ---- create or replace NONEDITIONABLE TRIGGER TRIG_MEM2 before INSERT OR UPDATE of pass ON MEMBER2 for each row --행트리거 적용시 :new (변경후) :old(변경전) BEGIN if inserting then :new.updated_date:=:new.created_date; dbms_output.put_line('회원가입시 처리'); elsif updating then :new.updated_date:=systimestamp; dbms_output.put_line('비밀번호 변경시 처리'); end if; END; ---.. 2022. 10. 31. 학원 수업 33일차 221006 회원가입, 로그인, 로그아웃 기능 구현 9-10 암호화 sha256 오라클 old new 문법 Java에서 문자열 반환 https://www.delftstack.com/ko/howto/java/return-a-string-java/ 10-11 (reg.jsp) 회원가입페이지 11-12 프록시 서버? String userIp=request.getRemoteHost(); 12-1 이클립스 ipv4 설정 https://cjw0701.tistory.com/231 1. Run > Run Confiugrations 2. 좌측 트리 메뉴에서 Apache Tomcat 서버 선택 3. Arguments 탭에서 VM arguments 텍스트박스 가장 하단에 -Djava.net.preferIPv4Stack=true 복붙 그.. 2022. 10. 31. 이전 1 다음