iAtkos v7 Leopard 10.5.8 on VMware 7 :: 2010/02/26 01:24
집에 있는 데스크탑에 iAtkos v7 Lepoard 10.5.7 설치 후 10.5.8로 업데이트 한 모습..
iPhone SDK 3.1.3과 Xcode 3.1.4를 설치한 후에..

iPhone SDK 3.1.3과 Xcode 3.1.4를 설치한 후에..

IBM Keyboard Mapping on Mac OSX :: 2010/02/26 01:16
1. 맥에서 IBM 키보드 매핑하기
IBM-PC와 MAC의 키보드의 키 맵핑은 달라서 불편하다.
IBM-PC 구조 : Ctrl, Window, Alt
Max 구조 : Control, Option, Command
System Preferance > Keyboard & Mouse > Keyboard > Midifier Keys... 에서
다음과 같이 변경하면 IBM과 비슷하게 사용할 수 있다.
- control = command
- option = control
- command = option
2. 맥에서 한/영 전환하기
Input Menu를 체크하고 Shortcut을 지정해 주면 된다. Spotlight와 충돌이 있는데 이것은 체크해지하면 된다.
Mobile Application Stores State of Play :: 2010/02/25 17:56
coalesce() is the equivalent to the nvl() :: 2010/02/16 19:01
오라클의 NVL() 함수에 해당하는 Hibernate HQL 함수로 coalesce()가 있다.
coalesce(a, b)는 a가 null이 아니면 a를 반환하고, null일 경우 b를 반환한다.
예제)
from Table where col1 = coalesce(:par1, 'asdf')
from Table where current_date() <= coalesce(endDate, current_date())
coalesce(a, b)는 a가 null이 아니면 a를 반환하고, null일 경우 b를 반환한다.
예제)
from Table where col1 = coalesce(:par1, 'asdf')
from Table where current_date() <= coalesce(endDate, current_date())
A Mobile Ad Solution for iPhone Developers :: 2010/01/27 17:24
Moduad provides the virtual goods hosting and mobile ad solution for mobile applicaiton developers.
Captures from web:



Captures from app:




