会员
众包
新闻
博问
闪存
赞助商
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)
IOS调取系统摄像头并拍照
摘要: 1、打开摄像头 - (IBAction)Open:(id)sender { UIImagePickerController *picker = [[UIImagePickerController alloc] init]; if([UIImagePic...
阅读全文
posted @ 2012-12-06 15:31 废弃账号
阅读(241)
评论(0)
推荐(0)
Gsoap
摘要: 1.create 命令wsdl2h -o a.h up.WSDLsoapcpp2.exe -C -x a.h2.添加文件soapTestSoap12Proxy.hsoapTestSoapProxy.hsoapH.hsoapStub.hstdsoap2.hsoapClientLib.cppso...
阅读全文
posted @ 2012-12-06 15:31 废弃账号
阅读(190)
评论(0)
推荐(0)
UIAlertView添加textField
摘要: - (IBAction)Open:(id)sender { UIAlertView* dialog = [[UIAlertView alloc] initWithTitle:@"Enter Name" message:@"" delegate:se...
阅读全文
posted @ 2012-12-06 15:31 废弃账号
阅读(127)
评论(0)
推荐(0)
IOS AlertView 自动消失
摘要: UIAlertView *alert; - (IBAction)Open:(id)sender { alert = [[UIAlertView alloc] initWithTitle:@"msg" message:@"s...
阅读全文
posted @ 2012-12-06 15:31 废弃账号
阅读(98)
评论(0)
推荐(0)
CFile读取图片文件Byte
摘要: CFile cfile; cfile.Open(_T("aa.jpg"),CFile::modeRead|CFile::typeBinary); int dwLo=(int)cfile.GetLength(); BYTE *pss=new BYTE[dwLo]; ZeroMemory(pss,dw...
阅读全文
posted @ 2012-12-06 15:31 废弃账号
阅读(210)
评论(0)
推荐(0)
GSoap根据filename读取图片byte
摘要: _ns1__FileUpload request; request.fileNameGuid = &std::string(fileName.GetBuffer(0)); CFile cfile; cfile.Open(fileName,CFile::modeRead|CFile::typeBin...
阅读全文
posted @ 2012-12-06 15:31 废弃账号
阅读(99)
评论(0)
推荐(0)
Unity3d 截屏
摘要: 1.js脚本(添加到ARCamera上) #pragma strict function Start () {} function Update () {} function ScreenImage(){Application.CaptureScreenshot("Screensho...
阅读全文
posted @ 2012-12-06 15:31 废弃账号
阅读(100)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
25
下一页
公告