如下面的代码段所示,这需要维护一个计数器,以便能够知道什么时候进行提交并写日志记录,这个计数器不考虑导致异常的行。
As shown in the code snippet below, this requires keeping a counter so you know when to commit and write a log record, taking care not to count rows that cause an exception.
例如,为了防止重复提交表单,我们需要在服务器端保存一个计数器。
For example, in order to prevent duplicate submission form, we need to save a counter on the server side.
已提交但尚未被生成器拾取的批事件数。此计数器在应用程序启用后将定期更新。
The number of event batches committed but not yet picked up by the generator. This counter is updated periodically when the application is enabled.
应用推荐