본문 바로가기
728x90
반응형

전체 글565

[Jsp] 15. jdbc (Connection, localhost) 사번 이름 직무 /* src/main/webapp/main.css */ table {width : 100%; border-collapse: collapse; } th,td { border : 3px solid #bcbcbc; text-align: center; padding: 8px; } th { background-color: #B7F0B1; color : #353535; } td { background-color: #F2F2F2;} caption {color : #111111; font-size: 20px; background-color: #FFFFFF; } input[type=text],input[type=password],textarea { width:100%; } 2022. 4. 7.
[Jsp] 14. error (isErrorPage="true", errorPage, error 페이지 처리, error 페이지 설정) 파라미터 name을 입력해주세요. 계속 오류시 전산부로 전화요망 담당자:홍길동, 전화:1234 요청하신 페이지는 존재하지 않습니다. URL 주소가 올바른지 확인해 주세요 요청 URL : 요청하신 페이지에서 오류가 발생했습니다. 전산부로 연락주세요. 홍길동, 전화:1234 결과1 : 결과2 : 숫자만 입력하세요 jsp2 index.html index.jsp index.htm default.html default.jsp default.htm 404 /ch07/error404.jsp 500 /ch07/error500.jsp java.lang.NumberFormatException /ch07/errorNumber.jsp 2022. 4. 6.
[Jsp] 13. out 내장 객체 out 객체는 response 객체의 출력 버퍼에 데이터를 출력할 수 있는 출력 스트림 객체임 2022. 4. 6.
[Jsp] 12. application (application.getMajorVersion(), application.getMinorVersion(), application.getServerInfo(), application.getRealPath("/"), application.setAttribute, session.setAttribute, application.getAttribute, session.getAttribute) application 객체는 웹어플리케이션 당 한개의 객체가 제공됩니다. 현재 웹어플리케이션 jsp1 프로젝트의 모든 jsp는 하나의 appication 객체를 공유합니다. jsp버전 . 웹컨테이너 정보(was 서버 정보) 웹어플리케이션 경로 2022. 4. 6.
728x90
반응형