public static int getSixCode(){ return Double.valueOf((Math.random()*9+1)*Math.pow(10,5)).intValue();}