명기의 이것저것

명기의 이것저것

  • 분류 전체보기
    • AWS
    • CICD
      • Jenkins
      • ArgoCD
    • Kubernetes
      • [k8s]Scheduling
    • Terraform
    • 프로그래밍 언어
      • Go 언어
      • Flutter
    • kafka
    • 수익 파이프라인 만들기
      • 이모티콘 만들기
      • 유튜브 쇼츠
    • Web 기초
      • HTML,CSS
      • javascript
      • Ajax
    • 프로젝트
      • SSAFY
      • Spring
      • Vue
    • 프로그래밍 대회
      • 코드블럭
      • 알고리즘 꿀팁!
      • 트리
      • 알고리즘 개념
    • DB
    • 취준
    • 독서
      • 베스트셀프
      • 하버드 상위1%의 비밀
      • 책
    • 성장하기 위한 고민 Q&A
  • 홈
  • 태그
  • 방명록
RSS 피드
로그인
로그아웃 글쓰기 관리

명기의 이것저것

컨텐츠 검색

태그

https://medium.com/sjk5766/nginx-reverse-proxy-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0-e11e18fcf843 https://argo-cd.readthedocs.io/en/stable/#how-it-works

최근글

댓글

공지사항

아카이브

프로그래밍 대회/알고리즘 꿀팁!(3)

  • char[],char, int, string 간 변환 in java

    String -> int String str= "42"; int num = Integer.parseInt(str); String(16진수) -> int String hex="1B3"; int num =Integer.parseInt(hex,16); int -> String String str= Integer.parseString(num); String str = String.valueOf(num); int-> Char int num; char c= (char)(num+'0'); Char -> int char ch= '2'; int num = Character.getNumericValue(ch); int num = (int)ch; Char -> String char ch='t' String str = Str..

    2020.04.06
  • 14501 퇴사

    내용 피드백 : 1. 연관된 2개의 변수배열을 다룰때 클래스 객체 =N) { //끝에 도달시 backtrack(true,0); }else {// 아직 남아있다. select[i]=2; int j; for ( j= 1; j < arr[i].Ti; j++) { select[i+j]=1; } backtrack(false,i+j); // 할게 남아 있을때 for (j = 0; j < arr[i].Ti; j++) { select[i+j]=0; } } // 끝에 도달시 } } public static void main(String[] args) throws IOException { BufferedReader br =new BufferedReader(new InputStreamReader(System.in)); St..

    2020.02.09
  • 14502 연구소

    코드 import java.util.ArrayList; import java.util.Scanner; class Main { static int a[][]; static int copy_a[][]; static int N,M; static int max_zero=0; // 사방 탐색용 배열 // 동 북 서 남 static int row[] = {0,-1,0,1}; static int col[] = {-1,0,1,0}; static class Dot { int x; int y; public Dot(int x,int y){ this.x= x; this.y= y; } } static ArrayList virusList =new ArrayList(); static ArrayList safeList =new Ar..

    2020.02.02
이전
1
다음
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바