반응형 분류 전체보기248 초보자를 위한 Python GUI 프로그래밍 - PyQt5 https://wikidocs.net/35484#property-editor 02.01 들어가기에 앞서(필독) [TOC] 이번 페이지에서는 위젯을 다루다보면 대부분의 위젯에서 공통적으로 사용하는 기능 몇가지에 대해서 다루도록 하겠습니다. ##위젯의 글자변경 ![02.01… wikidocs.net 02.16 Display - QWebEngineView QWebEngineView란 무엇인가? QWebEngineView의 시그널과 함수 QWebEngineView의 시그널 QWebEngineView의 함수 함수의 사용 초보자를 위한 Python GUI 프로그래밍 예제코드 QWebEngineView Documentation - Qt for Python 이번 페이지의 예제코드는 위의 링크에 있는 02.16 WebE.. 2023. 8. 16. fatal: repository '[GitURL].git' not found https://jin2rang.tistory.com/entry/fatal-repository-httpsgithubcomisusysinmindgit-not-found fatal: repository 'https://github.com/app/hello.git/' not found visual studio code에서 git repository에 push를 하려는 상황이었다. local repository에 commit해 놓고, githup repository에 push를 하려고 git remote add origin https://github.com/app/hello.git git pull origin master --allow-unrelated-histo jin2rang.tistory.com visual.. 2023. 8. 16. [GitHub] + VSCODE remote origin 변경 https://mchch.tistory.com/125 [GitHub] 원격 저장소 remote origin 변경 git clone으로 내려받은 프로젝트를 내 repository 에 올리고 싶었음 vscode 사용 1. 내 github에서 새 repository 생성 및 주소 복사 2. 터미널에서 remote url 확인 명령어 : git remote -v 3. remote 주소 변경 명령어 : mchch.tistory.com git clone으로 내려받은 프로젝트를 내 repository 에 올리고 싶었음 vscode 사용 1. 내 github에서 새 repository 생성 및 주소 복사 2. 터미널에서 remote url 확인 명령어 : git remote -v 3. remote 주소 변경 명령어 :.. 2023. 7. 25. [Jenkins] CI / CD <-> GitHub https://narup.tistory.com/203 [Jenkins] 젠킨스와 깃허브 연동(GitHub Web Hook) 먼저 젠킨스를 설치했다는 가정 하에 글을 작성합니다. 만약 젠킨스 설치가 아직 안되신 분은 아래의 도커에 젠킨스 설치하는 방법을 보시고 그대로 다시 따라하시면 될 것 같습니다! https://narup narup.tistory.com https://narup.tistory.com/224 [Jenkins] 젠킨스와 깃허브 연동(GitHub Web Hook) (2) 앞에선 Jenkins Credentials에 Github를 등록했고, 여기에서는 Github Repository에 WebHook을 걸어 push가 일어나면 Jenkins에서 Catch할 수 있도록 하는 처리를 진행하겠습니다... 2023. 7. 25. 이전 1 ··· 8 9 10 11 12 13 14 ··· 62 다음 반응형