일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Android
- 티스토리 초대장
- jQuery
- 메모리
- jsp
- spring
- 한글
- Objective C
- 티스토리 초대
- 인코딩
- Memory
- C#
- 이클립스
- Eclipse
- Database
- WebView
- MySQL
- java
- 톰켓
- JavaScript
- ios
- encoding
- iphone
- ipad
- UIWebView
- udp
- permgen space
- XML
- HTML
- Tomcat
- Today
- Total
목록2012/02/05 (3)
suroMind
i n v i t a t i o n 티스토리 초대장 + 남은 초대장 수 : 10 안녕하세요! 티스토리에 보금자리를 마련하시려는 여러분께 초대장을 배포해 드리려고 합니다. 나만의, 내 생각을, 내 기억을 담는 소중한 블로그를 만들고 싶다면 티스토리로 시작해보세요! 티스토리 블로그는 초대에 의해서만 가입이 가능합니다. 원하시는 분은 댓글에 E-mail 주소를 남겨주시면 초대장을 보내드립니다. 남겨주실 때에는 꼭 비밀댓글로 남겨주세요! 초대장을 보내드리고 바로 개설하시지 않으신 분들은 초대장을 회수할 수도 있으니 바로 개설해주세요! Yes 이런 분들께 드립니다! 1. 다른 블로그를 사용해보셨던 분 2. 이메일 주소가 정상적인 분 3. 블로그를 시작하려는 이유를 남겨주신 분! No 이런 분들께 드리지 않아요! ..
아이폰을 개발하다 보면 회전을 한다든지 세로 또는 가로 고정으로 해야 할 때가 있습니다. 아래 코드는 UIViewController 에서 모든 방향으로 회전이 가능한 코드입니다. - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { // Return YES for supported orientations return YES; } UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight retu..
출처 : http://rainyi.net/tc/ http://michael.stapelberg.de/cCSVParse http://www.cocoacontrols.com/platforms/ios/controls/ddpagecontrol http://iphonedevelopment.blogspot.com/2010/05/custom-alert-views.html http://joris.kluivers.nl/iphone-dev/?p=CustomAlert : ID/PW 입력 http://stackoverflow.com/questions/833392/showing-a-alertview-with-a-textbox-in-iphone http://www.cocoacontrols.com/platforms/ios/cont..