Wednesday, April 6, 2011 at 17:40 | Post a CommentSharePoint "Unknown Error": How to Show All theDetailsin Batch Automation / .NET Programmability, Ex...
分类:
其他好文 时间:
2014-09-05 18:07:01
阅读次数:
164
情况描述:
打开Eclipse,先启动模拟器,手机再连接上,运行程序,发现出现officeline unknow,并且控制台打印:
[2014-09-05 10:42:27 - DeviceMonitor] Adb connection Error:远程主机强迫关闭了一个现有的连接。
[2014-09-05 10:42:28 - DeviceMonitor] Connection attem...
分类:
其他好文 时间:
2014-09-05 11:23:41
阅读次数:
321
服务器端PHP文件connect.php:IOS段解析:- (IBAction)clickbutton:(id)sender { [NSThread detachNewThreadSelector:@selector(getjasonstring) toTarget:self withObje...
分类:
移动开发 时间:
2014-09-04 23:29:30
阅读次数:
189
[root@oracle11gr2Packages]#sysctl-pnet.ipv4.ip_forward=0net.ipv4.conf.default.rp_filter=1net.ipv4.conf.default.accept_source_route=0kernel.sysrq=0kernel.core_uses_pid=1net.ipv4.tcp_syncookies=1error:"net.bridge.bridge-nf-call-ip6tables"isanunknownkeyerror:"..
分类:
其他好文 时间:
2014-09-04 19:17:30
阅读次数:
209
一、使用selector对数组进行排序(无返回) 数组 book 中包含 AddressCard对象。 1.对数组调用 sortUsingSelector方法1 -(void) sortByName2 {3 SEL s = @selector(compareName:);4 [b...
分类:
其他好文 时间:
2014-09-04 16:55:49
阅读次数:
197
各种语言都有些传递函数的方法:C语言中可以使用函数指针,C++中有函数引用、仿函数和lambda,Objective-C里也有选择器(selector)和block。不过由于iOS SDK中的大部分API都是selector的方式,所以本文就重点讲述selector了。Objective-C和我接触...
分类:
其他好文 时间:
2014-09-04 11:44:29
阅读次数:
258
UIApplication *app = [UIApplication sharedApplication]; [app performSelector:@selector(suspend)]; //wait 2 seconds while app is going background [NST....
分类:
移动开发 时间:
2014-09-04 09:38:27
阅读次数:
183
LeetCode: Search in Rotated Sorted ArraySuppose a sorted array is rotated at some pivot unknown to you beforehand.(i.e., 0 1 2 4 5 6 7 might become 4 ...
分类:
其他好文 时间:
2014-09-03 23:57:17
阅读次数:
467
今天使用gitstats分析git repo的活动信息,发现其内部使用gnuplot,结果发现无法生成png图片,进入gnuplot的shell发现无法设置png格式输出。如下gnuplot> set term png ^ unknown or am...
分类:
其他好文 时间:
2014-09-03 22:28:47
阅读次数:
470
调用一次计时器方法:[cpp]view plaincopymyTimer=[NSTimerscheduledTimerWithTimeInterval:1.5target:selfselector:@selector(scrollTimer)userInfo:nilrepeats:NO];//不重复...
分类:
移动开发 时间:
2014-09-03 13:00:46
阅读次数:
234