- 浏览: 87144 次
- 性别:
最新评论
-
alexgreenbar:
function User(name) { this.n ...
javascript里的函数调用模式 -
alexgreenbar:


VM arguments to start runtime workbench -
robbin:
我也是第一次知道say命令,确实不错,哈哈
Macbookpro 初印象 -
alexgreenbar:
jnn 写道 欢迎成为Mac用户,记着下次喝咖啡的时候带上拉一 ...
Macbookpro 初印象 -
alexgreenbar:
plstryagain 写道欢迎交流mac使用心得。另外,大侠 ...
Macbookpro 初印象
文章列表
Finally, I've seen out "Friends" now, it's a long TV play, but if you want to improve your English, see it, it's worth you to see, also, I must agree it's the best resource to practise English I've seen, ever!
IMO, that's the only article which explain tModel in a simple but clear way. All of UDDI spces are bag of bull S.H.I.T.
http://www.codeproject.com/soap/understandingTModels.asp
Eclipse allow you to extend its functionalities by implementing its extension-point. We often write a Eclipse plugin which implement some of Eclipse's existing extension-points, e.g. if we want to contribute a popup menu for Eclipse, we need implement org.eclipse.ui.popupMenus extension-point, and fo ...
I have a generic interface like:
public interface Ia<E> {
public void add(E element);
public E get();
}
I can implement it like:
1.
public class A implements Ia {
public void add(Object element) {
}
public Object get() {
return null;
}
}
...
generic class is common so far, but generic interface is a little bit confused, the program below make concept clearly:
public interface Ia<E> {
public void add(E element);
public E get();
}
public interface Ib<T> extends Ia<T> {
public void myString();
}
p ...
I saw Refactoring to Patterns in Haidian book store last Sunday, it's awful that its name has been translated as "重构与模式",
As always, GUI has few unit tests because limited time frame, but unit test give me a good lesson today:
- I define a new extension point in Eclipse, write a couple of classes which allow me to process those extensions easily, then I write a very very simple unit test class in case somebody will sho ...
http://www.eclipsezone.com/eps/10minute-rcp/?source=archives
[url]http://www.pkblogs.com [/url]
http://www.dzone.com/rsslinks/maven_love_to_hate_or_hate_to_love.html
Any insight?
Due to embrace OSGi and make it meaningful.
In MANIFEST.MF:
Eclipse-AutoStart: true (3.1+)
Eclipse-LazyStart: true (3.2+)
Bundle-ActivationPolicy: lazy (3.3+)
Gang of Four
- 博客分类:
- Mics
http://bp3.blogger.com/_WJ-tM2mlUO4/RsWyPxn1QEI/AAAAAAAAADs/jC1BG2j2K14/s1600-h/Gang_of_Four.jpg
http://neilbartlett.name/blog/osgi-articles/
Have a meaningful life
- 博客分类:
- Mics
http://www.donews.com/Content/200708/f6b17e8e-406e-4da4-b0b6-d45ede699bab.shtm