- 博客(8)
- 收藏
- 关注
原创 线程基础2
package com.hhr.cn.tread; public class ThreadDemo4 { public static void main(String[] args) { SellCard01 sell=new SellCard01(); new Thread(sell,"窗口1").start(); new Thread(sell,"窗口2").start(); ...
2018-05-23 21:14:53 108
原创 线程同步1
package com.hhr.cn.tread; public class ThreadDemo3 { public static void main(String[] args) { SellCard windows1=new SellCard(); SellCard windows2=new SellCard(); SellCard windows3=new SellCar...
2018-05-23 20:55:52 106
原创 shell脚本编译jar包
1:shell脚本编译jar包的入口是main函数package com.hhr.cn; public class Hello { public static void main(String[] args) { System.out.println("进入"); for (int i = 0; i < args.length; i++) { System.out....
2018-04-14 16:07:24 1204
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人