0

3

回答

414 浏览

如何通过页面按钮中断服务器正在执行的循环操作[已解决]0

页面通过一个按钮<上传>请求Web服务端的一个方法,该方法是循环向WebService提交数据,由于时间可能会太长,希望通过另一个按钮<中断>来中断这个循环,不知道可否实现此功能,望大家帮忙解答,谢谢

2013年1月19日 22:57
0

10

回答

1088 浏览

debug时观察到值不一致问题[已解决]30

package demo.task; public class Test implements Runnable{ public static void main(String[] args) throws Exception { Thread thread = new Thread(new Test()); thread.start(); Thread.sleep(4000); thread.i ...

2012年4月26日 11:48

本周活跃投票用户

最新评论

Global site tag (gtag.js) - Google Analytics