본문 바로가기

전체 글

(598)
2020-03-04-My footstep today goals Do unit test with Junit in intellij package Service; //Main public class JunitFun { int add(int i, int j) { return i + j; } int subtract(int i, int j) { return i - j; } } package Service; import org.junit.Test; import static org.junit.Assert.*; public class JunitFunTest { JunitFun cal = new JunitFun(); @Test public void add() { int result =cal.add(1 ,3 ); assertEquals(4, result); } } //Test pack..
2020-03-03-Today Training Stretch body for 15 min Cardio for 50min Go up the stairs B1 to 29 Hit my abs
2020-03-03-Today Eng words Refine, Refined 우아하게 하다, 세련된 P. Be as as ~만큼 ~의 Can't stand 참지 못하다 Bring SO up 사람(자식등)을 교육하다 Exclamation, Exclamation mark 감탄사, 느낌표 Ideology 이데올로기, 사상 Associate 지내다 Emulate ~를 열심히 흉내내다(긍정적으로) Propagate 증식하다, 번식하다 Breed 번식하다 Believable, Believability 믿을만한, 신뢰성 Sea house 해마 Lose sleep 잠이 달아나다 Move out 독립하다 I check this words first day, second day, third day, 3days later, 7days later, 15days later,..
2020-03-03-My footstep today goals Java keywords. sout = System.out.println(); apply plugin: 'java' apply plugin: 'eclipse' apply plugin: 'org.springframework.boot' apply plugin: 'io.spring.dependency-management' It's what we need to have for springboot 'cmd + shift + .' is to open the hide forders. spent some time to debug
2020-03-02-Today Training Stretch body for 15 min Cardio for 50min Go up the stairs B1 to 27 Hit my abs
2020-03-02-Today Eng words 불가피한, 필연적인. 필연적으로 Inevitable, Inevitably 흠뻑 적시다 Drench 노화하는, 노화 Aging 입증하다 Demonstrate 모사하다, 자기복제 Replicate, Replication 번식 Reproduction 준수, 따름 Compliance 동시에 일어나는 Simultaneous 거치게 밀치다 Shove 간접적인, 간접적으로 Indirect, Indirectly 저항하는, 말을 듣지 않음 Recalcitrant, Recalcitrance 영구적인 Permanent 동의하다, 동의 Consent 전혀 다르게 Diametrically ~에 빠지다 Fall into 창안하다 Devise 결혼하지 않은 Unwed, an unwed mother 치명적인, 치명적으로 Fatal,..
2020-03-02-My footstep today goals Got to know how to avoid the inheritance of css. (add :not()) list-style-type: none; Change the structure of navigation. Change the content of pagination. Studied about java class and OOP
2020-03-01-Today Training Stretch body for 15 min Cardio for 50min