
J2ME
文章平均质量分 79
chefZ
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
jnlp(Java网络加载协议)原来很简单
jnlp(Java网络加载协议)原来很简单 - zmxj发表于 2005年02月22日 17:27:00 Java Network Launching Protocol (JNLP,java网络加载协议)。jnlp是什么?是java提供的一种让你可以通过浏览器直接执行java应用程序的途径,它使你可以直接通过一个网页上的url连接打开一个java应用程序.好处就不用说了,如果你的java应转载 2007-08-11 04:59:00 · 1082 阅读 · 0 评论 -
Java 5 Annotation
@Interface is similar to Interface just it is used as templates for documentation, as a standard; especially useful for team development. However, its pain on the butt - making the coding so difficul原创 2007-08-11 05:26:00 · 899 阅读 · 0 评论 -
J2ME liks
http://www.java3z.com/cwbwebhome/j2me.jsp原创 2007-08-14 01:44:00 · 835 阅读 · 0 评论 -
Java 5 Annotating an annotation
Continue the series about Java 5 Annotation ... (will be in Chinese later on when I have time)Annotating an annotation:package java.lang.annotation;public enum ElementType{ TYPE, // Cla原创 2007-08-14 01:35:00 · 763 阅读 · 0 评论