摘要:
import java.io.*;//多线程编程 public class multithread { public static void main(string args[]) { system.out.println("我是主线程!"); //下面创建线程实例thread1 threaduseextends thread1=new threaduseextends(); //创建threa......
摘要:
<%-- author:diegoyun date:2005-1-21 desc:jsp test page--%><%@ page contenttype="text/html; charset=gbk" %><%@ page import="java.util.enumeration, java.util.iterator, java.util.collec......
J2EE deployment files(ejb-jar2.0.xml)
<ejb-jar>
摘要:
昨天在开发一个给java class添加static final long serialversionuid属性的eclipse插件时需要用到获取选中的java类型(itype)对应的class,由于是第一次写插件,花了不少时间来看帮助和相关资料才解决这个问题,最后总结了一下,写了一个classhelper类,方便以后再写其他插件时可以使用。classhelper.java
p......