英文: Use of Thread.sleep() in JavaFx Application 问题 我尝试制作一个应用程序,其中显示一个按钮。当我点击按钮时,场景应该显示一些文本(添加一个标签)几秒...
使用CompletableFuture安全吗?异步任务的正确执行是否得到保证?
英文: Is using CompletableFuture safe? Will the correct execution of the async task be guaranteed? 问题 ...
使用Jax-RS和CDI调度任务
英文: Schedule Task with Jax-RS and CDI 问题 我正在尝试理解如何使用 Jax-RS 和 CDI 在我的项目中管理定时任务。在使用 Spring 时,我可以通过 Th...
线程数量与子任务
英文: Amount of Threads with subtasks 问题 线程池中的最佳线程数是与具体情况相关的,尽管有一个经验法则,它说 #线程数 = #CPU + 1。 然而,当涉及跨其他线程...
可以根据条件在Java中自动创建线程吗?
英文: Is it possible to automatically create Threads in java? depending on criteria 问题 import java.uti...
多个Java线程中的变量同步
英文: Variable synchronization in multiple Java Threads 问题 <br> 我的问题是关于如何使用块synchronized,我的类File...
Java,如何管理线程来读取套接字(websocket)?
英文: Java, how manage threads to read socket (websocket)? 问题 我有一个WebSocket服务器。 我的服务器为处理新连接创建一个新线程。线程在...
Java线程:run方法不读取实例方法。
英文: Java Thread: Run method does not read Instance methods 问题 public class Battle extends Thread { p...
Java:我的错误是在线程的运行方法中出现了一个找不到符号的错误?
英文: Java : My error is a cannot find symbol in run method for Threads? 问题 public class Battle extend...
Adapter.getView在Android Studio中从不被调用。
英文: Adapter.getView is never called Android Studio 问题 public class MainActivity extends AppCompatAct...
75