본문 바로가기

카테고리 없음

2020-03-27 12시 개발자 글 모음 | "경기지역화폐 카드 신청, 혜택 & 사" 외 9개 이야기

42577 by 오진선

  • #include #include #include using namespace std; class TRIE { public: // 숫자가 10개니까 TRIE *node[10]; // 문자열의 끝을 표시 bool finish; TRIE() { for (int i = 0; i < 10; i++) { node[i] = NULL; } finish = false; } ~TRIE() { for (int i = 0; i<10;i++){ if (node[i]){ delete(node[i]); } } } void insert(const string &s
  • size() <= idx) { return true; } if (finish == true) { return false; } int tmp = s
  • idx + 1); } }; TRIE t = TRIE(); bool solution(vector phone_book) { for (int i = 0; i < phone_book


trie_set of strings_14425 by 오진선

  • #include #include #include using namespace std; class TRIE { public: // 알파벳이 26개니까 TRIE * node[26]; // 문자열의 끝을 표시 bool finish; TRIE() { for (int i = 0; i < 26; i++) { node[i] = NULL; } finish = false; } ~TRIE() { for (int i = 0; i<10; i++) { if (node[i]) { delete(node[i]); } } } void insert(const string &s
  • at(idx) - 97; // ascii if (node[tmp] == NULL) { node[tmp] = new TRIE(); } node[tmp]->insert(s
  • size() <= idx) { if (finish == true) { return false; } else { return true; } } int tmp = s


envoy 환경설정하기 by 정원천 about Docker

  • 25s type: LOGICAL_DNS # Comment out the following line to test on v6 networks dns_lookup_family: V4_ONLY lb_policy: ROUND_ROBIN load_assignment: cluster_name: service_google endpoints: - lb_endpoints: - endpoint: address: socket_address: address: www
  • port_value: 9901 } dynamic_resources: lds_config: api_config_source: api_type: GRPC grpc_services: envoy_grpc: cluster_name: xds_cluster cds_config: api_config_source: api_type: GRPC grpc_services: envoy_grpc: cluster_name: xds_cluster static_resources: clusters: - name: xds_cluster connect_timeout: 0
  • 25s type: STATIC lb_policy: ROUND_ROBIN http2_protocol_options: {} upstream_connection_options: # configure a TCP keep-alive to detect and reconnect to the admin # server in the event of a TCP socket half open connection tcp_keepalive: {} load_assignment: cluster_name: xds_cluster endpoints: - lb_endpoints: - endpoint: address: socket_address: address: 127


2020년 3월 27일 해외 추천 UI/UX 큐레이션 by 전민수

  • 2020년 3월 27일 해외 추천 UI/UX 큐레이션
  • 저는 매일 새벽 5시부터 7시까지 전일 업데이트 된 해외 아티클을 꼭 보면서 UI/UX 트랜드를 공부하고 있습니다
  • 2020년 3월23일-24일 해외에 업로드된 UI/UX 아티클 중 여러분이 꼭 봐야 하는 글을 추천합니다


자바 hashCode() by 서준수 about Java

  • String의 hashCode() 메서드를 보면 31 * h + ascii값 연산을 하기 때문에 특정 문자열 조합에서 동일한 정수값을 가지는 경우가 있다
  • 근데 만약 서로 다른 객체의 hashCode가 같다면 중복 key가 되는 것이다
  • String a와 String b가 hashCode는 같지만 equals()의 결과가 false이고 사용자 입장에서는 직관적으로 서로 다른 문자열인 것을 인지할 수 있다


책에 쓰여진 것들이 글자 그대로를 의미하지 않는다. by 김봉조

  • "그러나 이 말은 수 백 년 동안 전해져 가톨릭을 신성한 교회로 떠받들어지게 하는데 톡톡히 한몫을 하게 된 거야
  • 히브리어 성경을 그리스어 성경으로 번역할 때에 알마라는 단어를 파르테노스(parthenos)라고 번역하였고 이를 영어로 번역하면서 버진(Virgin)이 되어 우리말의 ‘처녀’가 된 것이다
  • 왜냐하면 ‘젊은 여인’이라는 표현은 반드시 ‘처녀’를 뜻하는 말이 아닐 수도 있기 때문이다


pair coding interview 1 by 홍영란 about HTTPS


    pair coding interview 2 by 홍영란


      EKS AutoScaling 하기 Part 2—IAM Role for Service Account & EKS Cluster Autoscaler by 한상효

      • clusterName }} autoDiscovery:# Only cloudProvider `aws` and `gce` are supported by auto-discovery at this time# AWS: Set tags as described in https://github
      • nodeSelector: {} podDisruptionBudget: |maxUnavailable: 1# minAvailable: 2## Node labels for pod assignment## Ref: https://kubernetes
      • release: dev-v01 ## Are you using Prometheus Operator?serviceMonitor:enabled: trueinterval: "10s"# Namespace Prometheus is installed innamespace: prometheus-operator## Defaults to whats used if you follow CoreOS [Prometheus Install Instructions]( https://github


      경기지역화폐 카드 신청, 혜택 & 사용처 by Ricky Han

      • 경기지역화폐는 지역경제를 살리기 위해서 경기도내 31개 시군구에서 발행하는 지역 화폐로 일부 대형마트나 백화점을 제외한 동네 상권에서 현금과 같이 사용 할 수 있는 화폐를 뜻합니다
      • 지금 본인이 살고 계신 지역별로 발행 방법을 확인 하신 후 경기지역화폐 카드 신청이 가능한 시군구에 거주하고 계시다면 먼저 스마트폰 어플리케이션을 통해서 발급 신청을 하시면 됩니다
      • 경기지역화폐카드를 발급 받으시면 일반적으로 체크카드 사용이 가능한 가맹점에서 사용 하실때 편리하게 사용 하실수 있습니다