반응형
목록 전체 글 (78)
반응형
이로
자주쓰는 HTML 특수기호 웹 브라우저 표시 입력할 특수기호 웹 브라우저 표시 입력할 특수기호 [ [ " " ] ] ' ´ ( ( , , ) ) & & > 공백(한 칸) 덧) XML 에서는 하면 기호를 위 특수기호로 안바꾸고 사용 가능하다. HTML 특수기호 전문 http://kor.pe.kr/util/4/charmap2.htm
Intellij 로 spring mvc (메이븐) 세팅하기 https://multifrontgarden.tistory.com/108 스프링 정의 https://12bme.tistory.com/157 스프링 AOP 설명 https://hongku.tistory.com/114 스프링 5계층 설명 https://postitforhooney.tistory.com/entry/Spring-MVC-%ED%8C%A8%ED%84%B4%EC%97%90%EC%84%9C%EC%9D%98-5%EA%B0%80%EC%A7%80-%EA%B3%84%EC%B8%B5%EC%97%90-%EB%8C%80%ED%95%9C-%EC%A0%95%EB%B3%B4-%ED%8D%BC%EC%98%B4 @ModelAttribute 설명 https://eng..
오라클 에러 Listener refused the connection with the following error:ORA-12505, TNS:listener does not currently know of SID given in connect descriptor https://hunit.tistory.com/211 요약 접속 생성시 SID 를 기본값 xe가 아닐 수 있으니 orcl로 해봐라. orcl로도 되지않는다면 위 링크의 내용처럼 SID값을 확인하고 접속하는 방법도 있다.
19.08.12 Caused by: org.hsqldb.HsqlException: data exception: invalid character value for cast 데이터를 넣을 때 밸류값과 그에 따른 데이터 타입이 일치해야하는데 그렇지 않을 경우 나타난다. 19.08.12 Caused by: java.sql.SQLSyntaxErrorException: row column count mismatch Caused by: org.hsqldb.HsqlException: row column count mismatch 데이터를 넣을 때 주로 발생하는 에러 컬럼에 맞게 인서트문을 작성하지 않아서 나는 에러이다. 심각: Error configuring application listener of class org..