목록CS (3)
코드굽는 타자기
인덱스
https://fors.tistory.com/641
CS/DB
2022. 6. 14. 09:33
SQL vs NoSQL
https://mydevstorage.tistory.com/4 [Spring Boot] JPA (1/4) : SQL/NoSQL 차이점 작성 목적 JPA를 적용하기에 앞서 기본적인 DBMS에 대한 이해를 돕고 어플리케이션의 특성에 맞추어 DBMS 선택의 폭을 넓히기 위해 작성한다. 이 페이지는 데이터베이스의 원리나 기본 개념보다 mydevstorage.tistory.com
CS/DB
2022. 5. 9. 00:24
When to use LinkedList over ArrayList in Java?
https://stackoverflow.com/questions/322715/when-to-use-linkedlist-over-arraylist-in-java?page=1&tab=trending#tab-top When to use LinkedList over ArrayList in Java? I've always been one to simply use: List names = new ArrayList(); I use the interface as the type name for portability, so that when I ask questions such as this, I can rewor... stackoverflow.com
CS/자료구조
2022. 5. 4. 16:35