摘要:
1、/** * All possible chars for representing a number as a String */ final static char[] digits = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9... 阅读全文
摘要:
错误描述:java.lang.IllegalStateException: You need to use a theme.appcompat theme (or descendant) with this activity产生原因:Activity继承自AppCompatActivity,在sty... 阅读全文