- Sep 04 Mon 2006 09:22
-
經綸一辭!?
http://www.lsmchinese.org/big5/07online_reading/a&c/issues/1-2/1203.htm
- Sep 02 Sat 2006 08:29
-
Design link
=====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
American Design Awards Graphic and Web Design Awards and Competitions - San Diego, California
Best Flash Sites - Best Flash Animation Site.com V2.2
- Sep 02 Sat 2006 06:38
-
教育學者說...
- Jul 22 Sat 2006 01:27
-
太陽能->冷氣...?!
今天忽然想這個問題,上網找了一下資料,發現學術研究一堆,可是產品很像很少...這個應該要去做出來,然後大家將做太陽能版本的FON了.....
出處:http://www.greenpeace.org/china/ch/campaigns/stop-climate-change/solutions/solar-sunlight-to-energy
出處:http://www.greenpeace.org/china/ch/campaigns/stop-climate-change/solutions/solar-sunlight-to-energy
- Jun 27 Tue 2006 04:48
-
很多東西漸漸成形
以前在環安的日子,胡思亂想的東西,或許抽象,但在方法上與目標上,漸漸可以看到很多成形的東西,不過覺得後來衍生出來的詞就是比較容易讓人接受.....
來到ATC之後,今年年初的很多討論,都慢慢在年中過後看到很多文章介紹,不過是別人的介紹與切入的觀點就是比較順理成章,這點就是應該要學習的.....
來到ATC之後,今年年初的很多討論,都慢慢在年中過後看到很多文章介紹,不過是別人的介紹與切入的觀點就是比較順理成章,這點就是應該要學習的.....
- Jun 21 Wed 2006 01:52
-
Serialized object in C#
(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自己(除非透過一個空殼子)
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自己(除非透過一個空殼子)
- Jun 15 Thu 2006 07:49
-
List of Google services and tools
http://en.wikipedia.org/wiki/List_of_Google_services_and_tools
- Jun 09 Fri 2006 01:22
-
How to install Higgins and Run the demo applications
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
- use MANIFEST.MF to extend some methods need by emf.higgins
- May 25 Thu 2006 06:06
-
.NET or No.Net ?
http://www.codinghorror.com/blog/archives/000542.html
與系統核心(尤其是有硬體有關的或是與作業系統的程式)還是用native codeing比較好。
但是如果要放在網路上的應用,還是考量一下系統架構跟程式維護的便利性吧。
與系統核心(尤其是有硬體有關的或是與作業系統的程式)還是用native codeing比較好。
但是如果要放在網路上的應用,還是考量一下系統架構跟程式維護的便利性吧。
- May 23 Tue 2006 07:28
-
Managed Or Unmanaged?
比較 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
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
- May 23 Tue 2006 07:23
-
share links
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.
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.
