Link: http://www.rubyrobot.org/tutorial/subversion-with-mac-os-x

특정 리비젼에서 커밋되었던 파일 가져오기 (get committed files at specific revision)
$svn update -r [revision No.]
ex) $svn update - r 77 : it means i want to updated from server at revision 77. 



 
Posted by Jyui
아래 목록은 아이폰 개발시 이용할 수 있는 폰트 목록 - iPhone SDK 2.1기준
(iOS 버젼에 따라서 이용가능한 폰트는 달라질 수 있음)


Family name: Hiragino Kaku Gothic ProN W3
- Font name: HiraKakuProN-W3

Family name: Courier
- Font name: Courier
- Font name: Courier-BoldOblique
- Font name: Courier-Oblique
- Font name: Courier-Bold

Family name: Arial
- Font name: ArialMT
- Font name: Arial-BoldMT
- Font name: Arial-BoldItalicMT
- Font name: Arial-ItalicMT

Family name: STHeiti TC
- Font name: STHeitiTC-Light
- Font name: STHeitiTC-Medium

Family name: AppleGothic
- Font name: AppleGothic

Family name: Courier New
- Font name: CourierNewPS-BoldMT
- Font name: CourierNewPS-ItalicMT
- Font name: CourierNewPS-BoldItalicMT
- Font name: CourierNewPSMT

Family name: Zapfino
- Font name: Zapfino

Family name: Hiragino Kaku Gothic ProN W6
- Font name: HiraKakuProN-W6

Family name: Arial Unicode MS
- Font name: ArialUnicodeMS

Family name: STHeiti SC
- Font name: STHeitiSC-Medium
- Font name: STHeitiSC-Light

Family name: American Typewriter
- Font name: AmericanTypewriter
- Font name: AmericanTypewriter-Bold

Family name: Helvetica
- Font name: Helvetica-Oblique
- Font name: Helvetica-BoldOblique
- Font name: Helvetica
- Font name: Helvetica-Bold

Family name: Marker Felt
- Font name: MarkerFelt-Thin

Family name: Helvetica Neue
- Font name: HelveticaNeue
- Font name: HelveticaNeue-Bold

Family name: DB LCD Temp
- Font name: DBLCDTempBlack

Family name: Verdana
- Font name: Verdana-Bold
- Font name: Verdana-BoldItalic
- Font name: Verdana
- Font name: Verdana-Italic

Family name: Times New Roman
- Font name: TimesNewRomanPSMT
- Font name: TimesNewRomanPS-BoldMT
- Font name: TimesNewRomanPS-BoldItalicMT
- Font name: TimesNewRomanPS-ItalicMT

Family name: Georgia
- Font name: Georgia-Bold
- Font name: Georgia
- Font name: Georgia-BoldItalic
- Font name: Georgia-Italic

Family name: STHeiti J
- Font name: STHeitiJ-Medium
- Font name: STHeitiJ-Light

Family name: Arial Rounded MT Bold
- Font name: ArialRoundedMTBold

Family name: Trebuchet MS
- Font name: TrebuchetMS-Italic
- Font name: TrebuchetMS
- Font name: Trebuchet-BoldItalic
- Font name: TrebuchetMS-Bold

Family name: STHeiti K
- Font name: STHeitiK-Medium
- Font name: STHeitiK-Light

Reference: http://ajnaware.wordpress.com/2008/10/24/list-of-fonts-available-on-the-iphone/




Posted by Jyui

나만 지금껏 몰랐다니, 충격이 크다.
테스트는 아직 안해봤음. 읽어보니 되는 폰트도 있고 안되는 폰트도 있는 모양... 

자신이 가지고 있는 폰트를 프로젝트 내의 리소스로 직접 추가하여 쓰는 듯...







 
Posted by Jyui
유용한 정보/기타2011. 7. 27. 20:54
주변에 은근 '갑(甲)이네' 와 같은 표현을 쓰는 사람이 늘었다.
어감상 대충 알고 있었지만 갑자기 유래가 궁금해서 찾아봄;;;
http://losnij.egloos.com/2744445




 
Posted by Jyui
해당프로젝트 폴더$svn cleanup
하면 잘 됨 



 
Posted by Jyui
$svn ls [svn경로]
뭐라고 나오면 p누르고 엔터쳐서 영구적으로 허용하면 잘 뜸;;



 
Posted by Jyui
xcode4 이전: 터미널 열고 다음과 같이 입력
defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{"ORGANIZATIONNAME" = "P&K mobile";}'

xcode4: 터미널 열고 다음과 같이 입력
defaults write com.apple.dt.Xcode PBXCustomTemplateMacroDefinitions '{ORGANIZATIONNAME="회사이름";}'


 
 
Posted by Jyui
Posted by Jyui
Posted by Jyui
유용한 정보/기타2011. 6. 29. 11:53
저축은행중앙회에서 제공하는 적금 금리...;
조만간에 솔로몬에 적금하나 들러 가야겠다~
Posted by Jyui