본문 바로가기

jsp43

[HTML5] 폼구조 1 [HTML5] 폼구조 1 아이디 비밀번호 이름 폰번호 주소 성별 여성 남성 이메일 세상을 링크하라!!! 모든 링크를 한 자리에...링크닷컴: https://linkdotcom.mycafe24.com/ 유용한 링크, 링크닷컴 #무료 #링크사이트 #링크사이트컴퓨터 및 일반 유용한 링크들을 모아 놓았습니다. 지금 바로 확인하세요!linkdotcom.mycafe24.com 2024. 6. 10.
JSP 댓글 게시판 JSP 댓글 게시판 연결 성공"); // SQL 쿼리 실행 String sql = "SELECT * FROM comments"; stmt = conn.createStatement(); rs = stmt.executeQuery(sql); // 결과 출력 out.println(""); out.println("제목내용"); while (rs.next()) { out.println(""); out.println("" + rs.getString("title") + ""); .. 2024. 6. 8.
JDBC DB연결 JDBC DB연결 세상을 링크하라!!! 모든 링크를 한 자리에...링크닷컴: https://linkdotcom.mycafe24.com/ 유용한 링크, 링크닷컴 #무료 #링크사이트 #링크사이트컴퓨터 및 일반 유용한 링크들을 모아 놓았습니다. 지금 바로 확인하세요!linkdotcom.mycafe24.com 2024. 6. 8.
JSTL 표현언어 함수 JSTL 표현언어 함수escapeXml의 사용 예" />length(str1) = ${fn:length(str1) }toUppserCase(str1) = ${fn:toUpperCase(str1) }toLowerCase(str1) = ${fn:toLowerCase(str1) }substring(str1, 2, 9) = ${fn:substring(str1, 2, 9) }substringAfter(str1, str2) = ${fn:substringAfter(str1, str2) }substringBefore(str1, str2) = ${fn:substringBefore(str1, str2) }trim(str1) = ${fn:trim(str1) }replace(str1, src, dest) = ${fn:repl.. 2024. 6. 8.