reinitialize
常见例句
- Reinitialize and reuse objects to avoid new object construction.
重复初始化和重复使用对象以避免创建新的对象。 - The next step would be to attempt reinitialize the drive using SYS command that hopefully is on your boot diskette by entering SYS C: from your A: drive.
接着就要试着用SYS命令来重新对驱动器进行初始化,但愿该命令是在你的启动盘里,在A:驱动器下键入SYS C:。
blog.sina.com.cn - They’ll ensure that state will be serializable, or otherwise easily re-creatable, so that after dropping a classloader, there is no need to reinitialize anything.
它们要确保状态是可序列化的,否则就是要很容易可重创建的,这样的话在扔掉一个类加载器之后,就不存在任何需要重新初化的东西了。 - Initialization. A very common bug is to initialize a variable. Go through a loop, and then forget to reinitialize it when it needs to be reinitialized again.
忘记初始化,忘记初始化变量是一个很常见的错误,运行完一个循环之后,当需要再次初始化时。
麻省理工公开课 - 计算机科学及编程导论课程节选 返回 reinitialize