由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Re: Is there any way to uniquely identif
相关主题
List, LinkedList and Vectorthread independent on a single-cpu machine?
VECTOR一问Thread对应的input和output问题
help: 两个Java的问题multi-threading guru们 (转载)
Is there any way to uniquely identify a thread?多少个thread 就算不正常?
web service returns HashMap that contains multiple ArrayList怎么学multithreading/concurrency?
Re: How to lock a file and detect a thread is over?one multi-threading question
[转载] 现在还有什么OS不是THREAD级调度的吗?Stupid IBM JVM: operator precedence
java thread question在一个函数里把arraylist设为null 但是有问题
相关话题的讨论汇总
话题: identif话题: uniquely话题: way
进入Java版参与讨论
1 (共1页)
xt
发帖数: 17532
1

1) Why don't you give unique names?
2) Can you keep track of all the threads created, such as using an ArrayList
or Vector? Then you can do if( thread==arrayList.get(i) ) {...}
1 (共1页)
进入Java版参与讨论
相关主题
在一个函数里把arraylist设为null 但是有问题web service returns HashMap that contains multiple ArrayList
我想把一个Arraylist转成String[]Re: How to lock a file and detect a thread is over?
[转载] javascript怎么访问JSP里的arraylist?[转载] 现在还有什么OS不是THREAD级调度的吗?
Java里有没有象cell array一样的东西java thread question
List, LinkedList and Vectorthread independent on a single-cpu machine?
VECTOR一问Thread对应的input和output问题
help: 两个Java的问题multi-threading guru们 (转载)
Is there any way to uniquely identify a thread?多少个thread 就算不正常?
相关话题的讨论汇总
话题: identif话题: uniquely话题: way