국문법 스터디 노트 #1
들어가며(Introduction)
I’ve always, in daily life, set English(U.S.) as default… Read more “국문법 스터디 노트 #1”
I’ve always, in daily life, set English(U.S.) as default… Read more “국문법 스터디 노트 #1”
This study note is from Tutorialspoint(https://www.tutorialspoint.com/ruby/… Read more “루비 프로그래밍 언어 스터디 노트 #1”
printf
in CString.format("%.6f", weight);
// Integer types
byte, 1 byte
short, 2 bytes
int, 4 bytes
long, 8 bytes
// Floating
… Read more “자바 스터디 노트 #1” Here’s the format.
$ ln -s [TARGET FILE or DIR] [LINK-NAME]
$ grep -n '검색할 문자열' ./*
옵션 설명
-n
: 행의 번호(line number)를 함께 출력
-l
: 패턴이 포함된 파일의 이름을 출력
-r
: 재귀적으로(recursively)… Read more “UNIX/Linux 명령어 – grep”
git/github 사용방법 학습해보자!