no image
이클립스에서 Project 생성시 Console 화면에 뜨게 하는 오류 수정
Project를 새로 생성하면 Console창에서 Project가 생기는 오류    Window -> Perspective -> Reset Perspective를 눌러주면    화면 구성이 전처럼 초기화 된다.
2024.08.05
no image
[오류]A query was run and no Result Maps were found for the Mapped Statement 'auction.selectone_item_idx'. It's likely that neither a Result Type nor a Result Map was specified.
심각: 경로 [/auction]의 컨텍스트 내의 서블릿 [appServlet]을(를) 위한 Servlet.service() 호출이, 근본 원인(root cause)과 함께, 예외 [Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.executor.ExecutorException: A query was run and no Result Maps were found for the Mapped Statement 'auction.selectone_item_idx'.  It's likely that neither a Result Type ..
2024.08.01
[git]Pulling 1 repository Checkout conflict with files:
오류 데이터:Pulling 1 repository Checkout conflict with files: 2024_0720_Project2_DB/src/main/webapp/WEB-INF/views/items/items_list.jsp 2024_0720_Project2_DB/src/main/webapp/resources/css/items_list.css Checkout conflict with files: 2024_0720_Project2_DB/src/main/webapp/WEB-INF/views/items/items_list.jsp 2024_0720_Project2_DB/src/main/webapp/resources/css/items_list.css 이 같은 경우에는 내가 집에서 프로젝트를 업데이트하고 ..
2024.07.25
★★[오류해결](반드시 do로 시작해야한다)Server 값이 제대로 안넘어갈때★★
JDBC 작업할때 서버로 값이 안넘어갈 때가 있는데,jsp를 경로로 직속으로 잡아주는 것이 아니라, do로 받아줘야 서버간에 정보가 전달이 되어 주고받을 수가 있는 것이다.
2024.07.01
no image
[오류해결 바로해드림]ERROR:ORA-01034: ORACLE not availableORA-27101: shared memory realm does not exist
DB를 이용해서 접속하려고 했더니 DB를 읽어오기는 커녕 데이터베이스 서버 전부가 실행이 안된다.. 나랑 같은 오류인 당신이라면 cmd 에 들어가서 sqlplus로 계정을 들어가보라. 물론 나는 계정이 들어가지지 않았다.  끄흑.. 이렇게 오류가 나온다 당신은 오류해결 문턱에 90% 왔다.  sqlplus / as sysdba를 바로 cmd 창에 쳐준다. 그 후 startup을 해주고, exit로 계정을 나간뒤 다시 계정을 접속해보라.      저..접속이 된다..!!  하 핑이 받아진다..   SQL문도 정상실행이 된다..   하 데이터베이스를 받아오는 작업도 정상적으로 실행이된다..       참고 블로그 : https://blog.naver.com/zx7024/60178003660 ORA-01034..
2024.06.30
no image
[오류해결]이미지 안뜸, 이미지 오류 / 웹 이미지 파일 경로
2024.06.28
no image
[오류해결]데이터베이스 계정 변경 후, 이클립스 파일내에 정보 변경
반드시 이 파일안에 있는 username과 password를 변경해서 데이터베이스를 연동한다.
2024.06.25