본문 바로가기

Framework19

[IntelliJ] Connection From IntelliJ to Github While making a Java project, I encountered a problem connecting GitHub with IntelliJ.  This writing is to solve that problem.  Follow these steps     In the bar, click clone     and Copy your own GitHub project address in the "https://github.com/"  and fill that blank with your own GitHub address.  BBye 2025. 2. 25.
[Eclipse] SVN 충돌 시 강제 Update 받는 방법 바로 시작해보자. Method 1. 프로젝트 우클릭 - Team - Synchoronize with Repository 2. Yes 클릭 3. .프로젝트 우클릭 And Override and Update 클릭 To be continued.. 2023. 3. 23.
[IntelliJ] IntelliJ Necessory Plugin There are kinda useful plugins. Plugin Atom Material Icons This makes your Icon more colorful One Dark Theme If you wanna try dark mode, Use it this one. Rainbow Brackets This makes your code more stylish and legible To be continued.. 2023. 2. 21.
[Vscode] Vscode SVN Committing How can we commit a file through SVN ? Today We gotta commit some files at SVN. Method Click source control (the third option at the left sidebar) And Click Changes and select what you wanna commit files. After Select the files and Clicking the right mouse. (Now you can see the commit Selected like this image) And Writing some comments what you wanna say or indicate words You got it. To be conti.. 2023. 2. 3.
[Vscode] Visual Studio Code SVN Setting I wanna try to kinda framework And It's important that we can use a lot of shells lol ,, Let's get it . Method First of all, You should download Visual Studio Code and SVN It's almost similar tointelliJ SVN setting method. ( I think It's same ) If you download the VScode that you can see this pic. So We start to download SVN tools CLICK : ctrl + shift + x and search the SVN and Click the most po.. 2023. 2. 2.
[IntelliJ] svn: E200009: Commit failed (details follow) svn 업데이트 할 때 만약 다음과 같은 오류가 뜬다면 ? 커밋을 잘 못 했다는 것이다. Method 다음과 같이 파일을 커밋을 할 때 폴더 까지 같이 체크를 해주어야 한다. 그렇지 않으면 폴더가 만들어지지도 않았는데, 파일을 어떻게 커밋하느냐? 라는 오류를 내비치는 것이다. svn: E200009: Commit failed (details follow) 그게 바로 이 오류이다. 파일만 체크하는 일이 없도록 하자. To be continue.. 2023. 1. 2.
[IntelliJ] 인텔리제이 SVN Repository 꺼내기 집에서 인텔리제이 회사에서 이클립스를 사용하다보니 답답해서 SVN Repository 찾는 것을 한참 찾았다... Method 어떻게 찾을까? 간단하다. 맨위에 SVN 있다. Browse VCS Repository -> Browse SubVersion Repository 클릭 해주면 된다. 뭐 이런 SVN Repository 를 볼 수 있다. 이클립스는 그냥 SVN 검색하면 나온다.... 그럼 20000... To be continue.. 2023. 1. 2.
[IntelliJ] 인텔리제이 코드 수정 내역 확인하는 방법 너무 간단하다 바로 드가자. Usage Shift 두번 더블 클릭 local history 입력 show history 클릭 그럼 다음과 같이 지금까지 내가 작성했던, 수정 되었던 모든 요소들이 나타난다. To be continue.. 2022. 11. 30.