본문 바로가기

분류 전체보기

(452)
Access to XMLHttpRequest at '요청 url' has been blocked by CORS policy 에러. 문제 로컬 환경에 Vue 프로젝트와 Spring 프로젝트를 모두 실행시키고, Vue에서 Spring에 API를 호출하려 했다. - Vue 프로젝트의 URL: http://localhost:8080 - Spring 프로젝트의 URL: http://localhost:20101 API를 호출할 때 아래와 같은 CORS 문제가 났다. CORS(Corss-Origin Resource Sharing) 란? CORS는 한국어로 교차-출처 리소스 공유이다. 쉽게 말하면 다른 출처로부터 가져온 리소스를 공유하는 것이다. 출처(Origin) 란? 아래는 URL 구조이다. 출처는 URL 구조에서 Protocol, Host, Port 를 의미한다. 즉, 서버의 위치를 찾아가기 위한 가장 기본적인 구성이다. 브라우저 콘솔에서 ..
Vue에서 Kedo UI 툴 라이센스 에러. @progress/kendo-licensing@1.3.0 postinstall 문제 프로젝트에서 사용하는 Kendo vue의 버전을 1.0.0 -> 2.4.0 으로 올리려고 했다. 왜냐하면 Kendo의 Combobox 기능을 vue로 사용하고 싶은데, 1.0.0에서는 kendo-vue-dropdowns 라이브러리에서 ComboBox 기능이 존재하지 않았기 때문이다. 2.4.0으로 올리고 npm install을 실행하니 아래와 같이 @progress/kendo-licensing의 설치가 필요하다는 warning이 나왔다. 그래서 package.json의 dependencies에 @progress/kendo-licensing 라이브러리를 추가해줬다. 다시, npm install을 해보니 아래와 같이 에러가 나왔다. 라이센스 문제인 거 같아, kendo vue 라이센스 관련해서 해당 홈..
IntelliJ에서 Gradle 프로젝트 빌드 시, invalid source release: 11 에러 문제 kotlin 프로젝트를 받아서 빌드했는데 invalid source release: 11 에러가 났다. 문제 원인 Gradle을 사용해 빌드하므로, build.grade에서 프로젝트의 java 버전을 확인해보니 11이었다. 로컬에 설치된 JDK 버전은 1.8이었다. 즉, JDK 버전과 프로젝트의 JAVA 버전 불일치로 인한 문제였다. 문제 해결 JDK 설치 Oralce에 들어가서 JDK 11버전을 로컬에 설치해주었다. https://www.oracle.com/kr/java/technologies/javase/jdk11-archive-downloads.html Java Archive Downloads - Java SE 11 | Oracle 대한민국 WARNING: These older versions..
#24 Navigating Your Area 1 Key Word not quite: not completely or entirely Not quite, you will have to walk past some workstations. you can't miss: used to say that it is impossible not to see or notice something The only place to go is right. Do not worry, you can not miss it. alight from: get down from, or get off of something Alight from the elevator and turn right. Excuse me, Could you tell me where the restroom is? Ex..
#23 It's Time! 1 Key Word get off: leave work with permission, usually at the end of the day When do you usually get off? half-past: 30 minutes later than a particular hour We will end our meeting at half-past five. 5시 30분 quarter to~: 15 minutes before the stated hour Let us end our meeting around quater to six time off: a time or period when you are not required to work I had a time off around this time of the..
#22 Breaking The Ice 2 Key Word need a boost: need energy or motivation A shot of espresso is always helpful when you need a boost of energy. take a power nap: get short, restful sleep When I am too tired to focust, I take a 15-minute power nap and I am ready to go. can't even eimagine: used for emphasizing that something is very difficult to imagine, understand, etc. I can not even imagine how you are able to functio..
#21 Breaking The Ice 1 Key Word gadget: a small device or machine with a particular purpose We had to use these gadgets called calculators. I don't believe... I don't believe we've met. 우리 만난 적 없는 거 같은데요.I don't believe I've seen you before. Looks like I'm not the only one who... Looks like I'm not the only one who forgot an umbrella. Looks like I'm not the only one who needs energy. Not only... but... Not only did we..
8080 port is already used. Port 사용하는 PID 찾아서 Kill 하기 문제 애플리케이션을 실행시키는데 '8080 port is already used' 라는 에러가 났다. 문제 원인 다른 애플리케이션을 실행시키고 있는 게 없었기 때문에, 8080 port를 어디서 사용해야되는 지 알아야 했다. 아래 명령어를 터미널에 입력해서, 현재 열린 포트 목록과 PID를 확인했다. PID는 참고로 운영체제에서 사용하는 Process의 ID이다. sudo lsof -PiTCP -sTCP:LISTEN -- 실행 결과 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME java 524 root 43u IPv6 0xf228382879241e9d 0t0 TCP *:49195 (LISTEN) java 524 root 45u IPv6 0xf2283828792..
#20 If Only I had Done More 2 Key Word You can tell~: able to identify or recognize something Look at the bags under his eyes. You can tell he has not slept well. You can tell he might be frustrated. You can tell he doesn't feel weel. I had a busy day at work. Yeah, I can tell you look tired. bring something to the table: offer a benefit Our partners all bring something to the table and we value their unique contributions. n..
#19 If Only I had Done More 1 Key Word I wish I could have p.p.: used for saying that something was possible in the past, even though it did not happen. I wish I could have helped him. severance package: money that a company pays to a worker who is forced to leave because they are no longer needed. 퇴직금 And she would not have gotten such a great severance package. Feedback Original: Every Friday, I had a party. Better: I have..