Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 안드로이드 알림 예제
- 버전별 관리
- notification channel
- setContentIntent
- 펜딩인텐트
- Pending Intent
- 안드로이드 알림채널
- NotificationCompat.Builder
- setDefaults(NotificationCompat.DEFAULT_ALL)
- 알림 인텐트
- notifications
- 알림 우선순위
- setPriority(NotificationCompat.PRIORITY_HIGH)
- android notification 예제
- 안드로이드 알림
- notification manager
Archives
- Today
- Total
공부용 블로그
MariaDB 설치 본문
sudo apt-get update sudo apt-get install mariadb-server mariadb-client
$ sudo mysql -u root -p
(https://www.itzgeek.com/how-tos/linux/ubuntu-how-tos/install-mariadb-on-ubuntu-16-04.html)
https://ohjongsung.io/2017/06/04/ubuntu-16-04-1-lts%EC%97%90-maria-db-%EC%84%A4%EC%B9%98%ED%95%98%EA%B8%B0
'설계 > RDBMS' 카테고리의 다른 글
Time Series Database와 RDBMS의 차이점 (0) | 2018.12.18 |
---|---|
explain을 썼을 때 처리량의 변화 (진짜 영향을 미치는것일까?) (0) | 2018.12.17 |
MonetDB 설치 (0) | 2018.12.15 |
MonetDB Architecture (0) | 2018.12.13 |
row-oriented/ column-oriented database (0) | 2018.12.11 |