摘要: private void copyBigDataToSD(String strOutFileName) throws IOException{ File fData = new File(strOutFileName); try{ if (!fData.exists()){ //not exist, 阅读全文
posted @ 2016-10-13 11:48 Taily_老段 阅读(140) 评论(0) 推荐(0) 编辑
摘要: http://www.sodocs.net/doc/8a891ee9856a561252d36faa-4.html 阅读全文
posted @ 2016-10-12 15:57 Taily_老段 阅读(400) 评论(0) 推荐(0) 编辑
摘要: 在Android2.3 gingerbread系统中,google提供了11种传感器供应用层使用。 ? 1 2 3 4 5 6 7 8 9 10 11 #define SENSOR_TYPE_ACCELEROMETER 1 //加速度 #define SENSOR_TYPE_MAGNETIC_FIE 阅读全文
posted @ 2016-10-12 15:13 Taily_老段 阅读(430) 评论(0) 推荐(0) 编辑
摘要: sa 阅读全文
posted @ 2016-09-13 16:38 Taily_老段 阅读(338) 评论(0) 推荐(0) 编辑
摘要: 1 package com.faceplusplus.apitest; 2 3 import com.faceplusplus.api.FaceDetecter; 4 import com.faceplusplus.api.FaceDetecter.Face; 5 import com.facepp.error.FaceppParseException; 6 imp... 阅读全文
posted @ 2016-09-01 10:42 Taily_老段 阅读(243) 评论(0) 推荐(0) 编辑