上一页 1 2 3 4 5 6 7 8 9 ··· 25 下一页
摘要: 阅读全文
posted @ 2012-12-10 12:49 废弃账号 阅读(154) 评论(0) 推荐(0) 编辑
摘要: #include // for IObjectSafety; in ActiveX SDK //........................................................................ //ISafeObject DECLARE_INTE... 阅读全文
posted @ 2012-12-06 15:53 废弃账号 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 1、文件的创建-(IBAction) CreateFile{//对于错误信息NSError *error;// 创建文件管理器NSFileManager *fileMgr = [NSFileManager defaultManager];//指向文件目录NSString *documentsDi... 阅读全文
posted @ 2012-12-06 15:42 废弃账号 阅读(325) 评论(0) 推荐(0) 编辑
摘要: //self.navigationItem.leftBarButtonItem = [[UIBarButtonItem alloc] initWithTitle:@"主页" style:UIBarButtonItemStylePlain target:self action:@selector... 阅读全文
posted @ 2012-12-06 15:31 废弃账号 阅读(118) 评论(0) 推荐(0) 编辑
摘要: #define SYSTABBARITEM(TITLE, INAME, TAG) [[UITabBarItem alloc] initWithTitle:TITLE image:[UIImage imageNamed:INAME] tag:TAG] NSMutab... 阅读全文
posted @ 2012-12-06 15:31 废弃账号 阅读(68) 评论(0) 推荐(0) 编辑
摘要: - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib. //定义UIScrollView... 阅读全文
posted @ 2012-12-06 15:31 废弃账号 阅读(144) 评论(0) 推荐(0) 编辑
摘要: String nowPath = @"taxi.db"; void SelectStu() { using (SQLiteConnection cn = new SQLiteConnection(@"data source=" + nowPath ... 阅读全文
posted @ 2012-12-06 15:31 废弃账号 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 1.同步下载文件 NSString *urlAsString = @"http://files.cnblogs.com/zhuqil/UIWebViewDemo.zip"; NSURL *url = [NSURL URLWithString:urlAsStrin... 阅读全文
posted @ 2012-12-06 15:31 废弃账号 阅读(80) 评论(0) 推荐(0) 编辑
摘要: @interface UIProgressHUD : NSObject - (void) show: (BOOL) yesOrNo; - (UIProgressHUD *) initWithWindow: (UIView *) window; @end @interface H... 阅读全文
posted @ 2012-12-06 15:31 废弃账号 阅读(105) 评论(0) 推荐(0) 编辑
摘要: - (IBAction)Open:(id)sender { UIActionSheet *menu = [[UIActionSheet alloc] initWithTitle:@"select" delegate:s... 阅读全文
posted @ 2012-12-06 15:31 废弃账号 阅读(75) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 25 下一页