전체 글103 [해결] 이클립스(eclipse) JRE, JDK 오류 예전에 하던 작업을 다시 진행하려고 하니 온갖 빨간줄 투성이로 변경되었다 문제를 해결하는 법은 다음과같다 1. .metadata 삭제하고 이클립스 재시작 프로젝트 폴더 안에 있는 .metadata가 다른 컴퓨터에서 사용하던 JAVA의 JDK경로를 그대로 유지하고 있는것 같아서 어떻게해도 다른 컴퓨터의 JDK를 잡지 않아서 생긴 문제였다 (정확한 원리는 아니지만 정황상 그렇게 된것 같다) 2. Build Path 재설정해주기 이제 Build Path를 다시 보면 jre를 제대로 잡고있는게 확인된다 2021. 1. 2. [해결][SQL Developer] sql 창 분리됨 2020. 12. 29. [해결][VsCode] 페이지가 작동하지 않습니다 해결 링크: stackoverflow.com/questions/61169067/live-server-vscode-this-page-isn-t-working-127-0-0-1-didn-t-send-any-data-err Live Server VScode: This page isn’t working 127.0.0.1 didn’t send any data. ERR_EMPTY_RESPONSE I wanted to establish a live server , and quickly came across this extension. After installing I clicked on the Go live button on right hand side corner. A tabs automatically opens .. 2020. 12. 24. [JSP] 절대경로 구하는법 12JSP: EL: ${pageContext.request.contextPath }cs 2020. 12. 19. [Spring] ViewResolver(뷰 합성기) 출처: 16.5 Views and resolving them (spring.io) 16.5 Views and resolving them All MVC frameworks for web applications provide a way to address views. Spring provides view resolvers, which enable you to render models in a browser without tying you to a specific view technology. Out of the box, Spring enables you to use JSPs, Velocity docs.spring.io 내가 이해 한것 MVC프레임워크는 View를 해결하는 방법을 제공하는데 ViewResolv.. 2020. 12. 10. [Color Scripter]코드를 예쁘게 작성해보자 https://colorscripter.com/ Color Scripter Simple & Flexible Syntax HighLighter colorscripter.com 이곳을 이용해서 블로그에 코드를 예쁘게 작성해서 붙여 넣을 수 있다 2020. 12. 6. 이전 1 ··· 13 14 15 16 17 18 다음