??δ?????????java???
???????????? ???????[ 2014/10/10 11:06:15 ] ????????Java ???
?????????????????????????Runnable???????????????????
????Runnable myRunnable = new Runnable(){
????public void run(){
????System.out.println("Runnable running");
????}
????}
????Thread thread = new Thread(myRunnable);
????thread.start();
?????????????????Runnable????
????????????????????ò???????????????????????????????????????????????????Runnable????????????????????????Ч??????????Runnable?????????????????????μ????????????У??????????г???????????????????????Thread????????????????Щ??
????????????????????Runnable????Thread???????????????磬?????Thread??????????????ж???????Runnable??????????????????????????
????????????????run()????????start()????
??????????????????????????????????????????run()????????start()???????????????
????Thread newThread = new Thread(MyRunnable());
????newThread.run(); //should be start();
?????????????о???????????????run()???????????????????????????????????run()???????????????????????????е????????????????????????????????????????????д???????????е????????????????????run()???????????????????start??????
?????????
?????????????????????????????????????????????????????????????????磺????ж?????д??System.out?????????????????????????????????????????????????£? ??????????????New Thread
????MyRunnable runnable = new MyRunnable();
????Thread thread = new Thread(runnable?? "New Thread");
????thread.start();
????System.out.println(thread.getName());
?????????????????MyRunnable????Thread??????????MyRunnable?????getName()????????????????·?????????????????
????Thread.currentThread();
??????????????′??????????????????????????????????main ????????????????????
????String threadName = Thread.currentThread().getName();
???????????????
?????????????СС?????????????????main()??????????????????JVM???????????10???????????1~10??????????????????????????
????public class ThreadExample {
????public static void main(String[] args){
????System.out.println(Thread.currentThread().getName());
????for(int i=0; i<10; i++){
????new Thread("" + i){
????public void run(){
????System.out.println("Thread: " + getName() + "running");
????}
????}.start();
????}
????}
????}
??????????????????????????????????????????е????????????????????1???????????????????????????????????????????????????????????ж????????Jvm????????????????????????????????????????????????μ??
???????????????????????漰???????????????????SPASVOС??(021-61079698-8054)?????????????????????????
??????
Java???????????Щ???????????????Java????????????????Java?б???Map????????Java Web???????????????Java??????????????д?????Java????????7???????????????????????(java .net ?????)???Java??????????Python??????Java webdriver??λ????????′????е?????Java??д??????????????????Java???????????????JavaScript????????????Java?????????????????? Java???????10??????????????Java?м????????????????java???????ü???????????м???????????????????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11????????
?????????App Bug???????????????????????Jmeter?????????QC??????APP????????????????app?????е????????jenkins+testng+ant+webdriver??????????????JMeter????HTTP???????Selenium 2.0 WebDriver ??????