728x90
반응형
- github 올리기chantlemanhttps://git-scm.com/downloads/win Git - Downloading PackageDownload for Windows Click here to download the latest (2.47.1) 64-bit version of Git for Windows. This is the most recent maintained build. It was released on 2024-11-25. Other Git for Windows downloads Standalone Installer 32-bit Git for Windows Setup. 6git-scm.com 다 next 누르고 install git bash 실행 git config --global user.email 계정메..
- 2024-12-19 21:57:47
- The absolute uri: [http://www.springframework.org/security/tags] cannot be resolved in either web.xml or the jar files deployed with this applicationchantleman로그인 안했을때 따로 처리 해주기 위해 아래처럼 sec 태그립을 사용했당 Alexander Pierce 아래와 같은 에러가 뜬당! The absolute uri: [http://www.springframework.org/security/tags] cannot be resolved in either web.xml or the jar files deployed with this application maven repository에 들어가서 https://mvnrepository.com/artifact/org.springframework.security/spring-security-taglibs/6.4.1 org.springframewor..
- 2024-12-10 17:43:02
- [프로그래머스 코딩테스트] oracle Lv.3 있었는데요 없었습니다chantlemanselect i.animal_id, i.namefrom animal_ins i, animal_outs owhere o.animal_id = i.animal_idand i.datetime>o.datetimeorder by i.datetime
- 2024-11-28 13:40:54
- [프로그래머스 코딩테스트] oracle Lv.3 오랜 기간 보호한 동물(1)chantlemanselect name, datetimefrom (select animal_id, name, datetime from animal_ins where animal_id not in (select animal_id from animal_outs) order by datetime)where rownum
- 2024-11-28 11:59:19
- [프로그래머스 코딩테스트] oracle Lv.3 오랜 기간 보호한 동물(2)chantlemanselect animal_id, namefrom (select o.animal_id, o.name, (o.datetime-i.datetime) from ANIMAL_OUTS o,ANIMAL_INS i where o.animal_id=i.animal_id order by (o.datetime-i.datetime) desc)where rownum
- 2024-11-28 11:51:30
- LISTAGG, 행 열 바꾸기chantlemanLISTAGG: 오라클에서 여러 행의 값을 하나의 문자열로 결합하는데 사용되는 집계함수주로 여러 행에 존재하는 값을 구분자를 이용해 하나의 문자열로 합칠 때 유용 LISTAGG(결합하려는 열, 각 값 사이에 삽입할 구분자) WITHIN GROUP (ORDER BY 정렬할 열) 예를 들어서 아래와 같은 쿼리문을 실행하면 select mem_id from member; 이렇게 여러 행으로 결과가 나오지만 아래같이 listagg를 사용해서 실행하면select listagg(mem_id,',') within group(order by mem_id)from member; 여러행의 데이터들을 한 행에 합쳐서 출력해줍니다 Mybatis에서 INSERT 쿼리문 작성할 때도 LISTAGG을 사용하면 더 ..
- 2024-11-28 10:05:35
- [프로그래머스 코딩테스트] java Lv.0 n번째 원소부터chantlemanimport java.util.*;class Solution { public ArrayList solution(int[] num_list, int n) { ArrayList answer = new ArrayList(); for(int i=n-1;i
- 2024-11-27 18:29:06
- CORS (Cross-Origin Resource Sharing), SOP (Same-Origin Policy)chantlemanCORS웹 브라우저에서 다른 출처(origin)에서 리소스를 요청할 때 발생하는 보안 문제를 해결하기 위한 메커니즘 기본적으로 웹 브라우저는 SOP (동일 출처 정책. Same-Origin Policy)를 따르기 때문에 하나의 웹 페이지에서 다른 도메인, 프로토콜, 포트에 있는 리소스를 요청하는 것이 제한됨 CORS는 이 제한을 우회하고, 서버가 다른 출처에서의 요청을 허용할 수 있도록 하는 방법 SOP웹 브라우저는 보안을 위해 동일 출처 정책을 적용함이는 웹 페이지의 출처(origin)가 요청하려는 리소스의 출처와 동일해야만 요청이 성공하도록 하는 규칙웹 브라우저가 웹 페이지가 다른 출처에서 리소스를 요청하는 것을 기본적으로 차단하는 보안 정책 CORS 요청 흐름1. 브라우저가 요청을 보낼 때 ..
- 2024-11-26 21:37:19
728x90
반응형
스킨 업데이트 안내
현재 이용하고 계신 스킨의 버전보다 더 높은 최신 버전이 감지 되었습니다. 최신버전 스킨 파일을 다운로드 받을 수 있는 페이지로 이동하시겠습니까?
("아니오" 를 선택할 시 30일 동안 최신 버전이 감지되어도 모달 창이 표시되지 않습니다.)