摘要:
UILocalNotification *notification=[[UILocalNotification alloc] init]; if (notification!=nil) { NSDate *now=[NSDate new]; //notification.fireDate=[now addTimeInterval:period]; notification.fireDate = [now dateByAddingTimeInterval:period]; NSLog(@"%d",period); notification.time... 阅读全文
阅读排行榜
poj-2503 Babelfish
2012-03-14 02:28 by java环境变量, 342 阅读, 收藏,
摘要:
BabelfishTime Limit:3000MSMemory Limit:65536KTotal Submissions:22593Accepted:9698DescriptionYou have just moved from Waterloo to a big city. The people here speak an incomprehensible dialect of a foreign language. Fortunately, you have a dictionary to help you understand them.InputInput consists of 阅读全文
是什么让Foursquare颇具钱景?
2011-11-30 10:10 by java环境变量, 342 阅读, 收藏,
摘要:
当有人问你Foursquare是什么? 如果你的答案是Foursquare是一家基于用户地理位置信息的手机服务网站,并鼓励手机用户同他人分享自己当前所在地理位置等信息。 估计你是照着百科读的。 没错,上面那个解释确实是百度百科的。 在与一些互联网从业者聊到这个话题时,很多人给出的答案,不就是一个签到网站吗。 确实,国外媒体曾经有一个通俗的类比。Twitter吸引用户的动力是 “What are you doing?”,Foursquare则是“Where are you?” Where are you不就是签到吗? 但是如果仅仅是签到的价值,我想Foursquare根本就不会估值... 阅读全文
让uiscrollview跳转到指定的页显示(y值)
2011-11-15 14:40 by java环境变量, 342 阅读, 收藏,
摘要:
scrollView.contentSize =CGSizeMake(scrollView.frame.size.width, 960);[scrollView scrollRectToVisible:CGRectMake(0,100, scrollView.frame.size.width,scrollView.frame.size.height)animated:NO];[scrollViewscrollRectToVisible:CGRectMake(0, 200,scrollView.frame.size.width,scrollView.frame.size.height)anima 阅读全文
PGA的调整建议
2012-06-14 09:16 by java环境变量, 339 阅读, 收藏,
摘要:
通过10g新特性得到PGA的调整建议SELECT pga_target_for_estimate / 1024 / 1024 "PGA(MB)",pga_target_factor,estd_pga_cache_hit_percentage,estd_overalloc_countFROM v$pga_target_advice; PGA(MB) PGA_TARGET_FACTOR ESTD_PGA_CACHE_HIT_PERCENTAGE ESTD_OVERALLOC_COUNT---------- ----------------- ------------------ 阅读全文
浙公网安备 33010602011771号