wiki


1、先找到你的工程中提供接口的类(要包含main方法)。
2、在该类中右键选择 Run as。
3、选择 Run configurations。
4、在main窗口中选择main class为本类。
5、点击Run。
6、选择你的工程,右键选择 Export。
7、在弹出的窗口中选择 runnable jar file。
8、在弹出的 runnable jar file export窗口中第一个launch configuration 中选择你刚才配置的类,第二个窗口中选择你要导出的路径

9、然后选择下一步就可以了。

java -cp ../lib/a.jar com.util.weather

cmd常用命令 cd mkdir cls alt+Enter ctrl+z_Enter

 tomcat屏蔽固定ip <Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="" deny=""/><Host>

Iterator it = mp.entrySet().iterator();
        while (it.hasNext()) {
            Map.Entry pair = (Map.Entry)it.next();
            System.out.println(pair.getKey() + " = " + pair.getValue());
            it.remove(); // avoids a ConcurrentModificationException
        }

转载于:https://my.oschina.net/k2easy/blog/618035

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值