일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 도커 교과서
- mac hive
- mac hadoop
- 이더리움 #ethereum
- mac hadoop 3
- 자소서 시간 줄이기
- hive beeline 에러
- 이더리움
- Resources are low on NN
- Could not open client transport with JDBC Uri: jdbc:hive2://localhost:10000
- mac hadoop 설정
- Safe mode is ON
- 기업 조사 빨리 하는 법
- hadoop safe mode leave
- hive beeline
- mac hadoop 설치
- 자소서 빨리 쓰는 법
- hadoop safe mode
- 자소서 너무 오래 걸림
- Failed to connect to localhost:10000
- code=0)
- 백준 18428
- 카카오 2020 코딩테스트
- mac hive 3
- 카카오 2020 코테
- hive beeline 설정
- is not allowed to impersonate hive (state=08S01
- 카카오 자물쇠와 열쇠
- 자소서 빨리
- hive beeline 실행
- Today
- Total
목록Programming Language/Python (23)
A seeker after truth
https://snakify.org/ko/lessons/two_dimensional_lists_arrays/
이미 먼옛날에 검색해봤었는데 왜 이제서야 스택오버플로우 게시물을 발견한건지... https://stackoverflow.com/questions/432842/how-do-you-get-the-logical-xor-of-two-variables-in-python
https://m.blog.naver.com/dydgus092/221287570550#
https://stackoverflow.com/questions/28172008/pycharm-visual-warning-about-unresolved-attribute-reference 꼭 고치지 않아도 되는 에러였다(내 코드의 경우엔 그랬다)
https://hamait.tistory.com/634?category=79136 https://hamait.tistory.com/634?category=79136 https://suwoni-codelab.com/python%20%EA%B8%B0%EB%B3%B8/2018/03/11/Python-Basic-class-staticmethod/
1. 배운점 1) API 사용법 2) virtualenvwrapper 설정 및 사용법 https://hidekuma.github.io/python/virtualenv/virtualenvwrapper/python-virtualenv-wrapper/ 3) 거래소 아키텍처 구성, 설계법 4) 파이썬의 ABC 모듈의 용도, 사용법 https://velog.io/@city7310/abc 5) inspect 모듈의 용도, 사용법 (중에서도 인터프리터 스택) https://python.flowdas.com/library/inspect.html#the-interpreter-stack *inspect.stack(context=1) 호출자의 스택에 대한 프레임 레코드 리스트를 반환합니다. 반환된 리스트의 첫 번째 항목은 ..