摘要:
about me:amory pepelu SimpleDateFormat("yyyy-MM-dd hh:mm:ss")sdf.format(new Date()) 文本过滤:editText.setFilters(new InputFilter[] { new InputFilter.Lengt 阅读全文
摘要:
异常:如果不处理就抛出,最终系统就会处理,并终止程序。添加try catch ,异常出现后,异常后面的代码仍然可以继续得到执行。自定义异常:先创建一个自定义异常类extends Exception :1 public class SException extends Exception {2 ... 阅读全文