d = dict() d.get('xyz', 42) # returns 42 https://stackoverflow.com/questions/30363550/python-dict-getkey-versus-dictkey Python dict.get('key') versus dict['key'] Why does this throw a KeyError: d = dict() d['xyz'] But this does not? d = dict() d.get('xyz') I'm also curious if descriptors play a role here. stackoverflow.com
Use key combination Cmd + Shift + p and type Install Package Select Package Control: Install Package from the search results Click on Sublime -> Preferences -> Key Bindings { "keys": [ "ctrl+shift+j" ], "command": "pretty_json" } https://stackoverflow.com/questions/34896840/sublime-text-json-formatter-shortcut Sublime Text - JSON formatter shortcut I'm using SublimeText2. How to reindent Json co..
https://jinja.palletsprojects.com/en/3.1.x/ Jinja — Jinja Documentation (3.1.x) jinja.palletsprojects.com https://jinja.palletsprojects.com/en/3.1.x/templates/ Template Designer Documentation — Jinja Documentation (3.1.x) Template Designer Documentation This document describes the syntax and semantics of the template engine and will be most useful as reference to those creating Jinja templates. ..

https://brunch.co.kr/@jinyoungchoi95/1 JWT(Json Web Token) 알아가기 jwt가 생겨난 이유부터 jwt의 실제 구조까지 | 사실 꾸준히 작성하고 싶었던 글이지만 JWT를 제대로 개념을 정리하고 구현을 진행해본 적이 없었는데 리얼월드 프로젝트를 진행하면서 JWT에 대한 brunch.co.kr https://jwt.io/ JWT.IO JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties. jwt.io
https://www.popit.kr/kafka-%EC%9A%B4%EC%98%81%EC%9E%90%EA%B0%80-%EB%A7%90%ED%95%98%EB%8A%94-producer-acks/ Kafka 운영자가 말하는 Producer ACKS | Popit 이번에는 메시지를 보내는 프로듀서에 대해 설명하도록 하겠습니다. 프로듀서가 메시지를 보낼때, 몇가지의 옵션들을 선택하여 보낼 수 있습니다. 프로듀서의 여러가지 옵션들중에서, 저는 가 www.popit.kr
https://luran.me/352 Avro 개요 Avro란? Avro는 데이터 직렬화와 관련된 시스템이다. 한국 개발자들은 /에이브로/라고 발음하곤 하지만, 외국 개발자 커뮤니티에서는 주로 /아브로/라고 발음하고 있다. Avro는 JSON 형태로 기록한다. luran.me https://medium.com/@gaemi/kafka-%EC%99%80-confluent-schema-registry-%EB%A5%BC-%EC%82%AC%EC%9A%A9%ED%95%9C-%EC%8A%A4%ED%82%A4%EB%A7%88-%EA%B4%80%EB%A6%AC-1-cdf8c99d2c5c Kafka 와 Confluent Schema Registry 를 사용한 스키마 관리 #1 진화하는 메시지 medium.com https..
kubia.yaml https://kubernetes.io/ko/docs/concepts/workloads/controllers/deployment/ apiVersion: apps/v1 kind: Deployment metadata: name: kubia spec: replicas: 3 selector: matchLabels: app: kubia template: metadata: labels: app: kubia spec: containers: - name: kubia image: seunggab/kubia:latest ports: - containerPort: 8080 shell https://minikube.sigs.k8s.io/docs/handbook/accessing/#using-minikube..

