🪴 REVI1337
검색
Search
Search
다크 모드
라이트 모드
탐색기
📌 Web
- Google OAuth2 설정
- Kakao OAuth2 설정
📌 Language
🏷️ Java
- Test
- Call By Value & Call By Reference
- JDK & JRE
- Identity & Equality
- String & StringBuilder & StringBuffer
🏷️ Python
- Sequence & NonSequence
- Iterable & Iterator
- Namespace & Scope
- PyInstaller
- Deploy PyPI
🏷️ Bash
📌 Algorithm
🏷️ Sort
- Insertion Sort
- Selection Sort
- Bubble Sort
- Heap Sort
- Matrix
- Euclidean
- Sieve of Eratosthenes
- Prefix Sum
- Two Pointer
- Sliding Window
- BackTracking
- Dijkstra
📌 Computer Science
🏷️ Operating System
- Interview
🏷️ DataStructure
🏷️ Implemetation
- Tree Implementation
- Array
- Heap
- Graph
- Tree
- Spanning Tree
- Minimum Cost Spanning Tree
🏷️ Computer Architecture
- Roadmap
- Compiler & Interpreter
- Data
- CPU
- Memory
- ByteOrder
🏷️ Network
- question
🏷️ Database
🏷️ interview
- Constraint
- DDL & DML & DCL & TCL
- DELETE vs DROP vs TRUNCATE
- Index
- Interview
- Normalization
- Transaction & Isolation
🏷️ Redis
- redis
- Data Modeling
- SQL 엔진 실행 순서
- Select
- Like
- Order
- Grouping, Aggregate
- Join
- Profiling
- 더미 데이터를 생성하는 방법
- Table 을 복사하는 2가지 방법
📌 Design Pattern
🏷️ Behavior
- Observer(옵저버) 패턴
- Strategy(전략) 패턴
📌 Spring
🏷️ project
- 계층마다 DTO 를 따로 둔 이유
- 비동기 파일 업로드시 MultipartFile 주의사항
🏷️ Cache
- RedisCacheManager를 이용한 캐싱
- RedisTemplate 과 AOP 를 활용한 @Cacheable 구현과 성능 비교
- Redis 가 진짜 필요할까?
- Redis vs Caffeine
🏷️ Boot
- 하나의 Method에 여러 Advice가 있을 때, 어떤 원리로 실행될까?
- SpringApplicationInitialize_refresh
- Actuator
- Prometheus
- Grafana
🏷️ MVC
🏷️ Analyze
- Spring MVC 아키텍쳐
- StoringMultipartFileMechanism
- Filter
- Interceptor
- RequestPart 를 이용한 JSON 과 첨부파일 동시처리
🏷️ DataAccess
- Native JDBC
- Statement & PreparedStatement
- Transaction
- Connection
- Connection Pool
- ScriptUtils 의 매우 상세한 동작 원리
🏷️ JPA
- Batch Insert
- JPA 에서 1NF & N:M 관계 단순화
- 2차 캐시를 이용한 카테고리 캐싱
- 컬럼의 디폴트값 설정
- 특정 컬럼만 Insert 및 Update
- Cascade.REMOVE, orphanRemoval 비교
🏷️ Data JPA
- PagableDefault 동작원리
- Modifying 과 주의점
- JPA에서 자연키 및 인조키를 사용하는 엔티티를 save할 때 조심할 점
- Multiple Pageable
🏷️ QueryDSL
- 윈도우 함수 사용
🏷️ Security
- 기본적인 OAuth2 인증 인가 프로세스
- 프론트와 백엔드는 OAuth2 인증을 어디까지 처리해야할까?
- OAuth2 인가코드를 꼭 Frontend가 받아야할까?
- 스파게티 코드로 구현하는 OAuth2 인증 인가 프로세스
- 스파게티 코드 OAuth2 인가 프로세스 리팩토링
🏷️ Cloud
- AWS SDK 를 이용한 S3 파일업로드
- docker-compose 를 통한 로컬 개발환경 설정
- Scheduling 간단한 사용법
- Scheduling 스레드 설정
- Query & Transaction 로그 설정
- Upsert 쿼리를 통한 쿼리 단순화
- Whitelist기반 Magic Number로 업로드 필터링 구현
- S3 파일 업로드의 객체지향적 리팩토링
- Redis와 ExpiringMap을 활용한 확장 가능한 중복요청 방지 캐시 설계
- JSON 의 특정 필드의 따로 역직렬화
📌 Docker
🏷️ TroubleShoot
- forbidden access permission
- Docker 란
- Docker 기본 명령어
- Docker Volume
- Docker Network
- Docker Compose
- Docker Build
- DockerCheetSheet
📌 Tools
🏷️ PyCharm
- 기존 프로젝트의 Anaconda 환경 변경
📌 Settings
- Google BigQuery
📌 Performance
- 성능 테스트를 위한 배경 지식
- Artillery
- JMeter
📌 WireShark
- Redis & MySQL 패킷 확인
Home
❯
Computer Science
❯
Computer Architecture
❯
Memory
Memory
2025년 3월 24일
1 min read
computer_architecture
메모리
메모리 종류
RAM (Random Access Memory)
ROM (Read Only Memory)
Cache Memory
목차
메모리
메모리 종류
백링크
백링크가 없습니다.