mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-13 03:11:42 +08:00
批量更新数据
This commit is contained in:
@@ -16,7 +16,9 @@ process_id is the ID of a process running on the machine with ID machine_id.
|
||||
activity_type is an ENUM (category) of type ('start', 'end').
|
||||
timestamp is a float representing the current time in seconds.
|
||||
'start' means the machine starts the process at the given timestamp and 'end' means the machine ends the process at the given timestamp.
|
||||
The 'start' timestamp will always be before the 'end' timestamp for every (machine_id, process_id) pair.</pre>
|
||||
The 'start' timestamp will always be before the 'end' timestamp for every (machine_id, process_id) pair.
|
||||
It is guaranteed that each (machine_id, process_id) pair has a 'start' and 'end' timestamp.
|
||||
</pre>
|
||||
|
||||
<p> </p>
|
||||
|
||||
|
Reference in New Issue
Block a user