2017년 8월 8일 화요일
Python Sample
›
Write, Append, Read of file f = open("C:/Python/new_file.txt", 'w') f.write("1111") f.close() f = open(...
댓글 1개:
Bash Shell Sample
›
Read File while read line; do echo "${line}" done < test.txt Make list by separating character for line in ...
2017년 6월 5일 월요일
Technology enabling CNA
›
In the previous article ( What is cloud native applications? ), I learned about the necessity and characteristics of CNA (Cloud Native Appli...
댓글 1개:
2017년 6월 2일 금요일
What is cloud native application?
›
In the previous article , I understood the concept of cloud computing. Then there will be some questions. Cloud computing will evolve as ...
댓글 1개:
2017년 5월 30일 화요일
What is cloud computing?
›
What is cloud computing? Refers to providing a computing environment such as file repositories, databases, virtual servers, networks, and ...
2017년 5월 29일 월요일
Game story of the Jumping Frog
›
I would like to try to make a story about the birth of the Jumping Frog game because I would like to help some people who want to make the g...
›
홈
웹 버전 보기