romADC 2 Support <adc-round2@google.com>to........@gmail.comdateFri, Nov 6, 2009 at 4:03 AMsubjectADC 2 Round 1 Results for 'Wifi Analyzer for ADC2'mailed-bydhcp-172-31-155-195.sfo.corp.google.comhide details 4:03 AM (4 hours ago) Thank you
/** * Get the boundary of a view in screen coordinates. * 類似 Windows SDK 中的 GetWindowRect + ClientToScreen * @param v * @param r The result. */private void getRectInScreen(View v, Rect r) {final int w = v.getWidth();final int h =
一直以為Delphi中沒有分割字串的函數,以前曾經自己寫過,也用過RegExpr來分割,今天無意中發現Delphi本身就有ExtractStrings,而且功能還不弱,分割的同時還可以去Null 字元串和去空白(可以自訂).ExtractStrings Routine Fills a string list with substrings parsed from a delimited list.Unit Syntax [Delphi] function
空格微軟推出的案頭搜尋被命名為“Windows Live Search",有趣的是在此之前微軟已經推出了一個“Windows Live Search”!!很明顯,這是兩個不同的產品。兩個不同的產品卻有著完全相同的名字,不能不令人費解,於是有人說我們應該把案頭版的Live Search稱作“Windows Live Search A“,把另一個稱作”Windows Live Search S“!更有人說這是 Worst Microsoft Product Name Ever 。
GetExitCodeProcess 看似可以,但是仔細看MSDN,有這麼一句話:“Warning If a process happens to return STILL_ACTIVE (259) as an error code, applications that test for this value could end up in an infinite loop.” 很明顯,我們不能保證一個進程不會返回一個STILL_ACTIVE