摘要: 转自:http://fei263.blog.163.com/blog/static/927937242009526112420548/- (NSString *)URLEncodedString:(NSString *)string{NSString *result = (NSStrin*)CFURLCreateStringByAddingPercentEscapes(kCFAllocatorDefault,(CFStringRef)string,NULL,CFSTR("!*'();:@&=+$,/?%#[]"),kCFStringEncodingUTF8) 阅读全文
posted @ 2011-08-11 16:09 KID 阅读(803) 评论(0) 推荐(0)
摘要: ItemUpdated event happening twice when you force Check Out optionWell, today at work, I was really confused why ItemUpdated event in the Document Library was getting called twice. Debugging, it appears that the ItemUpdating event or the ItemUpdated event occurs two times when you enable the Require. 阅读全文
posted @ 2011-08-11 11:04 KID 阅读(179) 评论(0) 推荐(0)