【简答题】
A、A、tar -czvf test1 test2 test.gz B、B、tar -czvf test.gz test1 test2 C、C、tar test.gz test1 test2 D、D、tar test1 test2 test.gz
A、Open〞c:\test\test.txt〞ForAppendAs#512 B、Open〞c:\test\test.txt〞ForAppendAs#511 C、Open〞c:\test\test.txt〞ForOutputAs#511 D、Open〞c:\test\test.txt〞ForOutputAs#512
A、取消更新表TEST2中的NAME值 B、更新之前保证TEST2中有ID为2的记录 C、取消更新表TEST2中ID为2的记录的NAME值 D、更新操作完成之后赋给NAME原来的旧值
A、 x = 0 B、 x = 42 C、 Compilation fails because of an error in line 2 of class Test2. D、 Compilation fails because of an error in line 3 of class Test1. E、 Compilation fails because of an error in line 4 of class Test2.