Skip to content

Instantly share code, notes, and snippets.

@devwithpug
devwithpug / java-synchronization.md
Last active January 11, 2022 09:02
자바에서 동기화를 해결하는 3가지 방법

자바에서 동기화를 해결하는 3가지 방법

1. synchronized

메서드 앞에 키워드를 붙여서 선언

public synchronized void foo() {}
@devwithpug
devwithpug / how-to-install-mariadb-centos8.md
Last active September 19, 2021 13:08
centos 8 에서 mariadb 설치 및 외부접속 설정
🌞 Morning 19 commits ▍░░░░░░░░░░░░░░░░░░░░ 2.3%
🌆 Daytime 181 commits ████▋░░░░░░░░░░░░░░░░ 22.2%
🌃 Evening 370 commits █████████▌░░░░░░░░░░░ 45.4%
🌙 Night 245 commits ██████▎░░░░░░░░░░░░░░ 30.1%