2015年9月15日

摘要: 1 NSError *error = nil; 2 NSData* videoData = [NSData dataWithContentsOfURL:[NSURL URLWithString:self.recordFilePath] options:0 error:&error]; 3 ... 阅读全文
posted @ 2015-09-15 14:04 decwang 阅读(950) 评论(0) 推荐(0) 编辑
 
摘要: 方法1,在代码中操作this.totalTextview = (TextView) findViewById(R.id.package_total_money); double decimalBalance = Math.round((balance/10f))/100f; DecimalF... 阅读全文
posted @ 2015-09-15 09:31 decwang 阅读(2596) 评论(0) 推荐(0) 编辑