-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# TIL | ||
|
||
### DATABASE [2] | ||
- [**[2024-10-11]** 트랜잭션](https://github.com/A-lass/TIL/blob/main/DATABASE/트랜잭션.md) | ||
- [**[2024-10-11]** 관계 데이터 모델](https://github.com/A-lass/TIL/blob/main/DATABASE/관계_데이터_모델.md) | ||
- [**[2024-10-12]** 트랜잭션](https://github.com/A-lass/TIL/blob/main/DATABASE/트랜잭션.md) | ||
- [**[2024-10-12]** 관계 데이터 모델](https://github.com/A-lass/TIL/blob/main/DATABASE/관계_데이터_모델.md) | ||
### Java [6] | ||
- [**[2024-10-11]** 추상클래스와 인터페이스](https://github.com/A-lass/TIL/blob/main/Java/추상클래스와_인터페이스.md) | ||
- [**[2024-10-11]** Call By Value vs Call By Reference](https://github.com/A-lass/TIL/blob/main/Java/Call_By_Value_vs_Call_By_Reference.md) | ||
- [**[2024-10-11]** JVM](https://github.com/A-lass/TIL/blob/main/Java/JVM.md) | ||
- [**[2024-10-11]** String StringBuilder StringBuffer](https://github.com/A-lass/TIL/blob/main/Java/String_StringBuilder_StringBuffer.md) | ||
- [**[2024-10-11]** GC](https://github.com/A-lass/TIL/blob/main/Java/GC.md) | ||
- [**[2024-10-11]** 동기화](https://github.com/A-lass/TIL/blob/main/Java/동기화.md) | ||
- [**[2024-10-12]** 추상클래스와 인터페이스](https://github.com/A-lass/TIL/blob/main/Java/추상클래스와_인터페이스.md) | ||
- [**[2024-10-12]** Call By Value vs Call By Reference](https://github.com/A-lass/TIL/blob/main/Java/Call_By_Value_vs_Call_By_Reference.md) | ||
- [**[2024-10-12]** JVM](https://github.com/A-lass/TIL/blob/main/Java/JVM.md) | ||
- [**[2024-10-12]** String StringBuilder StringBuffer](https://github.com/A-lass/TIL/blob/main/Java/String_StringBuilder_StringBuffer.md) | ||
- [**[2024-10-12]** GC](https://github.com/A-lass/TIL/blob/main/Java/GC.md) | ||
- [**[2024-10-12]** 동기화](https://github.com/A-lass/TIL/blob/main/Java/동기화.md) |