会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
此博客废弃
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
25
下一页
2012年12月10日
you must have accepted the latest version of the IOS Developer Program Agreement
摘要:
阅读全文
posted @ 2012-12-10 12:49 废弃账号
阅读(160)
评论(0)
推荐(0)
2012年12月6日
ACTIVE控件Safe问题
摘要: #include // for IObjectSafety; in ActiveX SDK //........................................................................ //ISafeObject DECLARE_INTE...
阅读全文
posted @ 2012-12-06 15:53 废弃账号
阅读(150)
评论(0)
推荐(0)
ios 文件管理 获取文件属性 读取文件
摘要: 1、文件的创建-(IBAction) CreateFile{//对于错误信息NSError *error;// 创建文件管理器NSFileManager *fileMgr = [NSFileManager defaultManager];//指向文件目录NSString *documentsDi...
阅读全文
posted @ 2012-12-06 15:42 废弃账号
阅读(335)
评论(0)
推荐(0)
我在CSDN有个新家
摘要: 我在CSDN有个新家
阅读全文
posted @ 2012-12-06 15:31 废弃账号
阅读(95)
评论(0)
推荐(0)
ios下载文件
摘要: 1.同步下载文件 NSString *urlAsString = @"http://files.cnblogs.com/zhuqil/UIWebViewDemo.zip"; NSURL *url = [NSURL URLWithString:urlAsStrin...
阅读全文
posted @ 2012-12-06 15:31 废弃账号
阅读(82)
评论(0)
推荐(0)
UIProgressHUD
摘要: @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)
IOS调取系统摄像头并拍照
摘要: 1、打开摄像头 - (IBAction)Open:(id)sender { UIImagePickerController *picker = [[UIImagePickerController alloc] init]; if([UIImagePic...
阅读全文
posted @ 2012-12-06 15:31 废弃账号
阅读(241)
评论(0)
推荐(0)
Touch Move
摘要: - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event { if (!dragEnable) { return; } UITouch *touch = [touches...
阅读全文
posted @ 2012-12-06 15:31 废弃账号
阅读(90)
评论(0)
推荐(0)
mfc用odbc连接access
摘要: #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
下一页
公告