DB
쿼리변환 Query TransFormation (Heuristic Trans 휴리스틱 변환)
https://ssseung.tistory.com/199
쿼리변환 Query TransFormation
1. 쿼리변환이란? 2. 서브쿼리 Unnesting 3. 뷰 Merging 4. 조건절 Pushing 5. 조건절 이행 6. 불필요한 조인 제거 7. OR 조건을 Union 으로 변환 8. 기타 쿼리변환 1. 쿼리변환이란? 옵티마이저가 SQL 을 분석해
ssseung.tistory.com
[오라클] RAC(Real Application Cluster)이란?
[오라클] RAC(Real Application Cluster)이란?
일반적인 Oracle Server 구성방식* Process: A는 작업장1로 복사해와서 작업을 하고, B는 작업장2로 복사를 해와서 작업을 하며, 저장을 database에 합니다. 이렇게 instance와 database 사이를 왔다갔다 하면서
12bme.tistory.com
Javascript
JavaScript Scope Chain
https://junhyunny.github.io/javascript/javascript-scope-chain/
JavaScript Scope Chain
<br /><br />
junhyunny.github.io
Node.js
[번역] Node.js에서 gRPC 사용하기
[번역] Node.js에서 gRPC 사용하기
gRPC에 대해서 알아보고 Node.js와 TypeScript를 사용하여 gRPC 통신을 사용하는 강타입 기반의 애플리케이션 만들어보기
medium.com
https://medium.com/better-programming/how-to-use-grpc-with-node-14e073aa1c84
How to Use gRPC With Node
Learn about gRPC and create a strongly typed application with gRPC communication using Node and Typescript
betterprogramming.pub
[Yarn berry] Yarn Berry 환경에 대한 이해도 높이기
https://helloinyong.tistory.com/343
[Yarn berry] Yarn Berry 환경에 대한 이해도 높이기
이번에 Yarn berry에서 이것저것 작업하게 되면서 Yarn Berry라는 환경에 대해 알게 된 내용들을 한번 정리해 보려고 한다. Yarn Berry 환경은 단순 자바스크립트 파일일 뿐이다. 이것을 설명하기 위해
helloinyong.tistory.com
AWS
S3 - CloudWatch - Amazon S3 Storage Lens 지표
https://docs.aws.amazon.com/ko_kr/AmazonS3/latest/userguide/cloudwatch-monitoring.html
Amazon CloudWatch를 사용한 지표 모니터링 - Amazon Simple Storage Service
이 페이지에 작업이 필요하다는 점을 알려 주셔서 감사합니다. 실망시켜 드려 죄송합니다. 잠깐 시간을 내어 설명서를 향상시킬 수 있는 방법에 대해 말씀해 주십시오.
docs.aws.amazon.com
기타
SSH Agent Forwarding
SSH를 올바르게 사용하는 방법과 SSH 에이전트 포워딩이란?
How to use SSH properly and what is SSH Agent Forwarding
https://dev.to/levivm/how-to-use-ssh-and-ssh-agent-forwarding-more-secure-ssh-2c32
How to use SSH properly and what is SSH Agent Forwarding
How to use SSH and SSH Agent forwarding
dev.to
Java
JVM 메모리 구조와 GC
https://johngrib.github.io/wiki/jvm-memory/
JVM 메모리 구조와 GC
작성중인 문서
johngrib.github.io
JPA Hibernate 프록시 제대로 알고 쓰기
https://tecoble.techcourse.co.kr/post/2022-10-17-jpa-hibernate-proxy/
JPA Hibernate 프록시 제대로 알고 쓰기
JPA…
tecoble.techcourse.co.kr
디스크와 파일시스템 관리하기
https://brunch.co.kr/@jehovah/18
디스크와 파일시스템 관리하기
gdisk, mkfs, mount 명령어 사용해보기 | 하드디스크와 파일시스템이란? 컴퓨터를 구성하는 저장장치에는 여러가지가 있습니다. 대표적인 것이 메모리장치(eg. RAM)와 하드디스크가 있는데, 데이터를
brunch.co.kr
Docker-compose 작성을 위한 YAML 포맷 이해하기
https://waytothem.com/blog/180/
Docker-compose 작성을 위한 YAML 포맷 이해하기 | Blog
Docker-Compose ✬ Docker Compose ◦ Docker compose는 여러 컨테이너를 모아서 관리하기 위한 툴 ◦ 웹서비스는 프론트서버 , DB서버, 백엔드서버로 이루어져 있는 경우가 많다 • 각각을 docker 컨테이너
waytothem.com
ubuntu apt-get 404 not found
https://extrememanual.net/26688
우분투 apt-get update 404 not found 오류 해결 방법 - 익스트림 매뉴얼
우분투를 서버로 사용하다가 오랜만에 업데이트를 하려는 경우 다음과 같은 404 not found 오류와 함께 진행이 되지 않는 경우가 있습니다. 이 문제는 현재 사용하고 있는 우분투 버전의 업데이트
extrememanual.net
HTML: autocomplete="off"
https://thermidor.tistory.com/1695
HTML: autocomplete="off"
HTML을 작성할 때 간혹 보안상, 또는 기타 이유로 이전 입력 내용을 표시하지 않도록 하고 싶을 때가 있다. 그럴 때 많이 쓰는 속성이 바로 autocomplete="off"인데... 알고보니 이게 제대로 쓰는 형식이
thermidor.tistory.com
'찾아봐야하는것' 카테고리의 다른 글
[찾아봐야하는것] - 2023.03 찾아봐야 하는 키워드 & 읽어봐야하는 포스팅 (0) | 2023.03.06 |
---|---|
[찾아봐야하는것] - 2023.02 찾아봐야 하는 키워드 & 읽어봐야하는 포스팅 (0) | 2023.02.01 |
[찾아봐야하는것] - 2022.12 찾아봐야 하는 키워드 & 읽어봐야하는 포스팅 (0) | 2022.12.09 |
[찾아봐야하는것] - 2022.11 찾아봐야 하는 키워드 & 읽어봐야하는 포스팅 (0) | 2022.11.01 |
[찾아봐야하는것] - 2022.10 찾아봐야 하는 키워드 & 읽어봐야하는 포스팅 (0) | 2022.10.04 |