原创 Iphone tableViewa

#pragma mark - #pragma mark Table view data source // Customize the number of sections in the table view. - (NSInteger)

原创 奇怪的EXC_BAD_ACCESS 有時間研究一下

  UIImage *pro_image=[[UIImage alloc] initWithContentsOfFile:imagePath]; IplImage *img_color=[Process_UIImage Create

原创 線性調整亮度

http://blog.csdn.net/maozefa/archive/2009/08/28/4493395.aspx

原创 電子地圖API比較

聲明不是原創的,我是專業做gis的,公司也曾考慮用api開發,不過因限制較多還是作罷。這個作者還是比較瞭解的  Google Maps API : Google Maps API 基於Google Maps,能夠使用 JavaScript

原创 ios 工作日記--NSURL 中文 crash問題

NSURL 如果URL中包含中文,會又crash問題。採用下面的方案就可以NSURL * nurl=[[NSURL alloc] initWithString:[urlString stringByAddingPercentEscapes

原创 iphone 開發筆記 menu view

  menuView=[[UIView alloc] initWithFrame:[[UIScreen mainScreen] applicationFrame] ]; menuView.backgroundColor=[UIColor

原创 TTPhotoViewController 明天可以試試

- (void)viewDidLoad { TableImageManager *tableImageManager = [[TableImageManager alloc] initDataBase];allImages = [[[NS

原创 google weather Image

http://www.google.ru/ig/images/weather/sunny.gif http://www.google.ru/ig/images/weather/mostly_sunny.gif http://www.goo

原创 weather jp

 case "mostly_cloudy":       type = WeatherType.MostlyCloudy; break;     case "cloudy":       type = WeatherType.Cloudy

原创 奇怪的 imageOrientation

UIImage 有個imageOrientation只讀屬性,當我處理UIImage 2 IplImage 時圖像就出現了問題。 後來發現是找個標記問題,沒有什麼好的修改方法。 在sdk中又這麼一句 “this will affect h

原创 Custom UITableViewCell reuseIdentifier 問題

自定義了UITableViewCell 但是遇到如何設置 reuseIdentifier問題的   後來在網上找的解決方案   在自定義的類上加上   - (NSString *) reuseIdentifier { return @"

原创 Objectflickr and three20 兩個超級問題

three20 中的TTPhotoViewController  我忘記價three20.bundle   objectflickr 只要使用-ObjC -all_load就報錯 "_SCNetworkReachabilityCreate

原创 google weather api icon

我收集到的google weather api icon圖標,暫時更新如下: http://www.google.com/ig/images/weather/sunny.gif http://www.google.com/ig/imag

原创 TTPhotoViewController 明天可以試試2

http://sol3.typepad.com/tagalong_developer_journa/2009/12/adding-savetoalbum-to-the-ttphotoviewcontroller.html

原创 Iphone開發筆記--Custom UITableVIewCell

Custom UITableVIew有時會遇到EXC_BAD_ACCESS   可能原因   1、調用同類型xib所致 在TeamInfoVC類中調用 NSArray *topLevelObjects = [[NSBundle main