목차
1. Dynamic Programming ( 동적 계획법 ) mmmm 2. DFS. 3. BFS . . .
- CS/알고리즘, 코딩테스트
- · 2023. 12. 6.
오랜만에 Spring Boot initilizer(https://start.spring.io/) 부터 해서 처음부터 쌓아올리는 공부를 해보려고 필요한 베이스 조건을 체크하고 generate후에 패키지를 열어 빌드를 했다. 그런데, 다음 에러를 마주했다. A problem occurred configuring root project 'start'. > Could not resolve all files for configuration ':classpath'. > Could not resolve org.springframework.boot:spring-boot-gradle-plugin:3.2.1. Required by: project : > org.springframework.boot:org.springfra..
1. Dynamic Programming ( 동적 계획법 ) mmmm 2. DFS. 3. BFS . . .
form 데이터란? HTML 요소인 form 태그에 담긴 데이터 폼 데이터는 택배 상자 에 비유 가능함. 그래서 폼 데이터에도 어디(where)로 보낼지, 어떻게(how)보낼지를 기재할 필요가 있음. Controller는 이 데이터를 객체에 담아 받음. 이때, form 데이터를 받는 객체를 DTO(Data Transfer Object)라고 부름. Create란 => 사용자의 입력이 DB에 저장되는 과정. main/resources/templates에 article package 생성 후, new.mustache 생성 (main/resources/templates/article/new.mustache) 입력폼 작성 1. form tag에 action과 method를 이용해서 어디로(where)보낼지, 어떻..
https://start.spring.io/ package name = group + artifact dependencies spring web, h2 database, mustache, spring data jpa 실행하고, http://localhost:8080 localhost : 우리집의 8080(port number)방에 무엇인가를 요청 8080방안에는 스프링부트가 동작중임. /main/resources/static/hello.html 파일에 아래와 같이 작성. 헬로 월드! http://localhost:8080/hello.html 내 컴퓨터에서 8080번호에서 수행되고 있는 서버에게 hello.html 파일 요청 url에 직접 hello.html(파일명)을 명시했을때, sprint boot는 ..
https://www.cloudping.info/ cloudping.info Use this page to measure latency from your browser to various cloud provider datacenters. HTTP Ping Region Latency Amazon Web Services™ us-east-1 (Virginia) us-east-2 (Ohio) us-west-1 (California) us-west-2 (Oregon) ca-central-1 (Central) www.cloudping.info 위에서 ping보내서 빠른곳 체크. 1~3개정도. 같은조건이여도 리전마다 가격이 매우 다름. 예를들어 미국 동부인경우와 서울인 경우 달러로 약 40달러차이가 났었음. (물론,..