先說這是一篇抒情文!!!
年過25之後相信大家都會漸漸發現,
有些我們從小相識以為不會變的東西,
變化之大讓我們再也認不得了。
...
...
...
...
...
...
原諒我文筆不好,還是用畫的比較快!
( 很閒的準備了可著色的版本 歡迎取用 )
在此內容中無法使用要求
描述: 在執行目前 Web 要求的過程中發生未處理的例外情形。請檢閱堆疊追蹤以取得錯誤的詳細資訊,以及在程式碼中產生的位置。
例外詳細資訊: System.Web.HttpException: 在此內容中無法使用要求
原始程式錯誤:
在執行目前 Web 要求期間,產生未處理的例外狀況。如需有關例外狀況來源與位置的資訊,可以使用下列的例外狀況堆疊追蹤取得。
View from the ISS at Night from Knate Myers on Vimeo.
Every frame in this video is a photograph taken from the International Space Station. All credit goes to the crews on board the ISS.
I removed noise and edited some shots in photoshop. Compiled and arranged in Sony Vegas.
Music by John Murphy - Sunshine (Adagio In D Minor)
http://itunes.apple.com/us/album/sunshine-music-from-motion/id297702863
Image Courtesy of the Image Science & Analysis Laboratory,
NASA Johnson Space Center, The Gateway to Astronaut Photography of Earth
http://eol.jsc.nasa.gov
Redundant Object.ToString() call其實就是個很簡單的多了一次多餘的ToString(),有些人會覺得,應該差不了多少吧,所以也不會care....其實不少人看見warning都不管的 -_-
Process proc = Process.GetCurrentProcess(); string str = "1"; string sTarget; TimeSpan sTime=proc.TotalProcessorTime; for (int i = 0; i < 100000000; i++) //100,000,000 { sTarget = str; //change here } Console.WriteLine(proc.TotalProcessorTime-sTime); Console.ReadLine();這樣跑了五次做,平均時間是0.26832172 sec