http://www.lsmchinese.org/big5/07online_reading/a&c/issues/1-2/1203.htm

questioner 發表在 痞客邦 留言(0) 人氣()

=====NEWWEBPICK.com--Super Pick Of The World=====
American Design Awards Graphic and Web Design Awards and Competitions - San Diego, California
Best Flash Sites - Best Flash Animation Site.com V2.2

questioner 發表在 痞客邦 留言(0) 人氣()

教育學者說:生小孩還要養他,養他還要教育他,這樣才是為人父母要做的事情
程式設計師說:寫了個程式,就要去維護他,除了維護他,還要幫助他成長,並且讓他有被了解的權利

questioner 發表在 痞客邦 留言(0) 人氣()

今天忽然想這個問題,上網找了一下資料,發現學術研究一堆,可是產品很像很少...這個應該要去做出來,然後大家將做太陽能版本的FON了.....
出處:http://www.greenpeace.org/china/ch/campaigns/stop-climate-change/solutions/solar-sunlight-to-energy
 

questioner 發表在 痞客邦 留言(0) 人氣()



questioner 發表在 痞客邦 留言(1) 人氣()

以前在環安的日子,胡思亂想的東西,或許抽象,但在方法上與目標上,漸漸可以看到很多成形的東西,不過覺得後來衍生出來的詞就是比較容易讓人接受.....
來到ATC之後,今年年初的很多討論,都慢慢在年中過後看到很多文章介紹,不過是別人的介紹與切入的觀點就是比較順理成章,這點就是應該要學習的.....

questioner 發表在 痞客邦 留言(0) 人氣()

(1) [Serializable()] //Set this attribute to all the classes that you define to be serialized
    public class Serializeclass : ISerializable
(2)     Stream stream = File.Open("Serializeclass", FileMode.Create);
            BinaryFormatter bformatter = new BinaryFormatter();
            bformatter.Serialize(stream, sc);
            stream.Close();
(3) stream = File.Open("Serializeclass", FileMode.Open);
            bformatter = new BinaryFormatter();
 物件可以serialized自己,但是無法de-serialized自己(除非透過一個空殼子)

questioner 發表在 痞客邦 留言(0) 人氣()

http://en.wikipedia.org/wiki/List_of_Google_services_and_tools

questioner 發表在 痞客邦 留言(0) 人氣()


Download the eclpise
Use eclpise CVS to import the plugin and app parts from higgins
Use eclpise software update to update the emf, ecf and emft plug-ins.
Modify the error message
  • make setup-method to become public


    1. use MANIFEST.MF to extend some methods need by emf.higgins


    questioner 發表在 痞客邦 留言(0) 人氣()

    http://www.codinghorror.com/blog/archives/000542.html
    與系統核心(尤其是有硬體有關的或是與作業系統的程式)還是用native codeing比較好。
    但是如果要放在網路上的應用,還是考量一下系統架構跟程式維護的便利性吧。

    questioner 發表在 痞客邦 留言(0) 人氣()

    比較 managed & unmanaged code的執行效能
    results shows that the optimization switches in managed C++ and C# have relatively small effects, and that there is only a 2% difference between managed and unmanaged code. Significantly, C# code is as good, or better than managed C++ or C++/CLI which means that your choice to use a managed version of C++ should be based on the language features rather than a perceived idea that C++ will produce 'more optimized code'.
    http://www.grimes.demon.co.uk/dotnet/man_unman.htm

    questioner 發表在 痞客邦 留言(0) 人氣()

    http://www.shadows.com/
    Discover the web you've always wanted but could never find!
    Shadows is the link-sharing website for people. By people. With Shadows, you have the power to discover the web's most fascinating content – the most interesting pages saved, discussed, and rated by you, your friends, and the Shadows community.

    questioner 發表在 痞客邦 留言(2) 人氣()

    Blog Stats
    ⚠️

    成人內容提醒

    本部落格內容僅限年滿十八歲者瀏覽。
    若您未滿十八歲,請立即離開。

    已滿十八歲者,亦請勿將內容提供給未成年人士。