https://www.youtube.com/watch?v=lE6Hxz4yomA
https://www.youtube.com/watch?v=aieoAWXNjl0
http://naa4e.codeplex.com http://facebook.com/naa4e
- Crunch knowledge about the domain
- Recognize subdomains
- Design a rich domain model
https://www.youtube.com/watch?v=lE6Hxz4yomA
https://www.youtube.com/watch?v=aieoAWXNjl0
http://naa4e.codeplex.com http://facebook.com/naa4e
no contents
{ | |
"dday": { | |
"id": 5728072679555072, | |
"accountId": "[email protected]", | |
"name": "아주미래", | |
"startTime": "2016-01-21 11:53 +0900", | |
"alarm": true, | |
"createdTime": "2015-09-23 11:54 +0900", | |
"enabled": true, | |
"location": "대전광역시 대덕구", |
private String r06Display(String code) { | |
if (code == null) { | |
return ""; | |
} | |
if (code.equals("0")) { | |
return "없음"; | |
} | |
if (code.equals("1")) { | |
return "1mm 미만"; | |
} |
알라딘 인문학스터디
2016년 6월 4일 토요일 오후 2시
마포구립 서강도서관 2층 다목적실
통역 서혜정
들으면서 적었으므로 옮기면서 달라졌을 수 있습니다.
(let [uri (URI. "ceds://host.net/path1/p2?quiet#myidw")] | |
[(.getHost uri) (.getPath uri) (.getScheme uri) (.getQuery uri) (.getFragment uri)]) | |
==> ["host.net" "/path1/p2" "ceds" "quiet" "myidw"] |
foobar |
plugin PPTP.ppp | |
noauth | |
remoteaddress "연결할 주소" | |
user "아이디" | |
password "비밀번호" | |
redialcount 1 | |
redialtimer 5 | |
idle 1800 |
Not complet yet