danbibibi
article thumbnail
ubuntu 22.04 Google chrome 한글 키 이상 현상 (백스페이스, 엔터키, 방향키 등 .. )
오류 해결 2025. 6. 12. 09:45

리눅스에서 chrome 업데이트 하고 한글 모드 사용 시에백스페이스, 엔터, 방향키 조작이 안되서 화딱지 ... 알아보니 문제가 있다고 해서 다운 그레이드 했습니다 ...............# 크롬 삭제sudo apt remove google-chrome-stable# 이전 버전 파일 설치 sudo dpkg -i google-chrome-stable_134.0.6998.88-1_amd64.deb 이전 크롬 버전은 아래서 다운 가능 Index of /google-chrome/pool/main/g/google-chrome-stable/ mirror.cs.uchicago.edu 이전 버전 설치 후 실행 안되는 경우 chrome 삭제시에, chrome user data 랑 dependencies 지우고 설치하..

article thumbnail
taglibs 에러 해결 javax.servlet.jsp.jspexception cannot be resolved to a type
오류 해결 2023. 4. 1. 13:04

💡 발생 이유 Project Facets에 Runtimes에 톰캣 설정이 안 돼 있어서 발생! 💡 해결 방법 Project - Properties - Project Facets - Runtimes 탭에서 다음과 같이 Tomcat을 체크해주면 사라진다!!

article thumbnail
Javax.servlet.jsp.PageContext cannot be resolved to a type
오류 해결 2023. 3. 26. 13:25

💡 발생 이유 : 해당 프로젝트에서 서버 환경을 잡아주지 않았기 때문! 💡 해결 방법 Project 우클릭 → Build Path → Configure Build Path... 클릭 Add Libray → Server Runtime → tomcat 설정!! Finish → Apply and close