인포 메이크
close
프로필 배경
프로필 로고

인포 메이크

  • 분류 전체보기 (106)
    • blog (8)
    • tips (35)
    • useful websites (8)
    • developer life (55)
      • java (13)
      • javascript (9)
      • springboot (11)
      • jsp (2)
      • python (3)
      • database (3)
      • tools (5)
      • error (7)
  • 홈
  • blog
  • tips
  • useful websites
  • developer life

[intellij git]detected dubious ownership in repository 오류 해결 방법

컴퓨터를 재설치하고 intelliJ에서 git 설정을 해보던 중 detected dubious ownership in repository 오류가 발생했다. 원인이 오류는 복제나 푸시와 같은 저장소에서 git 명령을 실행할때 저장소의 소유권이 의심스럽다는 오류를 반환하는 것이다. 해결 방법저장소 폴더의 소유자를 git 명령을 실행하는 사용자로 변경해야 한다.git config --global --add safe.directory [해당 repository 폴더] git 2.36 상위버전을 사용한다면 모든 폴더를 safe.directory 목록에 추가하는 와일드카드를 사용할 수도 있다.git config --global --add safe.directory '*' git config --system --ad..

  • format_list_bulleted developer life/error
  • · 2024. 8. 9.
  • textsms
[IntelliJ]No candidates found for method call profile 오류 해결 방법

[IntelliJ]No candidates found for method call profile 오류 해결 방법

컴퓨터를 재설치 후 IntelliJ 세팅을 하고 기존프로젝트를 실행했는데 No candidates found for method call profile(메소드 호출 프로필에 대한 후보를 찾을 수 없습니다.)라는 오류가 발생했다. 해결방법해당 프로젝트 build.gradle 파일에 마우스 우클릭한 후 Reload from Disk를 눌러 디스크를 재로딩해야 한다. 로딩이 완료되고 IntelliJ 프로그램을 재시작하면 이 오류는 해결이 된다.

  • format_list_bulleted developer life/error
  • · 2024. 8. 7.
  • textsms

Uncaught TypeError: Illegal invocation 오류와 해결 방법

에러메세지 const fData = new FormData($("#formdata")[0]); $.ajax({ type: "POST", url: url, data : fData, dataType: "html", success: function(data) { console.log('success!'); }, error: function (request, status, error) { console.log("request.responseText",request.responseText); } });}Jquery를 이용해 FormData에 데이터를 담아 $.ajax로..

  • format_list_bulleted developer life/error
  • · 2024. 7. 16.
  • textsms
Uncaught SyntaxError: "[object Object]" is not valid JSON 오류와 해결 방법

Uncaught SyntaxError: "[object Object]" is not valid JSON 오류와 해결 방법

에러 메세지Uncaught SyntaxError: "[object Object]" is not valid JSON    at JSON.parse ()    at Object. (addCorsJson:53:25)    at j (jquery-latest.min.js:2:27244)    at Object.fireWith [as resolveWith] (jquery-latest.min.js:2:28057)    at x (jquery-latest.min.js:4:21843)    at XMLHttpRequest.b (jquery-latest.min.js:4:25897) json 데이터를 파싱 하다 보면 위와 같은 오류를 만날 때가 있다.  var jsonData = JSON.parse(data);이 메세지는..

  • format_list_bulleted developer life/error
  • · 2024. 7. 11.
  • textsms
Microsoft Visual C++ Runtime Library 런타임 오류 해결 방법 (2023년 12월 window 10)

Microsoft Visual C++ Runtime Library 런타임 오류 해결 방법 (2023년 12월 window 10)

며칠 전부터 집 컴퓨터에 런타임 오류가 생겼다.게임을 하거나 작업을 하는데 문제가 생기는 건 아니었지만 자주 창이 뜨다 보니 여간 신경 쓰는 것이 아니었다. 인터넷을 검색해보니 Runtime Library를 업데이트하거나 window 클린 부팅을 하라고 쓰여있는데..이번에 생긴 오류는 이걸로는 해결이 되지 않았다. 런타임오류 해결방법  [프로그램 추가/제거]-[앱 및 기능] 메뉴에서 nprotect를 검색하면  nProtect Online Security가 검색이 된다. 프로그램을 클릭한 후 제거 버튼을 누르면 간단하게 문제가 해결이 된다.

  • format_list_bulleted developer life/error
  • · 2023. 12. 7.
  • textsms

[python]asycio를 이용한 RuntimeWarning: coroutine 'Bot.send_message' was never awaited telegram 푸시 오류 해결 방법

텔레그램 전송 오류 def telegram_send(chat_id, text): print("telegram send : "+text) bot = telegram.Bot(token='${본인의텔레그램 봇 토큰') bot.send_message(chat_id,text) telegram_send(${본인의텔레그램 쳇ID} ,"텔레그램 푸시알람 오류") RuntimeWarning: coroutine 'Bot.send_message' was never awaited 텔레그램 라이브러리 버전이 올라가면서 이런 오류메시지가 생겼다. 오류 해결 방법 async def telegram_send(chat_id, text): print("telegram send : "+text) bot = telegram.Bot(toke..

  • format_list_bulleted developer life/error
  • · 2023. 10. 18.
  • textsms
[mssql]javax.net.ssl.SSLHandshakeException 오류 해결 방법

[mssql]javax.net.ssl.SSLHandshakeException 오류 해결 방법

SSLHandshakeException 오류 Caused by: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target 데이터베이스 연결을 할 때 SSLHandshakeException 오류가 나는 경우가 있다. 원인은 자바 1.8.0_291 버전부터 보안적인 이유로 TLS 1.0, TLS 1.1을 비활성화되었기 때문이다. 오류 해결방법 1. JAVA 버전 다운그레이드. 2. TLS를 사용하도록 JDBC 연결 구성하기 3. db 커넥션..

  • format_list_bulleted developer life/error
  • · 2023. 9. 12.
  • textsms
  • navigate_before
  • 1
  • navigate_next
최근 글
전체 카테고리
  • 분류 전체보기 (106)
    • blog (8)
    • tips (35)
    • useful websites (8)
    • developer life (55)
      • java (13)
      • javascript (9)
      • springboot (11)
      • jsp (2)
      • python (3)
      • database (3)
      • tools (5)
      • error (7)
Copyright © 쭈미로운 생활 All rights reserved.
“우리 사이트 페이지의 링크를 사용하여 구매한 제품을 통해 제휴 광고 프로그램의 일환으로 수수료를 받을 수 있습니다.”
Designed by JJuum

티스토리툴바