본문 바로가기
반응형

KOSTA교육/수업95

[40/100]240611 1. spring 압축파일 푼 다음 it에 jdk 11넣기2. S3917_J11 압축해제3.STS.inf? ini? 파일에xms 부분은 메모리임  4. sts 실행해서 워크스페이스 C:\IT\S3917_J11\workspace_sts3로 설정 5. bundle 세팅파일 프로젝트 3개 있어야함 현재6. preferences 세팅 encoding에서 content types에서 text와 java class file 두개다 UTF-8 update하고 workspace와 css html jsp 전부 utf-8 web기본 브라우저 크롬으로 설정 console limit 해제 이거는 이렇게 시도해야 content폴더생김 그리고 다시 프로젝트 new - spring legacy - mvcproject com.lec.. 2024. 6. 11.
[34/100~39/100] 240531~240610 프로젝트 프로젝트 2024. 6. 11.
[33/100] 240530 2024. 5. 30.
[32/100] 240529 ajax와 restful api 그리고 lombok 2024. 5. 29.
[31/100] 240528 오늘은 ajax를 이용해서 비동기 통신을 연습하였고 restful api의 기본에 대해 배웠다. 금요일까지 수업을 나간뒤 금요일에 가볍게 조를 짜서 게시판 구현을 할 것같다. 2024. 5. 28.
[30/100] 240527 오늘은 게시판의 댓글추가 수정 삭제를 구현했고 AJAX의 기본을 배웠다. 2024. 5. 27.
[29/100] 240524 오늘은 자바스크립트로 버튼에 메서드를 구현했다. 2024. 5. 26.
[28/100] 240523 오늘은 다른 페이지에 객체를 넘겨주는 RequestDispatcher에 대해 공부하고 jsp에서 pagecode를 받아서 객체를 전달했다. request.setCharacterEncoding("UTF-8"); response.setContentType("text/html;charset=euc-kr"); String pagecode = request.getParameter("pagecode"); if(pagecode.endsWith("B001")) { BoardDAO bd = new BoardDAO(); ArrayList list = bd.boardSelect(); //테이블jsp에 ?뒤에 uid (&)그리고 upw의 값을 전송 //response.sendRedirect("tab.. 2024. 5. 26.
[27/100] 240522 오늘은 로그인과 회원가입을 구현하였다... package com.kosta.sample.user;import java.sql.Connection;import java.sql.PreparedStatement;import java.sql.ResultSet;import java.sql.SQLException;import java.util.ArrayList;import javax.sql.DataSource;import com.kosta.sample.board.BoardVO;import com.kosta.sample.common.MyOracleConnection;//Data Access Object : DMLpublic class UserDAO { public int userInsert(UserVO uvo) { .. 2024. 5. 22.
[26/100] 240521 html안에서 자바코드가 필요할 경우 사용 2024. 5. 21.
반응형