counter-type
基本解释
- adj.计数式的
英汉例句
- You might use this counter type to track the number of orders received as a 32-bit number.
您可能需要使用此计数器类型跟踪接收的订单数,该数字为32位。 - You might use this counter type to track the orders received per second on a retail site; stored as a 32-bit number.
您可能需要使用此计数器类型跟踪零售站点每秒接收的订单数;存储为32位数字。 - You might use this counter type to calculate the average time an order takes to be processed; stored as a 32-bit number.
您可能需要使用此计数器类型计算处理一份订单所需的平均时间;存储为32位数字。 - You might use this counter type to track orders for a site that experiences very high volume; stored as a 64-bit number.
您可能需要使用此计数器类型跟踪订单量很大的站点的订单;存储为64位数字。 - You might use this counter type to track the orders per second for a site that experiences very high volume; stored as a 64-bit number.
您可能需要使用此计数器类型跟踪订单量很大的站点每秒钟的订单;存储为64位数字。