본문 바로가기

분류 전체보기110

[jenkins] getting-started 튜토리얼 - 가이드 투어 https://www.jenkins.io/doc/pipeline/tour/getting-started/ Getting started with the Guided Tour Jenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their software www.jenkins.io Jekins 다운로드 및 실행 https://www.jenkins.io/download/ Jenkins download and deployment Jenkins – an open source automation server which enables.. 2023. 12. 15.
[Algorithm] Algorithm 알고리즘 공부순서 https://gooddaytocode.blogspot.com/2016/05/blog-post_6.html 알고리즘과 입/출력 시간복잡도 시간복잡도는 문제해결에 걸리는 시간, 입력의 함수 관계를 가리킨다. 컴퓨터 과학에서 알고리즘이 시간 복잡도는 입력을 나타내는 문자열 길이의 함수로서 작동하는 알고리즘을 취해 시간을 정량화하는 것이다. 알고리즘의 시간복잡도는 주로 빅 오 표기법을 써서 나타내며 이 빅오 표기법은 계수와 낮은 차수의 항을 제외시키는 방법이다. 빅오 표기법 - 출처: https://coding-factory.tistory.com/608 '아무리 많이 걸려도 이 시간 안에는 끝날 것' 의 개념이 중요하다. 예를 들어 동전을 튕겨서 뒷면이 나올 확률을 이야기해본다면 운이 좋으면.. 2023. 12. 15.
[스프링 MVC 1편] 5. 스프링 MVC - 구조 이해 보호되어 있는 글 입니다. 2023. 12. 14.
[스프링 MVC 1편] 4. MVC 프레임워크 만들기 보호되어 있는 글 입니다. 2023. 12. 12.