现场粘贴的同类饰面砖的粘贴强度检验,每组可有一个试样的粘贴强度不小于0.4MPa,但不应小于0.3MPa。
参考答案:对
With a lot of assignment ________, little Tom still feels very easy.
A.do
B.done
C.doing
D.to do
下列程序的功能是显示用户在命令行方式下指定的任意驱动器目录,请补充程序。 import java.iO.*; public class FindDirectories { public static void main (String args[ ]) { if(args.length= =0) args=new String[ ]".."}; try { File pathName=new File(args [0]); String[]fileName=pathName.list( ); for(int i=0;<fileName.length;i+ += { File f=new 【 】 if(f.isDirectory( )) { System.out.println(f.getCanonicalPath( )); main(new String[ ] { f.getPath( ) }); } } = catch(IOException e) { e.printStackTrace( ); } = =