728x90
반응형

Error 88

[Error][datatables] Cannot read properties of undefined (reading 'aDataSort')

https://stackoverflow.com/questions/28454203/jquery-datatables-cannot-read-property-adatasort-of-undefined JQuery Datatables : Cannot read property 'aDataSort' of undefined I created this fiddle to and it works well as per my requirements: Fiddle However, when I use the same in my application I get an error in the browser console saying Cannot read property 'aDataSor... stackoverflow.com 동적으로 ta..

Error 2023.12.14

[Error][Mybatis] target is null for method equalsIgnoreCase

https://selfdevelope.tistory.com/615 java.lang.NullPointerException: target is null for method equals 자바 + mybatis 프로그래밍을 하다보면 target is null for method equals 에러를 만날 수 있다. 말그대로 mybatis equals 메소드를 쓰려고 했는데 변수가 null 이라서 에러가 난것이다. 예를들어 USER_ID란 변수가 selfdevelope.tistory.com parameter 값 한개를 빠뜨려서 NullPointerException 발생..

Error 2023.12.08

[Error][Dbeaver] there is no physical unique key defined

https://devmango.tistory.com/33 [DBeaver] There is no physical unique key defined for... 에러 DBeaver를 사용하다가 가끔 조회된 데이터에서 ROW 선택 후 하단에 [-]삭제 버튼을 클릭해서 삭제를 하려고 하면Possible multiple rows modification there is no physical unique key for 'Table Name' DBeaver will use all column devmango.tistory.com 테이블생성 후 까먹고 pk 설정을 안해놨었다 ..

Error 2023.12.05

[Error][Mybatis] A query was run and no Result Maps were found for the Mapped Statement '*'. It's likely that neither a Result Type nor a Result Map was specified.

https://amagrammer91.tistory.com/113 [Mybatis] A query was run and no Result Maps were found for the Mapped Statement Mybatis Enum Typehandler 관련해서 예제를 작성해보다가 오류 발견 아래는 메시지 내용 org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.executor.ExecutorException: A query was run and no Result Maps were amagrammer91.tistory.com

Error 2023.11.16

[Error][Spring] LoggingFailureAnalysisReporter

https://maro-matta.tistory.com/entry/ERROR-30740-main-osbdLoggingFailureAnalysisReporter-%EC%9D%B4%EA%B2%8C-%EB%AD%90%EC%9E%84 ERROR 30740 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter : 이게 뭐임!! 진짜 이게 뭐임 ㅋㅋㅋㅋ 읭 어제까지만 해도 돌아가던 코드가 안돌아간다고 ???? 마법인가... 당연히 그럴리가 없지... ##상황 스프링 부트 클론코드 프로젝트 https://github.com/RDDcat/helo-spring 진행중 maro-matta.tistory.com

Error 2023.11.15

[ERROR][DB] Incorrect table definition; there can be only one auto column and it must be defined as a key

auto_increment 속성 컬럼을 추가하였는데 해당 에러메세지가 떴다. 검색해보니 auto increment 는 primary key 로 지정하라는 것이라고 나왔는데도 계속 해당 메시지가 떴는데 https://m.blog.naver.com/udgttl12/221306193180 Mysql Error Code: 1075 Incorrect table definition; .... Error Code: 1075. Incorrect table definition; there can b... blog.naver.com auto increment 컬럼 primary key 순서 첫번째로 쿼리를 쓰니 생성되었다.

Error 2023.11.14

[ERROR][JAVA] Local variable topCmtCd defined in an enclosing scope must be final or effectively final

람다식을 사용할 때 지역변수의 값을 바꾸지 못한다는 문제 때문에 발생. 1. 변수를 클래스생성하고 불러와서 저장시키기 https://wakestand.tistory.com/432 자바 Local variable '변수명' defined in an enclosing scope must be final or effectively final 에러 해결방법 해당 에러는 람다(Lambda)식을 사용할 때 발생하는 에러인데 String 배열 arr을 stream 형태로 변환한 뒤 forEach를 돌리면서 String s에 ABC를 넣어주려고 하는 코드인데 보면 Local variable '변수명' defined in an wakestand.tistory.com 2. for 문으로 변경 3. .map .filter ..

Error 2023.11.11

[Error]The file at 'blob:<URL>' was loaded over an insecure connection. This file should be served over HTTPS.

https://stackoverflow.com/questions/35178135/how-to-fix-insecure-content-was-loaded-over-https-but-requested-an-insecure-re How to fix "insecure content was loaded over HTTPS, but requested an insecure resource" This URL: https://slowapi.com I can't find the insecure content and the Chrome keeps complaining, Any ideas? stackoverflow.com "https" 사이트에서 "http"를 통해 액세스하려고 합니다. "https" 콘텐츠를 사용하는 것이 가..

Error 2023.10.15
728x90
반응형