年底了,公司同事們推舉做了優秀員工,準備去北京走一趟,所以周末就在想帶點什麼東西去,結果跑到八卦嶺去找了一下書,本來想買《期限》的,結果只看到《與熊共舞》,就順便拿了回來(當然是付錢的),突然看到《joel on software》的中文版,早在網上看到說翻譯的很差,可忍不住還是買了回來,先湊合翻一翻吧,英語不好,先熟了再找英語的看,另外《領域驅動設計》在網上看到有中文版,可以沒找到。
Study: No added cancer risk from mobile phones 研究:手機不會增加患癌的危險Friday, January 20, 2006 Posted: 1052 GMT (1852 HKT) LONDON, England (Reuters) -- Using a mobile phone does not increase the risk of developing the most common type of brain tumor,
"You can not help but get a big flash when objects meet at 23,000 miles per hour," said Deep Impact co-investigator Dr. Pete Schultz of Brown University, Providence, R.I. "The heat produced by impact was at least several thousand degrees Kelvin and
最近在搞一些javascript的東西,由於系統完全是基於設定檔的,所以一些javascript的函數名或者函數代碼直接寫在了設定檔當中。Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->
Study: Teens optimistic about innovation研究: 未成年人對創新很樂觀Thursday, January 12, 2006 Posted: 1616 GMT (0016 HKT) BOSTON, Massachusetts (AP) -- Teenagers have some seemingly high expectations about what technology might bring over the next decade,
通常情況下我們關閉一個WCF連結都是簡單地寫把ICommunicationObject.Close()方法,但是這個方法有個問題就是當調用發生異常時,Close()會發生次生的異常,導致連結不能正常關閉。如果當這種異常很多時,必然對系統的穩定性有很大的影響,所以我們必須要考慮異常發生後如何關閉連結的問題。我們可以寫一個擴充來專門關閉WCF連結,而不是使用原來的CloseCode highlighting produced by Actipro CodeHighlighter (freeware)
write by PanQi@Ultrapower 摘要:SipSnoop用於監聽Response和Request的SIP訊息,是LCS2005內建的一款非常酷的應用程式,雖不及Ethereal強大,但也足以滿足一般監聽,本文將對其核心方法進行分析。 l 知識點: [MSPL]內建變數sipRequest:sipRequest變數包含了當前從Live Communications Server到應用程式的SIP請求訊息。