1·Reinitialize and reuse objects to avoid new object construction.
重复初始化和重复使用对象以避免创建新的对象。
2·To reinitialize this subscription, you must drop and recreate it.
若要重新初始化该订阅内容,必须放弃它,然后重新创建。
3·Use accessor methods instead of constructors to reinitialize the object.
使用访问函数方法代替构造函数来重新初始化对象。
4·WARNING: If you go about doing this, you better make sure you reinitialize that block of memory before going to let a different subroutine use it.
警告:如果你去做这件事,你最好确定你的内存块初始化,会让不同的子程序使用它之前。
5·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:。
6·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.
忘记初始化,忘记初始化变量是一个很常见的错误,运行完一个循环之后,当需要再次初始化时。