본문 바로가기

Footstep . 발자취

(182)
2020/04/05 Foot step About programming Learned about JPA, JUnit test -brush up on Jpa Auditing Learn about 에빙하우스의 망각 곡선 기억하지 못하는 내용만 복습해 적은 시간을 들여 많은 양의 내용을 공부한다. 모르는 내용을 파악하기 위해서는 test를 통해 파악한 뒤 복습. Todo-list [x] Work at 9 [x] Meet Minji [x] Learn what you don't only for SUN (reference in calendar) [x] Get up at 7 20 [x] Organize the blanket [x] Put 칠복수 on the windowsill [x] Get the supplements and the chocolate, m..
2020/04/04 Foot step About programming Learned about JPA, JUnit test, -org.springframework.web.client.RestClientException: Url을 불러오는 과정에서 url이 맞지 않아서 생기는 문제. PostsApiController// @PutMapping("/posts/{id}")라면 String url = "http://localhost:" + port + "/posts/" + updateId; 에서 "/posts/" 로 해줘야 함. -web에서 http://localhost:8080/api/v1/posts/2로 들어가서 조회 하려고 할때 조회가 안되면 ApiController 에 GetMapping추가 후 Response와 연결 ex. @GetMappi..
2020/04/03 Foot step About programming Learned about JPA, JUnit test -Dto, Controller, Service연결, AssertJ test, TestRestTemplate Build problem fixed, Path problem fixed About new stuff Todo-list
2020/04/02 Foot step About programmingLearned about setting of gradle,-Ajax에서 요청 처리시window.location.href = '/';location.reload(); 의 차이.modal의 역활 Brush up on하면서 JUnit Git! [rejected] master -> master (fetch first) errorgit pull origin master --allow-unrelated-histories 명령어로 해결. 누락된 것들-return wordRepository.findAllAsc().stream-private String modifiedDate;-ApiController에서 update mathod누락.-Service에서 update mathod 누락. Ab..
2020/04/1 Foot step About programming Springboot JPA구현중 update mathod를 호출하고 구현하는 code가 누락되 수정.(github issues참고) posts.update(requestDto.getTitle(), requestDto); 화면 구현할때 모든 페이지는 IndexController를 통해 구현 @GetMapping("/posts/save") public String postssave(){ return "posts-save"; } Mustache page loading 속도 올리기 위해 css는 header에, js는 footer에 위치. 규모가 있는 project에는 직접 library를 받는 경우가 많지만 개인 toy-project는 그냥 외부 CDN을 이용. upload J..
2020/03/31 Foot step About programming Spring boot DTO의 역활 -DTO는 중간다리 역활. controller는 view에 전달해주는 역활, service는 요청된 정보를 business logic을 통해 controller에 전달. controller와 service역활분담 확실하게. Transaction이란 Bigdata 비교분석 plot, %matplotlib to make a graph start-up 시드, 초기, 성장 각 단계별로의 risk [x] Get up at 9 [x] Organize the blanket [x] Get the supplements and the chocolate [x] Drink coffee, Do the diary about sleeping and thoughts..
2020/03/30 Foot step Did book review Junit test, Lombok, Structure of springboot Used pandas of python Analyze the data of the vote with DataFrame of pandas
2020/03/28 Foot step About programming Learned about JPA, JUnit test(AssertJ), -AssertJ 실행중 import 문제(Junit을 import함)로 import 변경. 오류해결 -Ajax 문법 문제, 문법 오인 -> API code 수정 -code꼼꼼히 확인 About new stuff Learned about big data(python pandas) Learned about machine learning Todo-list