- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试同时使用不同的类处理对象列表,但我不确定我是否朝着正确的方向前进。我已经阅读了有关 ExecutorService 和并行流的信息,但不确定这是否是正确的方法。
举个例子:
I have a publisher that collects data and places it in a list. The publisher has multiple subscribers linked to it, which need to process the data and store it in a map. The map is then built up until all the data is processed and is then stored in a database table. Each subscriber has their own table that needs to be populate in some form with the data provided. What I am trying to accomplish is distributing the list to the subscribers at the same time and once all subscribers are finished processing the next set off data is supplied and so forth until all the data has been processed for a date range.
如果有人有一些建议我可以看一下,那就太好了。
最佳答案
我会这样开始:
现在,这一切只是一个建议,还有多种其他可能的解决方案,而且是一个非常高级的解决方案,其中有许多实现细节未提及。工作时您应该保持警惕,如果情况更好,不要害怕改变路线。
关于java - 不同类同时处理对象列表的最佳方法是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56794330/
所以我有这个 UltraTicTacToe 游戏,我正在用 HTML/CSS/JS 编码。它由表中表中的表组成。当您单击 X 或 O 时,我想要突出显示您应该进入的下一个 TicTacToe 牌 ta
Some text Some more text 如何让每个 .example 的 .whatever 包含其 .test 的内容? 例如,如果代码是这样的: Som
我是一名优秀的程序员,十分优秀!