전체 글
-
August 24th, 2019English/Class 2019. 8. 24. 13:01
I like keeping my hose clean I feel the same way : 같다고 생각하는데. I like things that I'm used to : 익숙한게 좋아. Get used to : 익숙해지다 gym equipment : 헬스도구 I don't know how to use gym equipment When I saw myself in the mirror : 거울에 비친 나의 모습을 볼때 When I saw my relection in the mirror : It was hard for me : it was hard to me (x) chill : 놀다 let's chill : 가볍게 놀자 she is really chill : 여유롭다. leave of absence : 휴학..
-
Kotlin 기본 문법Kotlin 2019. 8. 3. 16:39
타입 체크 if(true is Boolean) if('a' is Char) 타입 케스팅 Double to Int : double.toInt() Int to Double : myInt.toDouble(); Char to Int : char.toInt() var, val 차이 var : 변경가능 변수 val : 변경불가 변수 String pretty var logStr = """SELECT * FROM TABLE""";Compare "A".compareTo("B")String find, check val myString = "0123456789"; println(myString.get(1)); println(myString.subSequence(0,3)) println(myString.cont..
-
Daily conversationEnglish/Toddler 2019. 7. 24. 09:54
한국에서 평생 살았는데 이더위는 참을 수가 없다. I've been living my entire life in Korea. but I just can't get used to this heat. 많이 남았다. 많이 남지 안남았다. I have some time left There aren't any tickets left. // tickets 복수 사용 There aren't any people left There weren't many people left there Aguest 13th, 2019 (Thuesday) 어제 저녁먹으로 나갔어요. 1주일에 한 번 정도 자주가는 고기집에 갔어요. 24시간 영업하는 곳이라 주로 밤 늦게 사람이 없을때 가는걸 좋아해요 그런데 이번에는 평소보다 조금 일찍 갔었..
-
Hue - shell scriptHadoop/Hue Interface 2019. 7. 4. 15:27
Hue shell script 사용방법 # Upload shell script file 첫번째로 해야될 일은 사용할 script을 작성한후 hdfs에 업로드를 하는것이다. #!/usr/bin/env bash echo $1 echo $2 파일이름은 test.shell으로 저장하며 argument 2개를 전달받아 출력하는 스크립트이다. # 삽질 1 - 문서 -> 편집기 -> _Shell을 이용해서 Shell설정을 하려고 했다. 하지만 동작을 하지 않는다. # Workflow 작성 - `>_` shell 스크립트 아이콘을 드래그앤드랍해서 원하는 영역에 Task을 추가한다. - Shell command to execute 부분에 첫번째 단계에서 작성한 Shell 파일을 `..` 아이콘을 클릭하여 지정한다. -..
-
Conversation (May)English/Conversation 2019. 5. 29. 10:04
어쩔 수 없어, ~하는 수밖에 없어 There is nothing I can do 내가 할 수 있는 건 없어 There is nothing I can do about it 이건 내가 할 수 있는 게 없어 (조금 강조) There is nothing I can do now : 지금은 내가 할 수 있는게 없어 There is nothing I can do this point : 지금 할 수 있는 게 없어 There was nothing I could : 그때 할 수 있는게 없었어 There was nothing I could that point : 그때 내까 할 수 있는 것은 없었어 There is nothing I can do but just wait : 기다릴수 밖에 없어 내가 생각했던거랑 조금 달라, ..
-
Drive and order Starbucks Christmas menuEnglish/Youtube script 2019. 4. 22. 09:51
https://www.youtube.com/watch?v=ED4T7IRYQsc Hi guys! it`s such a sunny day today. right now, I'm on my way to Starbucs Because I really want to try Starbuck`s holiday drinks! I`ve tried peppermint mocha before. and I actually like it. I think minty chocolate and coffe tastes pretty good together but today I really wanted to try the eggnog latte and the chestnut praline latte? or drink # chestnut..
-
Daily English2English/Expression 2019. 4. 6. 19:21
# cherry blossoms started to bloom : 벚꽃이 피기 시작했다. # My mom makes my house messy # She puts anything anywhere - anywhere이 올 경우 앞에 전치사가 오지 않는다. - go to my house, go anywhere # suddenly it came up # the birth year : 년도 - the year of you birth : 년도 # synopsis : 줄거리, 개요 # 그게 미드의 재미인 것 같아요. - That is the fun part of American drama. # disgusting : 징그러워, 역겨워 # certain : 특정한, 확실한 - I'm certain == i'm sur..
-
ExpressionEnglish/Expression 2019. 4. 2. 09:33
Comparative The more A, the more B : A를 하면할 수록 B한다. - The more you eat, the more you can it - The more you do your homework, the more I will give you feedback. As ~ : ~할꺼라고 가정을 한 상태 - As you eat less now, you will eat less tomorrw If ~ : 할지 안할지알 수 없음. (동사 뒤 less, more나오고 / 명사 앞에 less, more 이 나온다. more watter) - If you drink more coffe you will feel less tired. as A as B : B 만큼 A 한다 - I will give..