<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Document</title> | |
<script src="http://code.jquery.com/jquery-latest.min.js"></script> | |
<script src="https://uicdn.toast.com/tui.code-snippet/latest/tui-code-snippet.js"></script> | |
<script src="https://uicdn.toast.com/tui-calendar/latest/tui-calendar.js"></script> | |
<link rel="stylesheet" type="text/css" href="https://uicdn.toast.com/tui-calendar/latest/tui-calendar.css" /> | |
</head> |
This procedure explains how to install MySQL using Homebrew on macOS Sierra 10.12
- Installing Homebrew is effortless, open Terminal and enter :
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Note: Homebrew will download and install Command Line Tools for Xcode 8.0 as part of the installation process.
At this time of writing, Homebrew has MySQL version 5.7.15 as default formulae in its main repository :
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
ํ๊ตญ์ด ๋ฒ์ญ(์ด๋ฒ) : nacyot
Why Should I Care (For Developers)
"๋์๊ฒ Docker์ ๋งค๋ ฅ์ ๊ฐ๋จํ ๊ฒฉ๋ฆฌ๋ ํ๊ฒฝ์ ๋ง๋ค ์ ์๋ค๋ ๊ฒ๊ณผ, ๊ทธ๋ฌํ ํ๊ฒฝ์ ์ฌ์ฌ์ฉํ ์ ์๋ค๋ ์ ์ด๋ค."๋ฐํ์ ํ๊ฒฝ์ ํ ๋ฒ ๋ง๋ค์ด ํจํค์ง๋ก ๋ง๋ค๋ฉด, ์ด ํจํค์ง๋ฅผ ๋ค๋ฅธ ์ด๋ค ๋จธ์ ์์๋ ๋ค์ ์ฌ์ฉํ ์ ์๋ค. ๋ํ ์ฌ๊ธฐ์ ์คํ๋๋ ๋ชจ๋ ๊ฒ์ ๋ง์น ๊ฐ์๋จธ์ ๊ณผ ๊ฐ์ด ํธ์คํธ๋ก๋ถํฐ ๊ฒฉ๋ฆฌ๋์ด์๋ค. ๋ฌด์๋ณด๋ค๋ ์ด๋ฐ ๋ชจ๋ ์ผ๋ค์ด ๋น ๋ฅด๊ณ ๊ฐ๋จํ ๊ฐ๋ฅํ๋ค.
package kr.duru.code; | |
/** | |
* Created by duru on 2016. 4. 17.. | |
*/ | |
public class Car { | |
public Car() { | |
} | |
int speed; |