profile
소바보이
post-thumbnail

API 강좌

https://www.udemy.com/course/spring-hibernate-tutorial/https://www.udemy.com/course/nodejs-the-complete-guide/https://www.udemy.com/cou

2023년 3월 16일
·
0개의 댓글
·
post-thumbnail

SQL 연습

2023년 3월 16일
·
0개의 댓글
·
post-thumbnail

Postgresql

컬럼 네임 바꾸기

2023년 3월 14일
·
0개의 댓글
·
post-thumbnail

serverless vs container

We have so-called serverless approaches that are rapidly growing in popularity.The name serverless is a bit deceiving, though we still have servers, b

2023년 3월 9일
·
0개의 댓글
·
post-thumbnail

CI/CD

That's CI for continuous integration and c d for continuous delivery rather than leaving all this qualityOne of the main ideas behind continuous integ

2023년 3월 9일
·
0개의 댓글
·

spring 에러 해결

근본 원인 (root cause) org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.web.servlet.mvc.method

2023년 1월 17일
·
0개의 댓글
·
post-thumbnail

깃 에러 해결

error: failed to push some refs to 'https://github.com/userId/userProject.git'원본 리포지토리가 로컬 리포지토리보다 앞서 있습니다. 푸시하기 전에 다음과 같이 원본 리포지토리에서 변경 사항을 풀다운해

2023년 1월 17일
·
0개의 댓글
·
post-thumbnail

블로그 앱 만들기

해당 주소에 대한 권한이 없어서 발생하는 문제였다SSH로 remote를 연결함으로써 해결했다https://jhleed.tistory.com/166해당 블로그를 참고하여 SSH 키를 깃헙에 등록하였다깃헙에서 인증되지 않은 클라이언트에서 push하려고 할 때 발생

2023년 1월 11일
·
0개의 댓글
·

데이터를 다루는 방식에는 크게 델타방식과 스냅샷 방식이 있습니다. 깃 이전 세대 VCS(Version Control System) 들은 델타방식을 채택하고 있는데요, 이 경우 커밋의 횟수가 늘어나면 늘어날수록 데이터를 불러오는 속도가 느려집니다. 왜냐하면 처음 데이터부

2023년 1월 9일
·
0개의 댓글
·

Stack을 이용한 Queue 구현하기

큐 자료구조에서 사용하는 메서드들과 동일하게 작동하도록 구현해야한다.queue : stack : 만약 1,2,3,4,5 를 꽂는다고 가정해보자. insert메서드의 경우 동일한 큐와 스택 모두 순서로 삽입할 수 있다.queue: 1->2->3->4->5stack:

2023년 1월 9일
·
0개의 댓글
·
post-thumbnail

Stack & Queue

스택은 자료구조의 일종으로 저는 스택을 떠올릴 때 음식점에 쌓인 수직으로 쌓인 접시를 생각합니다. 접시 하나당 하나의 데이터라고 상상합니다. 쌓여있는 접시에서 가장 아래있는 접시를 꺼내기 위해서는 위에 겹쳐져 있는 접시들 부터 차례대로 꺼내야할 것입니다. 맨 아래 부터

2023년 1월 8일
·
0개의 댓글
·

TIL: Minimum Remove to Make Valid Parentheses

내 코드

2023년 1월 4일
·
0개의 댓글
·

TIL 마이크로서비스란?

2023년 1월 3일
·
0개의 댓글
·

TIL: L4 - Transport Layer

2023년 1월 2일
·
0개의 댓글
·
post-thumbnail

글자 반복없이 가장 긴 부분문자열의 길이를 리턴하시오.

2022년 12월 30일
·
0개의 댓글
·
post-thumbnail

12.29 TIL #4 -Typed Out Strings

https://leetcode.com/problems/backspace-string-compare/s와 r 두 문자열이 주어진다. 두 개의 해쉬가 반복되면 두 번 빽스페이스를 누른 것으로 한다지울 문자가 없을 경우 빽스페이스와 똑같이 동작한다둘다 공백인 문자열

2022년 12월 28일
·
0개의 댓글
·
post-thumbnail

자바 기초

데이터 타입 Primitives 1. Whole Number 2. Floating point number 3. Boolean & Character Object R

2022년 11월 11일
·
0개의 댓글
·
post-thumbnail

자바 온보딩

자바 설치하기 인텔리제이 설치하기 Git gist 생성하기

2022년 11월 3일
·
0개의 댓글
·
post-thumbnail

S1: Information gathering(정보수집)

We already know that information gathering is the first step in penetration testing and it is an act of gathering data about our target.It can be any

2022년 11월 2일
·
0개의 댓글
·

커맨드 라인

Directory를 뜻하며 현재 폴더에 있는 모든 컨텐츠들을 보여준다. 현재 디렉토리 내에 있는 리소스들을 list해준다 print working directory 현재 디렉토리Change Directory를 뜻하며 file tree를 위 아래로 넘나들 수 있다. 한

2022년 11월 2일
·
0개의 댓글
·