上一页 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)
摘要: 1、打开摄像头 - (IBAction)Open:(id)sender { UIImagePickerController *picker = [[UIImagePickerController alloc] init]; if([UIImagePic... 阅读全文
posted @ 2012-12-06 15:31 废弃账号 阅读(241) 评论(0) 推荐(0)
摘要: 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)
摘要: - (IBAction)Open:(id)sender { UIAlertView* dialog = [[UIAlertView alloc] initWithTitle:@"Enter Name" message:@"" delegate:se... 阅读全文
posted @ 2012-12-06 15:31 废弃账号 阅读(127) 评论(0) 推荐(0)
摘要: UIAlertView *alert; - (IBAction)Open:(id)sender { alert = [[UIAlertView alloc] initWithTitle:@"msg" message:@"s... 阅读全文
posted @ 2012-12-06 15:31 废弃账号 阅读(98) 评论(0) 推荐(0)
摘要: 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)
摘要: _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)
摘要: 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 下一页