Everybody's Changing

and I don't feel the same.

Month: December 2009 (Page 3 of 4)

박 봄 – You And I

친절한 얼룩사마께서 준 벅스 TOP 100 듣다보니,
이 노래가 듣을만 해서 뮤직비디오 찾아봤는데…
귀엽네 ㅋㅋ

아놔…
학교에서 후진 주차 했다고 파킹 티켓 $43 하나 먹고 꿀꿀해진 기분 ㅠ.ㅠ
이 노래 듣으면서 기분전환 하고 있음 ㅋㅋ

iPhone Programming with SQLite

1. The download link for FMDB is broken.
  http://code.google.com/p/flycode/source/checkout
  Use the command below in order to download FMDB source
  -> svn checkout http://flycode.googlecode.com/svn/trunk/fmdb flycode-read-only
  Drag the “src” folder and drop into Classes on Xcode.
  Rename “src” folder to “FMDB” and remove fmdb.m for avoiding a duplicate error.

2. In order to add SQLite library to your project,
  Right-click on Frameworks, and select Add -> Existing Frameworks.
  Select “libsqlite3.dylib”, and click “Add.”

3. The path for base.sqlite is incorrect.
  -> Replace these lines
    NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);
    NSString *documentsDirectory = [paths objectAtIndex:0];
    NSString *path = [documentsDirectory stringByAppendingPathComponent:@”base.sqlite”];
  to
    NSString *path = [[NSBundle mainBundle] pathForResource:@”base” ofType:@”sqlite”];

왠 홍콩 여자!

says:
 소개팅할래?
 홍콩여자야
 이쁘장하게 생겼어 얌전하구 하예

소개해 달라고 한적도 없는데 갑자기 이 이야기를 듣으니…
어릴적에 한국 사람 말고 다른 나라 사람 좀 만나볼껄 하는 생각이 드네 ㅋㅋ

뉴질랜드에서 스쿨버스 타고 다닐때
걸스 다니는 일본애가 나 좋다고 선물 한보따리 준적 있는데…
그때나 한번 만나볼껄 그랬어 -0-


어머니하고 통화하다가 어쩌다 관심가는 친구가 생겼다고 하면,
가장 먼저 물어보시는게 어느 나라 사람이냐고 물어보시는데… ㅋㅋ

지금껏 나하고 싶은데로 살아 왔는데,
결혼 만큼은 부모님 말씀 좀 듣어야지 ㅋㅋ

Page 3 of 4

Powered by WordPress & Theme by Anders Norén