reinitializes造句
例句与造句
- reinitializes settings after a device is reset
在重置设备后对设置重新进行初始化。 - reinitializes an existing component
重新初始化现有组件。 - reinitializes the disk controller and determines the hard disk parameters
重新初始化磁盘控制器并设置硬盘参数。 - reinitializes the disk controller and determines the hard disk parameters
重新初始化磁盘控制器,并确定硬盘参数。 - method reinitializes the
方法将重新初始化 - It's difficult to find reinitializes in a sentence. 用reinitializes造句挺难的
- method reinitializes the stored values of the specified application settings group
方法重新初始化指定应用程序设置组的存储值。 - finally, it decreases the size back to its original value and reinitializes all the array elements
最后,它会将大小重新减小到其原始值,并重新初始化所有数组元素。 - response job reinitialize subscriptions on data validation failure reinitializes a subscription successfully
响应作业“数据验证失败时重新初始化订阅”成功重新初始化订阅。 - when the job executes, it uses a remote procedure call to a stored procedure that reinitializes the subscription
。作业执行时,它将把远程过程调用(rpc)用于重新初始化订阅的存储过程。 - if articles in a merge publication fail validation, the response job reinitializes all articles in the publication
如果合并发布中的项目未通过验证,响应作业将重新初始化发布中的所有项目。 - if articles in a transactional publication fail validation, the response job reinitializes only those articles that failed
如果事务性发布中的项目未通过验证,响应作业将只重新初始化那些未通过验证的项目。 - junit reinitializes all fields for each and every method executed, so pulling test data out of fields and into local variables can speed things up significantly when the fields aren t used by every method in the test class
junit会重新初始化每个执行方法的全部字段,所以如果不是测试类的每个方法都用的字段,那么把测试数据从字段中拿出来放在本地变量中,可以显著提高速度。