728x90
반응형

Error 88

[Error][Eclipse][Git] 특정 파일이 커밋목록에 안올라가는현상

특정 폴더아래 파일을 생성하거나 수정해도 커밋목록에 들어가지 않아서 처음에 ignore 생각하긴했는데 없어서 한참을 헤맸다. 근데 안올라가는 파일에 ? 가 안뜨는게 깃에 무시당하고 있는거라고 하는 게시글을 몇개 보고 다시한 번 찾아보니 최상위 프로젝트 파일에 있는 .gitignore 파일 말고 그 하위파일에 .gitignore 안에 설정되어있었다. 삭제하니 커밋목록에 올라갔다 ㅜㅜㅜㅜㅜㅜㅜ 혹시라도 gitignore 파일 한개만 확인해보고 안되시는 저같은 분들이 있다면 하위폴더도 확인해보세요 언제 설정된거지 정말....

Error 2023.10.04

[Error][Sql] Column 'INS_DT' in where clause is ambiguous

https://imswengineer.tistory.com/521 [Error][SQL]Column '컬럼명' in order clause is ambiguous https://2day-is-seonday.tistory.com/90 MYSQL | Column '컬럼명' in order clause is ambiguous join하는 경우 보통 발생하는 에러문제로, join할때 order by할 테이블명이 불명확할때 발생한다. 나의 경우, order by id 였는데, imswengineer.tistory.com 서로다른 테이블을 조인했을때 같은 컬럼이 있으면 생기는 에러

Error 2023.10.02

[Errror][js] Uncaught TypeError: Assignment to constant variable.

https://itprogramming119.tistory.com/entry/Javascript-Assignment-to-constant-variable-%ED%95%B4%EA%B2%B0-%EB%B0%A9%EB%B2%95 Assignment to constant variable 해결 방법 Assignment to constant variable 에러 해결 방법에 대하여 알아보겠습니다. 이 에러는 Javscript ES6이상을 사용하면 어디서든 발생할 수 있는 에러입니다. 따라서, Javscript뿐만 아니라 Javscript기반인 React, Vue itprogramming119.tistory.com const 로 선언하고 값이 바뀌어서 난 에러

Error 2023.09.20

[Error] ReferenceError: can't access lexical declaration 'X' before initialization

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Cant_access_lexical_declaration_before_init ReferenceError: can't access lexical declaration 'X' before initialization - JavaScript | MDN The JavaScript exception "can't access lexical declaration `variable' before initialization" occurs when a lexical variable was accessed before it was initialized. This happens within any..

Error 2023.09.11

[Error][Html] Autofocus processing was blocked because a document already has a focused element

Autofocus processing was blocked because a document already has a focused element => 기존 화면 위에 모달창 안에있는 input에 autofocus 설정을 해서, 이미 focus가 잡힌 element가 있어서 에러 발생 팝업이 보여지는 이벤트에 추가 or popup init 할 때 focus 이벤트 추가 this._getEl().one('shown.bs.modal', async ()=>{ this._getEl().find('input[name=bdPwd]').focus(); }); initData = () => { this._getEl().find('input[name=bdPwd]').focus(); }

Error 2023.08.18

[Error][Html] input tag enter click reload event

https://haenny.tistory.com/80 [JavaScript] input 태그에서 엔터했을 때, 새로고침 현상 막기 [JavaScript] input 태그에서 엔터했을 때, 새로고침 현상 막기 원인 input 텍스트 박스에 포커스가 있을 때, 엔터키 누르면 페이지 새로고침 현상이 자꾸 나타난다. 원인을 살펴보니, form 태그 내부에 haenny.tistory.com https://ggmouse.tistory.com/98 [JavaScript] form 텍스트 박스 엔터 후 새로고침 현상 방지 input 텍스트 박스에 포커스가 있을때, 엔터키를 누르면 발생하는 페이지 재로드 현상을 방지해보자 form 태그 내부에 있는 input text box 에서 Enter를 누르게 되면 자동으로 Sub..

Error 2023.07.05

[Error][jQuery] click event not working

https://hiizz.tistory.com/3 jQuery Mobile click event not working! 허무한 해결 제이쿼리 모바일 - 클릭 이벤트가 동작하지 않아요! "처음 들어가면 event가 실행 안 하는데 새로고침하면 동작해요."하는 분들은 이 글을 보셔야 합니다. 저도 그랬거든요.. 모바일 버전의 메인만 hiizz.tistory.com 여러 다른원인인줄 알았지만.. main page id 와 팝업창 id 가 겹쳐서 동작을 안했던것.. 너무 기본적인 룰을 어겨버렸다

Error 2023.07.04
728x90
반응형