上一页 1 2 3 4 5 6 7 8 9 ··· 25 下一页
摘要: 阅读全文
posted @ 2012-12-10 12:49 废弃账号 阅读(160) 评论(0) 推荐(0)
摘要: #include // for IObjectSafety; in ActiveX SDK //........................................................................ //ISafeObject DECLARE_INTE... 阅读全文
posted @ 2012-12-06 15:53 废弃账号 阅读(150) 评论(0) 推荐(0)
摘要: 1、文件的创建-(IBAction) CreateFile{//对于错误信息NSError *error;// 创建文件管理器NSFileManager *fileMgr = [NSFileManager defaultManager];//指向文件目录NSString *documentsDi... 阅读全文
posted @ 2012-12-06 15:42 废弃账号 阅读(335) 评论(0) 推荐(0)
摘要: 我在CSDN有个新家 阅读全文
posted @ 2012-12-06 15:31 废弃账号 阅读(95) 评论(0) 推荐(0)
摘要: 1.同步下载文件 NSString *urlAsString = @"http://files.cnblogs.com/zhuqil/UIWebViewDemo.zip"; NSURL *url = [NSURL URLWithString:urlAsStrin... 阅读全文
posted @ 2012-12-06 15:31 废弃账号 阅读(82) 评论(0) 推荐(0)
摘要: @interface UIProgressHUD : NSObject - (void) show: (BOOL) yesOrNo; - (UIProgressHUD *) initWithWindow: (UIView *) window; @end @interface H... 阅读全文
posted @ 2012-12-06 15:31 废弃账号 阅读(110) 评论(0) 推荐(0)
摘要: - (IBAction)Open:(id)sender { UIActionSheet *menu = [[UIActionSheet alloc] initWithTitle:@"select" delegate:s... 阅读全文
posted @ 2012-12-06 15:31 废弃账号 阅读(81) 评论(0) 推荐(0)
摘要: 1、打开摄像头 - (IBAction)Open:(id)sender { UIImagePickerController *picker = [[UIImagePickerController alloc] init]; if([UIImagePic... 阅读全文
posted @ 2012-12-06 15:31 废弃账号 阅读(241) 评论(0) 推荐(0)
摘要: - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event { if (!dragEnable) { return; } UITouch *touch = [touches... 阅读全文
posted @ 2012-12-06 15:31 废弃账号 阅读(90) 评论(0) 推荐(0)
摘要: #include //以提供对CDatabase 类的支持 #include #pragma comment(lib,"odbccp32.lib") //为了使用ODBC API的函数 SQLConfigDataSource#include CDatabase m_database;//... 阅读全文
posted @ 2012-12-06 15:31 废弃账号 阅读(274) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 25 下一页