[ -z ${A} ] : A 문자열의 길이가 0이면 TRUE [ -n ${A} ] : A 문자열의 길이가 0이 아니면 TRUE [ ${A} -eq ${B} ] : A와 B값이 같으면 TRUE [ ${A} -ne ${B} ] : A와 B값이 다르면 TRUE [ ${A} -gt ${B} ] : A가 B보다 크면 TRUE [ ${A} -ge ${B} ] : A가 B보다 크거나 같으면 TRUE [ ${A} -lt ${B} ] : A가 B보다 작으면 TRUE [ ${A} -le ${B} ] : A가 B보다 작거나 같으면 TRUE [ 조건식A -a 조건식B ] : 조건식 A와 B가 모두 TRUE이면 TRUE (&& 와 동일) [ 조건식A -o 조건식B ] : 조건식 A가 TRUE거나 조건식B가 TRUE면 TRUE ..
https://soyoung-new-challenge.tistory.com/99 [Logstash] 로그스테이시 사용법 (설정파일) + Elastic 이번 포스팅은 로그 스테이시에서 사용하는 다양한 설정과 로그를 필터링하는 방법에 대한 내용입니다. Logstash란 로그 스테이시는 실시간 파이프라인 기능을 가진 데이터 수집 엔진 오픈소스이 soyoung-new-challenge.tistory.com https://sabarada.tistory.com/46 [MSA] Filebeat와 Logstash의 비교 안녕하세요. 원래 오늘은 ElasticSearch를 실제로 적용시켜보는 과정을 포스팅하려고 했습니다. 하지만 아키텍처를 그리기 전에 한번 비교하고 넘어가고 싶어서 이렇게 번외로 비교를 한번 진행하� s..
Global Server Load Balancing(GSLB)는 DNS 서비스 기반으로 사용자가 원하는 엔드포인트(서버 or 도메인) 및 정책을 이용해 안정적으로 트래픽을 로드밸런싱 해주는 서비스입니다. https://meetup.toast.com/posts/233 GSLB 서비스 소개(TOAST Service 들여다 보기) : TOAST Meetup TOAST DNS Plus GLSB 는 상위 상품인 TOAST DNS Plus 를 이용한 서비스 도메인과의 연계가 용이하며, TOAST Load Balancer 를 엔드포인트로 설정해 이중화가 가능하고 임의의 엔드포인트 또한 이중화가 가능합�� meetup.toast.com
kubectl get all # pods kubectl delete pod simple-pod # deployments kubectl delete deploy/simple-deployment svc/simple-service https://coreos.com/tectonic/docs/latest/tutorials/sandbox/deleting-deployment.html CoreOS CoreOS provides Container Linux, Tectonic for Kubernetes and the Quay image registry; key components to secure, simplify and automatically update your container infrastructure. coreo..
1 2 3 4 awk '{print $1 * $2;}' a.txt cat a.txt | awk '{print $1 * $2;}' 2 12 https://shlee1990.tistory.com/583 [Linux] 리눅스 사용자를 위한 awk 명령어의 사용법 (주요 사용 용도 : 텍스트 데이터 처리) 정보 업무명 : 리눅스에서 awk 명령어를 사용하는 기초적인 방법 정리 작성자 : 박진만 작성일 : 2020-03-14 설 명 : 수정이력 : 내용 [특징] 리눅스에서 awk 명령어 사용방법 소개 [활용 자료] �� shlee1990.tistory.com
https://help.talend.com/reader/jErhAENS5HA9L8lGuHSmsA/MQLiEb_P5m81LCbMYUZKFQ List of date and date/time formats - Cloud Date and time are formatted according to the different conventions all around the world. Locale-specific date and date/time formats are specified by date and time pattern strings. The following tables provide information on the patterns which are recognize help.talend.com
hdfs dfs -put https://stackoverflow.com/questions/28213116/hadoop-copy-a-local-file-system-folder-to-hdfs hadoop copy a local file system folder to HDFS I need to copy a folder from local file system to HDFS. I could not find any example of moving a folder(including its all subfolders) to HDFS $ hadoop fs -copyFromLocal /home/ubuntu/Source-Folder-To- stackoverflow.com
tr:nth-child(even) {background: #CCC} tr:nth-child(odd) {background: #FFF} https://www.w3.org/Style/Examples/007/evenodd.en.html CSS: even and odd rules Even and odd rules One way to improve the readability of large tables is to color alternating rows. For example, the table below has a light gray background for the even rows and white for the odd ones. The rules for that are extremely simple: t..
for ((i=1;i
DISTRIBUTE BY SORT BY https://stackoverflow.com/questions/45092576/how-to-use-order-by-with-collect-set-operation-in-hive?noredirect=1&lq=1 how to use order by with collect_set() operation in hive In Table 1, I have customer_id, item_id and item_rank (rank of item according to some sales). I want to collect a list of items for each customer_id and arrange them according to item_rank. stackoverfl..
https://stackoverflow.com/questions/46468430/hbase-client-2-0-x-error hbase-client 2.0.x error I'm trying to connect to a remote hbase server using the hbase-client java API. So far i've been able to make it work with the hbase-client version 1.3.1. But to resolve a dependency conflict with ... stackoverflow.com
}, Encoders.bean(xxxx.class)); // xxxx class has enum class. // and don't use enum fields // add new String field https://github.com/apache/spark/pull/17013 [SPARK-19666][SQL] Skip a property without getter in Java schema inference and allow empty bean in encoder creation by HyukjinKw What changes were proposed in this pull request? This PR proposes to fix two. Skip a property without a getter i..
cat /etc/centos-release | grep -E -o [0-9]+\.[0-9]+ https://holjjack.tistory.com/94 [Linux] CentOS, Ubuntu 등 OS 버전을 확인하는 명령어 다른 개발실 분들이 구축해놓은 Linux의 경우, 인수인계가 제대로 이루어 지지 않거나, 문서화된 자료가 부족한 경우 가 간혹 발생합니다. 이럴 경우, 기본적으로 어떤 종류의 Linux를 사용했는지 holjjack.tistory.com

- C 언어와의 접착성 - 콜백 함수 - 람다 함수 - 이터레이터 - 제너레이터 인터프로터당 1개의 스레드만 허용하는 GIL(Global Interpreter Lock) 특성으로 인해 속도 측면에서 우려... 파이썬 토네이도(tornado) 프레임워크를 사용하여 웹 서버에 5개의 인스턴스를 띄우고, 동시 접속으로 10만개 이상의 요청 처리해 냄! HTTP(S) 프로토콜 request response 웹브라우저 curl http://www.example.com telnet www.example.com 80 ### HTTP 프로토콜 HTTP(Hypertext Transfer Protocol) 웹서버와 웹 클라이언트 사이에서 데이터를 주고받기 위해 사용하는 통신 방식으로, TCP/IP 프로토콜 위에서 동작: ..
SELECT datediff(TO_DATE('20200501', 'yyyyMMdd'),TO_DATE('20200701', 'yyyyMMdd')) https://stackoverflow.com/questions/46304245/how-to-get-months-years-difference-between-two-dates-in-sparksql how to get months,years difference between two dates in sparksql I am getting the error: org.apache.spark.sql.analysisexception: cannot resolve 'year' My input data: 1,2012-07-21,2014-04-09 My code: val sqlC..
System.out.println(NumberFormat.getNumberInstance(Locale.US).format(35634646)); https://stackoverflow.com/questions/7070209/converting-integer-to-string-with-comma-for-thousands Converting Integer to String with comma for thousands I want to convert an Integer 35634646 to have the thousand "," so it should be 35,634,646. What would be the quickest way to doing that? stackoverflow.com

부위(59)에 점이 있는 얼굴 당신은 삶에 있어서 모험을 즐기고 있는 형으로 등산과 같은 활동을 좋아합니다. 또 매우 활동적이기 때문에 다른 사람들이 싫어하거나 꺼리는 일도 과감하게 뛰어들어 처리하는 두둑한 배짱도 가지고 있습니다.당신은 너무 예민한 면이 있기 때문에 위기가 닥쳤을 때 너무 예민해지고 날카로워져 일을 그르칠 수 있으니 자기 자신을 컨트롤하면서 차분하게 시간을 두고 처리한다면 큰 어려움은 없을 것입니다. 삶에 있어서 재물은 부족함이 없지만 손재수가 있을 수 있으니 주의해야 합니다. 부위(41)에 점이 있는 얼굴 신경이 너무 예민하여 신경과민이 되기 쉽고 겉으로는 부드러워 보이지만 내면은 아주 불안정한 성격이 되므로 진취적인 기상이나 지구력이 결여되고 모든 일은 용두사미 격이 되어 버립니다...
- Total
- Today
- Yesterday
- 클루지
- 모델 Y 레퍼럴
- 팔로워 수 세기
- 인스타그램
- 개리마커스
- 메디파크 내과 전문의 의학박사 김영수
- 연애학개론
- 책그림
- 테슬라 추천
- follower
- 모델y
- 테슬라 레퍼럴 코드 확인
- wlw
- 테슬라 리퍼럴 코드 생성
- 어떻게 능력을 보여줄 것인가?
- 테슬라 리퍼럴 코드
- COUNT
- 테슬라 리퍼럴 코드 혜택
- 테슬라 크레딧 사용
- 레퍼럴
- 유투브
- 테슬라 레퍼럴
- 할인
- Bot
- 테슬라
- Kluge
- 김달
- 테슬라 레퍼럴 적용 확인
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |