Git으로 리포지토리 생성하고 업로드하는 순서(다시 정리)
- 웹상에서 Repository 생성
git clone ${URL}git add *.jsgit statusgit commit
git clone ${URL}git add *.jsgit statusgit commit한국 사람들은 추석, 설날 등 명절이 되면 몹시 바쁘다. 그러나 나는 이러한 명절들에 별 관심이 없다. 남들은 추석이나 설날이 최고의 명절이라고 생각하지만 나에게는 한글날이 … Read more “(한컴타자) 나의 사랑 한글날”
<meta name="viewport" content="width=device-width, initial-scale=1.0"> 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”