brew install zookeeper brew install kafka brew services restart zookeeper brew services restart kafka vi /opt/homebrew/etc/zookeeper/zoo.cfg admin.serverPort=8082 # default: 8080 sudo vi /etc/hosts 127.0.0.1 host.docker.internal vi /opt/homebrew/etc/kafka/server.properties listeners=PLAINTEXT://localhost:9092 advertised.listeners=PLAINTEXT://host.docker.internal:9092 https://okky.kr/article/7629..
minikube tunnel https://stackoverflow.com/questions/44110876/kubernetes-service-external-ip-pending Kubernetes service external ip pending I am trying to deploy nginx on kubernetes, kubernetes version is v1.5.2, I have deployed nginx with 3 replica, YAML file is below, apiVersion: extensions/v1beta1 kind: Deployment metadata: name: stackoverflow.com
https://dejavuhyo.github.io/posts/types-of-diagrams/ 다이어그램의 종류 1. UML이란 통합 모델링 언어(UML, Unified Modeling Language)는 소프트웨어 공학에서 사용되는 표준화된 범용 모델링 언어이다. 이 표준은 UML을 고안한 객체 관리 그룹에서 관리하고 있다. dejavuhyo.github.io
# Print List container alias dps='docker ps --format "table {{.ID}} \t{{.Image}} \t{{.Command}} \t{{.Names}} \t{{.Status}} \t{{.Ports}}"' # Stop all containers dstop() { docker stop $(docker ps -a -q); } # Remove all containers drm() { docker rm $(docker ps -a -q); } # Stop and Remove all containers alias drmf='docker stop $(docker ps -a -q) && docker rm $(docker ps -a -q)' # Remove all images d..
brew install redis brew services start redis brew services stop redis brew services restart redis redis-cli set key value keys * get key del key rename key newKey https://wlswoo.tistory.com/44 [Redis] Redis 설치 및 간단한 사용 방법 (Mac) Redis는 Remote Dictionary Server의 약자로 key: value 로 값을 저장하는 NoSQL입니다. 인-메모리(In-Memory) 데이터베이스로 메모리에 데이터가 저장됩니다. 싱글 쓰레드로 Atomic 합니다. Redis 설치 Brew 설치.. wlswoo.tistory.com
https://taekwang.tistory.com/16 [Eureka] Eureka client 만들기 [Eureka] Eureka client 만들기 https://start.spring.io/ 여기서 dependency eureka-discovery, web 추가해서 생성할 경우 1번 건너뛰세요 1. pom.xml 파일에 dependency 추가 1 2 3 4 5 6 7 8 9 10 o.. taekwang.tistory.com https://taekwang.tistory.com/15?category=789586 [Eureka] Eureka 서버 생성하기 [Eureka] Eureka 서버 생성하기 https://start.spring.io/ 여기에 들어가서 dependency에 eureka serve..
DNS 서브도메인 이름 대부분의 리소스 유형에는 RFC 1123에 정의된 대로 DNS 서브도메인 이름으로 사용할 수 있는 이름이 필요하다. 이것은 이름이 다음을 충족해야 한다는 것을 의미한다. 253자를 넘지 말아야 한다. 소문자와 영숫자 - 또는 . 만 포함한다. 영숫자로 시작한다. 영숫자로 끝난다. RFC 1123 레이블 이름 일부 리소스 유형은 RFC 1123에 정의된 대로 DNS 레이블 표준을 따라야 한다. 이것은 이름이 다음을 충족해야 한다는 것을 의미한다. 최대 63자이다. 소문자와 영숫자 또는 - 만 포함한다. 영숫자로 시작한다. 영숫자로 끝난다. RFC 1035 레이블 이름 몇몇 리소스 타입은 자신의 이름을 RFC 1035에 정의된 DNS 레이블 표준을 따르도록 요구한다. 이것은 이름이 다..
interface Bird { val wings : Int fun fly() fun jump() { // 구현된 일반 메소드 println("Bird jump") } } interface Horse { val maxSpeed : Int fun run() fun jump() { // 구현된 일반 메소드 println("jump!, max speed : $maxSpeed") } } class Pegasus : Bird, Horse { override val wings : Int = 2 override val maxSpeed : Int = 100 override fun fly() { println("The Pegasus Fly!") } override fun run() { println("The Pegasus..
https://www.youtube.com/c/EduAtoZPython/playlists EduAtoZ - Programming 데이터 분석 준 전문가, 빅데이터 분석 기사 실기, Cospro 1급, 2급 등 자격증 관련 내용을 포함하고 있습니다. www.youtube.com http://www.dataedu.kr/%EA%B8%B0%EC%B6%9C%EB%AC%B8%EC%A0%9C%EB%B3%B5%EC%9B%90/ 기출문제복원 – ADP, ADsP 빅데이터교육 1위 데이터에듀 www.dataedu.kr
kubectl get pod kubectl describe pod kubectl get pod nginx --template '{{.status.initContainerStatuses}}' kubectl logs -c https://kubernetes.io/ko/docs/tasks/debug-application-cluster/debug-init-containers/ 초기화 컨테이너(Init Containers) 디버그하기 이 페이지는 초기화 컨테이너의 실행과 관련된 문제를 조사하는 방법에 대해 보여준다. 아래 예제의 커맨드 라인은 파드(Pod)를 으로, 초기화 컨테이너를 과 kubernetes.io
- Total
- Today
- Yesterday
- 연애학개론
- 김달
- 모델y
- 할인
- 테슬라 리퍼럴 코드 생성
- 모델 Y 레퍼럴
- 어떻게 능력을 보여줄 것인가?
- 테슬라 크레딧 사용
- Bot
- 테슬라 레퍼럴
- 레퍼럴
- 유투브
- 테슬라 레퍼럴 적용 확인
- COUNT
- 클루지
- 팔로워 수 세기
- 메디파크 내과 전문의 의학박사 김영수
- 인스타그램
- Kluge
- follower
- 테슬라 리퍼럴 코드
- 테슬라
- 책그림
- wlw
- 테슬라 추천
- 개리마커스
- 테슬라 리퍼럴 코드 혜택
- 테슬라 레퍼럴 코드 확인
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |