sparkbyexamples.com/spark/spark-current-date-and-timestamp/ Spark - How to get current date & timestamp — SparkByExamples Spark SQL provides current_date() and current_timestamp() functions which returns the current system date without timestamp and current system data with sparkbyexamples.com
sys.float_info.max 1.7976931348623157e+308 stackoverflow.com/questions/3477283/what-is-the-maximum-float-in-python What is the maximum float in Python? I think the maximum integer in python is available by calling sys.maxint. What is the maximum float or long in Python? stackoverflow.com
Map map = new HashMap(); map.put("a", "1"); map.put("b", "2"); map.put("c", "3"); List keyList = new ArrayList(map.keySet()); List valueList = new ArrayList(map.values()); codechacha.com/ko/java-convert-map-to-list/ Java - Map을 List로 변경하는 방법 Map은 keySet(), values()라는 메소드를 제공하며, 이 메소드를 이용하여 Map을 List로 변환할 수 있습니다. 생성자를 통해 변환하는 방법과 Stream을 이용하여 변환하는 방법이 있습니다. 예제를 통해 알 codechacha.com
yyyyMMddHH=`date +%Y%m%d%H` yyyyMMddHH=_yesterday`date +%Y%m%d -d '1 days ago'` stackoverflow.com/questions/16142973/add-some-specific-time-while-using-the-linux-command-date Add some specific time while using the linux command "date" In linux, date can help me to print the current time. If want to print the current time + 1 hour, what option should I give? stackoverflow.com
stackoverflow.com/questions/2612548/extracting-an-attribute-value-with-beautifulsoup Extracting an attribute value with beautifulsoup I am trying to extract the content of a single "value" attribute in a specific "input" tag on a webpage. I use the following code: import urllib f = urllib.urlopen("http://58.68.130.147") s = f.re... stackoverflow.com
stackoverflow.com/questions/38066318/whats-the-difference-between-archives-files-py-files-in-pyspark-job-argum What's the difference between --archives, --files, py-files in pyspark job arguments --archives, --files, --py-files and sc.addFile and sc.addPyFile are quite confusing, can someone explain these clearly? stackoverflow.com
hdfs dfs -get /user/hduser/myfile.txt vi myfile.txt #or use any other tool and modify it hdfs dfs -put -f myfile.txt /user/hduser/myfile.txt stackoverflow.com/questions/39130092/how-to-update-a-file-in-hdfs How to update a file in HDFS I know that HDFS is write once and read many times. Suppose if i want to update a file in HDFS is there any way to do it ? Thankyou in advance ! stackoverflow.com

## 도전하는 사람 지도자 힘이 있으며 남을 지배하는 유형 자신감 있고, 결단력 있으며, 고집스럽고 사람들과 맞서기를 좋아한다. 리더 보호하는 사람 제공하는 사람 기업가 이단자 바윗덩어리 ### '나는 내 운명의 주인이다.' 이들은 스스로가 도전하는 것 뿐 아니라 다른 사람들도 어떤 일에 도전해서 자신의 능력 이상의 일을 해 내도록 격려하는 것을 즐기기 때문이다. 이들은 사람들을 설득해서 온갖 종류의 일 회사를 시작하는 것 도시를 건설하는 것 집안을 꾸려 나가는 것 전쟁을 하는 것 평화를 이루는 것 등을 할 만한 카리스마와 신체적, 심리적 능력을 가지고 있다. ### 존재의 자아상 강함 독립적 자기 주장이 강함 능력이 많음 직선적 행동 중심 건장함 집요함 ### 본능 중심 자아 경계는 주로 외부에 초점이..

## 인류의 새로운 의제 ### 기아, 역병, 전쟁 불완전한 인간 본성의 일부라서 세상의 종말이 오지 않는 한 인류는 이 문제들에서 자유롭지 못할 거라는 결론에 이르렀다. 관리할 수 있는 문제가 되었다. 무엇을 해야 하는지 잘 알고 있고, 대개는 잘 막아낸다. 발생하면 우리는 누군가 잘못한 것이 틀림없다고 생각하고, 조사위원회를 설치하고, 다음번에는 잘하겠다고 다짐한다. 맥도날드에서 폭식해서 죽을 확률이 훨씬 높다. ### 빈곤선 가난한 사람들은 어쩔 수 없이 떼죽음을 맞았다. 심각한 기근 지난 백 년 동안 기술적, 경제적, 정치적 발전으로 사회 안전망이 점점 더 튼튼해졌고 그와 함께 인류는 생물학적 빈곤선에서 멀어졌다. 인간의 정치 2030년에는 인류의 절반이 과체중일 것으로 예상된다. ### 보이지 ..
String 클래스의 immutable 특성 때문입니다. immutable 이란 변경할 수 없는, 불변의 라는 뜻으로 String 의 value 값은 한 번 생성되면 변경될 수 없습니다. 더 많은 시간과 메모리가 소요되는 것입니다. 연산을 많이 하면 할수록 이런 성능 차이는 더욱 심해집니다. String 클래스는 immutable 속성을 가짐으로써 안전하다고 했습니다. 값이 변경되지 않기 때문에 여러 스레드가 데이터를 공유하더라도 동기화를 신경쓸 필요가 없이 안정성이 유지되는 장점이 있습니다. append() https://cjh5414.github.io/why-StringBuffer-and-StringBuilder-are-better-than-String/ StringBuffer, StringBuild..
https://cnpnote.tistory.com/entry/HADOOP-%ED%95%98%EC%9D%B4%EB%B8%8C%EC%97%90-ORC%EB%A1%9C-%EC%A0%80%EC%9E%A5%EB%90%9C-%ED%85%8C%EC%9D%B4%EB%B8%94%EC%97%90-txt-%ED%8C%8C%EC%9D%BC%EC%9D%98-%EB%8D%B0%EC%9D%B4%ED%84%B0%EB%A1%9C%EB%93%9C [HADOOP] 하이브에 ORC로 저장된 테이블에 .txt 파일의 데이터로드 하이브에 ORC로 저장된 테이블에 .txt 파일의 데이터로드 데이터 형식이 .txt 인 데이터 파일이 있습니다. 이 파일을 사용하여 하이브 테이블에 데이터를로드하고 있습니다. 다음과 같은 테이블에 cnpnote.tis..
st1 = "Hello World!" st2 = "World" idx = st1.find(st2) if idx == -1: print('not exist') else: print('exist at idx', idx) https://hashcode.co.kr/questions/286/%EC%8A%A4%ED%8A%B8%EB%A7%81%EC%97%90-%ED%8A%B9%EC%A0%95-%EB%8B%A8%EC%96%B4-%EC%9C%84%EC%B9%98-%EC%B0%BE%EA%B8%B0 스트링에 특정 단어 위치 찾기 java의 contains나 indexOf같은 메소드가 있을까요? 이렇게 쓰려구요. if not somestring.contains("찾고 싶은 문자열"): continue hashcode.co.kr
String word = "안녕하세요."; System.out.println("utf-8 -> euc-kr : " + new String(word.getBytes("utf-8"), "euc-kr")); System.out.println("utf-8 -> ksc5601 : " + new String(word.getBytes("utf-8"), "ksc5601")); System.out.println("utf-8 -> x-windows-949 : " + new String(word.getBytes("utf-8"), "x-windows-949")); System.out.println("utf-8 -> iso-8859-1 : " + new String(word.getBytes("utf-8"), "iso-8859-..
https://commons.apache.org/proper/commons-lang/apidocs/org/apache/commons/lang3/math/NumberUtils.html#toInt-java.lang.String- NumberUtils (Apache Commons Lang 3.11 API) Convert a String to a Integer, handling hex (0xhhhh) and octal (0dddd) notations. N.B. a leading zero means octal; spaces are not trimmed. Returns null if the string is null. commons.apache.org
SELECT t.* FROM t WHERE EXISTS ( SELECT 1 FROM tt WHERE t.name LIKE '%' || tt.name || '%' ); https://dba.stackexchange.com/questions/124844/how-to-use-like-with-subquery/124846#124846 How to use LIKE with subquery? In a SQLITE3 DB, I have a table A with a column 'word' containing search words that partially match a column in another table B. I'd like to SELECT all rows FROM table B WHERE B.name ..
int MAX = 3; int count = 0; while (true) { try { ... break; } catch (Exception e) { if (count++ < MAX) { continue; } ... break; } } https://stackoverflow.com/questions/13239972/how-do-you-implement-a-re-try-catch How do you implement a re-try-catch? Try-catch is meant to help in the exception handling. This means somehow that it will help our system to be more robust: try to recover from an unex..
if 'key1' in dict: https://hashcode.co.kr/questions/59/%ED%8C%8C%EC%9D%B4%EC%8D%AC-%EB%94%95%EC%85%94%EB%84%88%EB%A6%AC%EC%97%90%EC%84%9C-%ED%8A%B9%EC%A0%95-%ED%82%A4%EA%B0%80-%EC%9E%88%EB%8A%94%EC%A7%80-%ED%99%95%EC%9D%B8%ED%95%98%EA%B3%A0%EC%8B%B6%EC%96%B4%EC%9A%94 파이썬 딕셔너리에서 특정 키가 있는지 확인하고싶어요 제목처럼 특정 키가 있는지 조사하고 싶습니다. 저도 나름 대로 코드를 만들었는데요. 더 좋은 방법을 가르쳐주시면 고맙겠습니다. 소스코드 if 'key1' in dict.keys():..
date +%Y%m%d -d 'next sunday - 1 week' https://stackoverflow.com/questions/56388396/how-to-get-last-sundays-date-from-todays-date-using-shell-script How to get last sunday's date from today's date using shell script? I want to print the date of last Sunday by taking today's date as input for all days of the week except Sunday, but if it is Sunday then it should print today's date. I tried this, ..
https://stackoverflow.com/questions/2255500/can-i-multiply-strings-in-java-to-repeat-sequences Can I multiply strings in Java to repeat sequences? I have something like the following: int i = 3; String someNum = "123"; I'd like to append i "0"s to the someNum string. Does it have some way I can multiply a string to repeat it like Python do... stackoverflow.com
$.each(object, function(index, item){ }); $(selector).each(function(index, item){ }); https://webclub.tistory.com/455 jQuery의 each() 메서드 알아보기 jQuery - each() 메서드 jQuery를 사용해 배열을 관리하고자 할 때 each() 메서드를 사용할 수 있습니다. each() 메서드는 매개 변수로 받은 것을 사용해 for in 반복문과 같이 배열이나 객체의 요소를 검사 webclub.tistory.com
moment().format('YYYY-MM-DD') moment('2021-01-01T00:00:00').format('YYYY-MM-DD') https://momentjs.com/docs/#/parsing/now/ Moment.js | Docs moment.relativeTimeThreshold(unit); // getter moment.relativeTimeThreshold(unit, limit); // setter duration.humanize has thresholds which define when a unit is considered a minute, an hour and so on. For example, by default more than 45 seconds is consider mo..
from . import operation import calcpkg from calcpkg import * from .operation import add, mul from .operation.element import * https://dojang.io/mod/page/view.php?id=2450 파이썬 코딩 도장: 45.4 패키지에서 from import 응용하기 지금까지 calcpkg 패키지의 모듈을 가져올 때 import calcpkg.operation처럼 import 패키지.모듈 형식으로 가져왔습니다. 그러면 import calcpkg처럼 import 패키지 형식으로 패키지만 가져와서 모듈을 사용할 수 dojang.io
http://joeferner.github.io/redis-commander/ Redis-Commander Features Config Information View configuration information from your Redis database Tree View View a list of all keys in your database as an expandable tree View Key Values View individual key values with paging support for lists/sorted sets Edit Values Ed joeferner.github.io
https://note.nkmk.me/en/python-pillow-concat-images/ Concatenate images with Python, Pillow | note.nkmk.me Pillow (PIL) can be used to concatenate (combine) multiple images vertically and horizontally. Create a background with Image.new() and paste the images with Image.paste().There are several ways to concatenate images of different sizes.This article describ note.nkmk.me
The MIT License (MIT) Copyright (c) 2021 Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit ..
import datetime from dateutil.relativedelta import relativedelta def string_to_date(dt, format='%Y%m%d'): return datetime.datetime.strptime(dt, format) def date_to_string(date, format='%Y%m%d'): return datetime.datetime.strftime(date, format) def add_date(dt, d): date = string_to_date(dt) + datetime.timedelta(days=d) return date_to_string(date) def add_week(dt, d): date = string_to_date(dt) + da..
- Total
- Today
- Yesterday
- 모델 Y 레퍼럴
- 테슬라
- 테슬라 레퍼럴 코드 확인
- 책그림
- 할인
- wlw
- 연애학개론
- 메디파크 내과 전문의 의학박사 김영수
- 테슬라 크레딧 사용
- 테슬라 레퍼럴 적용 확인
- 테슬라 추천
- 테슬라 리퍼럴 코드
- 모델y
- 테슬라 레퍼럴
- 테슬라 리퍼럴 코드 혜택
- 인스타그램
- follower
- 클루지
- 김달
- 개리마커스
- 어떻게 능력을 보여줄 것인가?
- 팔로워 수 세기
- Bot
- 테슬라 리퍼럴 코드 생성
- 레퍼럴
- 유투브
- Kluge
- COUNT
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |