본문 바로가기

Footstep . 발자취

(182)
2020-03-15-My footstep today goals * * * get up 5 30 get the supplements Drink caffeine Do the diary Read books 6 55 Eng words Stretch for 30min especially shoulders 8 30 work 4 watch movie 7 30 Read books 9 do other things 10 Oneday One commit and organize my blog make a schedule at 11 30 go to bed with the awareness. 12 00
2020-03-14-My footstep today goals Did the test It was terrible. But everything which I learned for the test was interesting and fun. * * * get up 6 30 get the supplements Drink caffeine Do the diary Stretch for 30min especially shoulders 6 46 Get ready for the test 2 Do the test 4 work 11 One day One commit Eng words and organize my blog make a schedule at 12 go to bed at 12
2020-03-13-My footstep today goals Did Algorithm, Java script, MariaDB to get ready for the test on Sat * * * get up 8 get the supplements Drink caffeine Do the diary Stretch for 30min especially shoulders go for cardio for 40 min 10 30 learn the basic of python to do algorithm Maria DB practice Javascript 9 20 Oneday One commit Read books 10 30 Eng words and organize my blog at 11 go to bed at 11
2020-03-12-My footstep today goals Did Algorithm, Java script, MariaDB to get ready for the test on Set * * * get up 6 40 get the supplements Drink caffeine Do the diary Stretch for 30min especially shoulders 7 30 learn the basic of python to do algorithm Maria DB finish egoing Javascript 2 30 work 4 Eng words and organize my blog at 11 go to bed at 12
2020-03-11-My footstep today goals import sys for line in sys.stdin: a, b = map(int, line.split()) if a == 0 and b == 0: break print(a+b) Did the basic of javascript Did mariaDB join name MariaDB [test]> select namelist.name,salary.name from namelist left join salary on namelist.name = salary.name; +------+------+ | name | name | +------+------+ | Hnna | NULL | | Anna | NULL | | Jin | NULL | conditional search MariaDB [test]> sel..
2020/03/21 Footstep, 발자취 souecetree와 git 연동해 커밋 postman통해 post로 json통해 data를 insert JPA API이해 Did link-up sourcetree wirh github Used postman in order to insert data to DB through Json Used JPA API
2020-03-10-My footstep today goals T = int(input()) for i in range (T): a,b = input().split() print(int(a) +int(b)) a=int(input()) n = 0 for i in range(a+1): n = n + i print(n) import sys a = int(input()) for i in range(a): m, j = map(int, sys.stdin.readline().split()) print(m+j) a = int(input()) for i in range(1, a+1): print(i) Did mariaDB Made user, database, tables, put some data in table * * * get up 6 30 get the supplements ..
2020-03-09-My footstep today goals @RestController public class HomeController { @RequestMapping("/") public String home() { return "안녕 Spring Boot!"; } } 이 code로 별도의 view templates없이 return 값이 browser에 출력됨 Did algorithm with phthon * * * get up 8 get the supplements Do the diary Stretch for 30min Do exercise for an hour Study java spring 6 Do blog 7 Read books 8 Watch the movie 10 Eng words and organize ST at 11 go to bed at 11