개발 환경 설정
-
(30초 읽기) 초간단! Room DB 시작하기 🖥️개발 환경 설정/데이터베이스(DB) 2025. 2. 14. 14:51
안드로이드에서 Room DB를 쓰려면? 🏗️ 그냥 Gradle에 추가하면 끝!dependencies { // Room 런타임 라이브러리 🏠 implementation "androidx.room:room-runtime:2.6.1" // 코루틴 확장 ✨ implementation "androidx.room:room-ktx:2.6.1" // Annotation Processing 🛠️ implementation "androidx.room:room-compiler:2.6.1" // 선택: 테스트 라이브러리 🧪 testImplementation "androidx.room:room-testing:2.6.1"} ✅ 이제 데이터베이스 준비 완료! 다음 단계? Entit..
-
(30초 읽기) GitHub 프로필에 비공개 기여(Private Contributions) 표시하는 방법 🌱개발 환경 설정/GitHub 활용 2025. 2. 13. 21:39
💡 "비공개 저장소에서의 커밋도 내 GitHub 프로필의 잔디에 표시할 수 있다!"GitHub에서는 기본적으로 공개(Public) 저장소 기여만 표시하지만, 설정을 변경하면 비공개(Private) 저장소 기여도 포함 가능! 🌱🚀 설정 방법 (초간단!)🔹 1. GitHub 프로필 설정 이동👉 GitHub Profile Settings 클릭!🔹 2. Private Contributions 표시 활성화🔧 "Include private contributions on my profile" 체크 ✅🔹 3. 저장 후 확인!🔥 이제 내 프로필 잔디가 비공개 기여까지 포함해서 더 풍성해짐! 🎉📌 왜 해야 할까?✅ 회사 프로젝트 & 개인 프로젝트 기여도 반영 가능✅ GitHub 프로필이 더욱 강력해짐!..
-
(1분 읽기) SQLite 다운로드 및 설치 방법 (Mac OS X) ✅개발 환경 설정/데이터베이스(DB) 2025. 2. 12. 18:46
SQLite는 DB Browser for SQLite(GUI)와 SQLite CLI(Command Line Interface) 두 가지 방식으로 사용할 수 있어요.📌 다운로드 경로별 차이점1️⃣ GitHub Releases (🔗https://github.com/sqlitebrowser/sqlitebrowser/releases) Releases · sqlitebrowser/sqlitebrowserOfficial home of the DB Browser for SQLite (DB4S) project. Previously known as "SQLite Database Browser" and "Database Browser for SQLite". Website at: - sqlitebrowser/sqlite..
-
(1분 읽기) Git 에러 해결: 브랜치 전환 중 충돌! 😱💻The following untracked working tree files would be overwritten by checkout개발 환경 설정/GitHub 활용 2025. 1. 15. 17:42
😱 문제 상황브랜치를 전환하려는데 다음과 같은 에러가 떴다고?error: The following untracked working tree files would be overwritten by checkout:Please move or remove them before you switch branches.AbortingGit이 추적하지 않는 작업 트리의 파일이 브랜치 전환 중 덮어쓰기될 위험이 있어서 발생한 오류야.당황하지 말고 아래 방법으로 해결해보자! 🚀🔍 원인Git이 추적하지 않는 파일과 브랜치 전환 시 덮어쓰기 위험이 있는 파일이 충돌해서 발생한 오류야.보통 새 파일을 추가했거나, .gitignore에 포함되지 않은 파일이 있을 때 발생해.🛠️ 해결 방법1️⃣ 변경 사항 임시 저장 (✨추천..
-
💻 MacOS 환경에 OpenJDK Zulu 설치 가이드개발 환경 설정 2022. 8. 23. 07:26
💻 MacOS 환경에 Oracle JDK SE8부터는 2019년 1월부터 보안 업데이트를 유료 구독자에게만 제공되기에 OpenJDK Zulu를 설치하도록 합니다. Zulu는 미국의 JVM 제작 전문 벤더인 Azul가 무료로 제공하는 TCK 인증이 된 OpenJDK 기반의 JDK입니다. 다음 사이트를 통해서 다운로드를 진행합니다. https://www.azul.com/ Home Introducing Cloud Native Compiler Offload JIT compilation with the Cloud Native Compiler to enhance the performance of Java applications in any compute environment. www.azul.com 오른쪽 상단에 ..
-
💻 MacOS 환경에 Android Studio 설치 가이드개발 환경 설정 2022. 8. 23. 07:21
지금부터 💻 MacOS 환경에 Android Studio를 설치해보려고 합니다. 공식 홈페이지에서 다운로드를 진행합니다. https://developer.android.com/studio Download Android Studio & App Tools - Android Developers Android Studio provides app builders with an integrated development environment (IDE) optimized for Android apps. Download Android Studio today. developer.android.com Dowload Android Studio를 Click합니다. 다음과 같은 화면이 뜨고, 아래로 드래그를 합니다. I have..
-
No Working Copies 해결방안개발 환경 설정/Xcode 2022. 8. 23. 06:48
이전글 : Git Repository Creation Failed Git Repository Creation Failed 해결방법 다음과 같이 Git Repository Creation Failed이 발생했을 때, 해결방법입니다. Xcode 실행 후, 상단바에서 Xcode → Preferences → Source Control → Git 다음과 같이 붉은색으로 표기 된 작성자 이름과.. jobs-kim.tistory.com Git Repository Creation Failed가 발생하게 되면, Show the Source Control navigator ⊠ 클릭해서 보시면 Repositories를 보시면 No Working Copies로 나타납니다. 이를 해결하기 위해서 Source Control → ..
-
Git Repository Creation Failed 해결방법개발 환경 설정/Xcode 2022. 8. 23. 06:34
다음과 같이 Git Repository Creation Failed이 발생했을 때, 해결방법입니다. Xcode 실행 후, 상단바에서 Xcode → Preferences → Source Control → Git 다음과 같이 붉은색으로 표기 된 작성자 이름과 이메일을 작성하면 문제가 해결됩니다. Author Name: Git 작성자 이름 Author Email: Git 작성자 이메일 다음은 Default 값으로 사용합니다. Ignored Files: No Ignored Files Options: ✔ Prefer to rebase when pulling ✔ Show merge commits in per-file log