我個人是比較看重理想的人,是理想主義者,也是一個完美主義者。這種傾嚮應該是所有程式員的共通之處。很多事情,現在如果考慮起怎麼來做,一點頭緒都沒有,或者只能給你一個希望。就如我前面說的未來的軟體。但是我信奉,只要看到“那是should be”的情況,“how to be”就不是問題,因為“Everything is possible”。其實我覺得幹IT這行是需要這種超脫現實(也就是所謂的空想)的理想的,因為現實的技術總是那麼紛繁複雜,要想陷入其中,整理出頭緒,然後升華是很困難的。
Are Generics in Java Worth It? [2004-05-14 04:03:10]Is JDO A Sinking Barge? [2004-05-08 04:50:09]What is your Opinion on Portal Servers? [2004-04-30 04:52:10]What is the Best Framework for Building Portlets? [2004-04-26 04:57:54]What is the Best
from http://www.metamodel.com/staticpages/index.php?page=20021010231056977IntroductionAbout ten years ago, it was fairly clear what metamodeling was. The community of practitioners was small, everyone knew everyone, and while this community — like
We can only speculate, but here are some commonly mentioned reasons:Its time has come. Metamodeling has been around at least since the late 1980s, but with the advent of the Internet and business integration, data integration is obviously a
因為沒有找到如何在ComboBox和ListBox中的item附加tag的辦法,所以自己添加了一下。主要是實驗一下如何用部落格園新加的代碼高亮這個酷酷的功能:public class FlexComboBox : System.Windows.Forms.ComboBox { private System.Collections.ArrayList ItemValues = new System.Collections.ArrayList(); public v
Testing GUI's is hard, and isn't always worth the extreme effort. By separating the pure GUI from the guts of the application, you can easily add and test business features without involving the GUI.這是我從Pragmatic Unit Testing in C# with