1 / 9

답변형 게시판 제작

JSP Programming with a Workbook. 답변형 게시판 제작. 학습 목표. 등록된 게시물의 목록에 사용자가 원하는 게시물만 출력 검색 기능에 대하여 알아보자 . 답변 등록이 가능한 답변형 게시판의 프로그래밍에 대하여 알아보자. 게시물 검색 [1/2]. 게시물 검색 ( 코드 10-1 참고 ) 필요로 하는 게시물의 정보를 빠른 시간에 획득 가능 Tip 1 : SQL 문의 like 연산자. 게시물 검색 [2/2].

chogan
Download Presentation

답변형 게시판 제작

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. JSP Programming with a Workbook 답변형 게시판 제작

  2. 학습 목표 • 등록된 게시물의 목록에 사용자가 원하는 게시물만 출력 검색 기능에 대하여 알아보자. • 답변 등록이 가능한 답변형 게시판의 프로그래밍에 대하여 알아보자. JSP Programming with a Workbook

  3. 게시물 검색 [1/2] • 게시물 검색 (코드 10-1 참고) • 필요로 하는 게시물의 정보를 빠른 시간에 획득 가능 • Tip 1 : SQL 문의 like 연산자 JSP Programming with a Workbook

  4. 게시물 검색 [2/2] • Tip 2 : <select> 태그와 <option> 태그 (드롭다운 박스와 리스트 박스 생성) JSP Programming with a Workbook

  5. 답변형 게시판 [1/4] • 답변형 게시판 • 사용자들이나 관리자들이 해당 게시물에 답변을 달 경우 바로 그 게시물 아래에 답변이 등록 JSP Programming with a Workbook

  6. 답변형 게시판 [2/4] • 답변형 게시판의 구조 JSP Programming with a Workbook

  7. 답변형 게시판 [3/4] • 답변 쓰기 (코드 10-2 참고) •  ‘답변하기’ 버튼을 클릭했을 경우 답변을 등록할 수 있는 웹 페이지 JSP Programming with a Workbook

  8. 답변형 게시판 [4/4] • 답변 등록하기 (코드 10-3 참고) • ‘등록’ 버튼을 클릭하였을 경우 사용자가 입력한 답변을 처리하는 웹페이지 JSP Programming with a Workbook

  9. Workbook • 실무 프로젝트 • 과제 1 : 관라지가 등록한 상품을 검색하는 페이지를 작성해 보자. JSP Programming with a Workbook

More Related