欣喜指甲油

文章
6
资源
0
加入时间
2年10月24天

Date日期创建

import java.text.SimpleDateFormat;import java.util.Date;SimpleDateFormat sdf=new SimpleDateFormat("yyyy-MM-dd hh:mm:ss");String create_time=sdf.format(new Date());

Android -- SEGV_MAPERR,SEGV_ACCERR

Per siginfo.h:SEGV_MAPERR means you tried to access an address that doesn’t map to anything.SEGV_ACCERR means you tried to access an address that you don’t have permission to access.So in both cases yo