본문 바로가기

전체 글81

leetcode - 974. Subarray Sums Divisible by K https://leetcode.com/problems/subarray-sums-divisible-by-k/description/ Subarray Sums Divisible by K - LeetCodeCan you solve this real interview question? Subarray Sums Divisible by K - Given an integer array nums and an integer k, return the number of non-empty subarrays that have a sum divisible by k. A subarray is a contiguous part of an array. Example 1: Inpleetcode.com 이 문제는 구간합 % K 가 0 이.. 2026. 3. 9.
3666. Minimum Operations to Equalize Binary String https://leetcode.com/problems/minimum-operations-to-equalize-binary-string/description/?envType=daily-question&envId=2026-03-03 Minimum Operations to Equalize Binary String - LeetCodeCan you solve this real interview question? Minimum Operations to Equalize Binary String - You are given a binary string s, and an integer k. In one operation, you must choose exactly k different indices and flip ea.. 2026. 3. 5.
[jenkins] pipeline 젠킨스의 기능을 동작시켜서 빌드/배포하는 방법 dashboard > jenkins 관리 클릭 > plugins 클릭 > Available plugins 클릭 > publish over ssh 검색해서 클릭 후 설치 docker 검색해서 클릭 후 체크된 것들 설치 플러그인 다 설치되면 재시작 되도록 해당 사항 체크 플러그인 잘 설치되어 있는지 확인 가상 머신에서 ssh 키 를 만들었다면cat ~/.ssh/id_rsa이 내용을 저 key 부분에 넣어주시면 됩니다.remote directory 는 어떤 경로 내에서 명령어를 작성할 것인지 정하는 것 아이템 설정 들어가보면 그러면 이제 이런 플러그인들을 사용해보겠습니다. 파이프라인 사용 jenkins@test:~/workspace/test2/jen.. 2025. 6. 22.
[jenkins] 파이프라인 + Jenkinsfile Jenkinsfile 위치 구체적으로 적어주기 2025. 6. 22.