-
<PYTHON>[datetime, time]Flower in my dev/Python 2015. 4. 1. 19:28
12345678from time import strftimefrom time import localtime #원하는 포맷으로 시간 맞추기 t = strftime('%Y-%m-%d %H:%M:%S', localtime()) print tColored by Color Scriptercs 원하는 시간 포맷을 원할 때는 위 방법이 나는 제일 편하다. 1234567def lastday(ym): one_day = datetime.timedelta(days=1) if ym[4:6] == '12': ym = str(int(ym[0:4]) + 1) + '01' next_mon = ym[0:6] + '01' last_day = (datetime.datetime.strptime(next_mon, '%Y%m%d') - one..
-
<PYTHON>[os]Flower in my dev/Python 2015. 4. 1. 19:20
import os os.listdir(path) path에 모든 파일을 리스트로 만들어준다. os.mkdir(path) path에 해당하는 파일을 생성한다. os.remove(path) path에 해당하는 파일을 삭제한다. os.system(command) command를 실행하여 성공하면 0 또는 결과를 반환한다. 결과를 쉽게 제어하기 위해서는 import commands commands.getoutput(command)를 사용하면 된다. os.getpid() 프로세스 ID os.path.exists(path) 파일 또는 디렉토리 존재여부 os.path.getsize(path) 파일 크기 os.path.dirname(path) 파일의 경로 반환 os.path.split(path) 파일부분과 경로부분을 ..
-
영어회화 소모임 003Flower in my ENGLISH/CONVERSATION 2015. 1. 20. 15:45
브라이언 트레이시 강연 연설문 두 번째. One of the most important things that have changed is that we have left the world of physical work and we've moved into the world of mental work. All your success is going to be determined by how well you think. The most effective thinkers are the ones who will control the future and you are among the top 10% of the people in our society. How do I know that? It's because y..
-
영어회화 소모임 002Flower in my ENGLISH/CONVERSATION 2015. 1. 14. 09:19
브라이언 트레이시 강연 연설문. I'm very happy to be here Thank you very much for coming tonight. I promise you that time we spend together wil be very valuable. How many people here would like to double their income? If I can show you how, will you give it a try? Im going to show you today how to double your income. I'm going to show you how everyone doubles their income and it begins with changing the way y..
-
영어회화 소모임 첫날Flower in my ENGLISH/CONVERSATION 2015. 1. 12. 17:54
Down the rabbit hole Alive was sitting on the riverbank. Beside her, her sister was reading a book. Alice looked at her sists's book. There were no pictures or converstions in the book. "I hate books without pictures or conversations." she thought. At that time, a while rabbit with pink eyes ran by. Alice often saw white rabbit, but this one was different. It took out a watch and said, "Oh! I'm ..
-
about and onFlower in my ENGLISH/GRAMMAR 2015. 1. 11. 15:31
※경고※ 영어 못하는 사람임... about은 ~대하여 on은 ~위에 라고 알고 있다. 나도 그랬다 캬캬캬캬캬캬캬 근데 영어는 역시 참 쓰임새가 ㅋㅋㅋ(짜증...) 평범하고 일반적인 정보에 대한 것은 about 진지하거나 전문적인 정보에 대한 것은 on 처음 알았다... 젠장..ㅠ.ㅠ 추가적으로 about to 곧 일어나 동사를 언급할 때 사용하는데 듣기만 했지 책으로 공부하기는 처음... I was about to go to company when the telephone rang. 출근하려고 하는 순간 전화벨이 울렸다(?) 부정도 있는데 not about to는 unwilling to(~할 생각이 없는)와 같다. I'm not about to go back to home. 나는 집에 들어갈 생각이 없..
-
be able to부정사Flower in my ENGLISH/GRAMMAR 2015. 1. 11. 15:23
※경고※ 영어 못하는 사람임... be able to... 정말 중학교 들어가면(?) 바로 배운다. 근데 지금 글을 쓰는 나는... 뇌폐남... 젠장 아무튼~~!!! 언제나 할 수 있다는 자신감으로!!! CAN과 같은 의미라는 것은 알고... 부정은 unable이라는 것도 알고... 그럼 언제 어떻게 사용해야 할까나~~~ can은 원형도 없고 분사형도 없으니 be를 가지고 있는 가 해야겠지라는 생각~!!! 유레카~~~ I will be able to eat a apple~ I will be able to enjoy the game~ I will ca enjoy the game(?) 이상하네 ㅋㅋㅋ 여기서 의문... 수동태는????? He is not able to built!!!! 해석은 알아서 해야할 ..