上一页 1 ··· 55 56 57 58 59 60 61 62 63 ··· 69 下一页
摘要: http://krish.codeworth.com/development/developer/ios-interview-questions-with-answers/http://www.geekinterview.com/Interview-Questions/iOShttp://www.applausible.com/blog/?p=654 阅读全文
posted @ 2012-09-09 21:35 zyip 阅读(205) 评论(0) 推荐(0)
摘要: MultiColumnTableViewForiOS for iOShttp://www.cocoacontrols.com/platforms/ios/controls/multicolumntableviewforioshttp://www.cocoacontrols.com/platforms/ios/controls/scrollable-multicolumn-table-for-ipadDrawing a Grid in a UITableViewhttp://usxue.is-programmer.com/posts/14176.html 阅读全文
posted @ 2012-09-09 21:34 zyip 阅读(212) 评论(0) 推荐(0)
摘要: crystal report 导入/插入图片时没反应Crystal Reports will insert certain images but not othersAfter messing with this problem all day, I found out it’s a bug in the Crystal Reports IDE.Here’s how to duplicate the issue:Right click on your report and select Insert >> PictureDouble-click on the image that 阅读全文
posted @ 2012-09-07 09:21 zyip 阅读(491) 评论(0) 推荐(0)
摘要: windows 2008/win8 iis aspnet_iisreg.exe 0x8007000BOpen a Command Prompt Window打开一个命令提示符窗口Change directory to: c:\windows\Microsoft.NET\Framework64\v2.0.50727更改目录:C:\ WINDOWS \ Microsoft.NET \框架64\ V2.0.50727Run the following command: aspnet_regiis.exe /i运行以下命令:Aspnet_regiis.exe的/我 阅读全文
posted @ 2012-09-06 13:36 zyip 阅读(898) 评论(0) 推荐(0)
摘要: 1.观察两个类classA{protectedinti=0;publicA(){i=1;}publicvoidP(){System.Console.WriteLine("P:"+i.ToString());}publicvirtualvoidVP(){System.Console.WriteLine("VPinA:"+i.ToString());}}classB:A{publicB(){i=2;} public B(int i)// public B(int i) = public B(int i):base(){//this.i=i;//keepthi 阅读全文
posted @ 2012-08-30 09:56 zyip 阅读(1109) 评论(3) 推荐(0)
摘要: -(void)viewDidLoad{[superviewDidLoad];//Doanyadditionalsetupafterloadingtheview,typicallyfromanib.UITapGestureRecognizer*doubleTap=[[UITapGestureRecognizeralloc]initWithTarget:selfaction:@selector(tapDetected:)];doubleTap.numberOfTapsRequired=2;[self.viewaddGestureRecognizer:doubleTap];UIPinchGestur 阅读全文
posted @ 2012-08-29 16:14 zyip 阅读(446) 评论(0) 推荐(0)
摘要: VX3VY-8GCVT-KJQCY-RQ99X-MCF2Rhttps://www.microsoft.com/visualstudio/registration/product?key=7FD7A672-E418-4467-8EC8-D8C0F795911F 阅读全文
posted @ 2012-08-27 12:49 zyip 阅读(1044) 评论(0) 推荐(0)
摘要: //#import "/usr/include/sqlite3.h"//add this to your header of code-(void)saveData{sqlite3_stmt*statement;constchar*dbpath=[databasePathUTF8String];if(sqlite3_open(dbpath,&contactDB)==SQLITE_OK){NSString*insertSQL=[NSStringstringWithFormat:@"INSERTINTOCONTACTS(name,address,phone)V 阅读全文
posted @ 2012-08-25 20:59 zyip 阅读(308) 评论(0) 推荐(0)
摘要: -(void)willAnimateRotationToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientationduration:(NSTimeInterval)duration{if(toInterfaceOrientation==UIInterfaceOrientationLandscapeLeft||toInterfaceOrientation==UIInterfaceOrientationLandscapeRight){self.firstButton.frame=CGRectMake(20,20,482,7 阅读全文
posted @ 2012-08-25 20:50 zyip 阅读(202) 评论(0) 推荐(0)
摘要: Export a datatable to Excel and save as fileDimCurrentCIAsSystem.Globalization.CultureInfo=System.Threading.Thread.CurrentThread.CurrentCultureSystem.Threading.Thread.CurrentThread.CurrentCulture=NewSystem.Globalization.CultureInfo("en-US")If(tmpDataTableIsNothing)ThenReturnEndIfDimrowNumA 阅读全文
posted @ 2012-08-24 12:43 zyip 阅读(383) 评论(0) 推荐(0)
上一页 1 ··· 55 56 57 58 59 60 61 62 63 ··· 69 下一页