05 2015 档案
摘要:今天学习service,然后遇到了一个force close,log中存在这个一句话:05-23 14:13:26.408: E/AndroidRuntime(17616): android.content.ActivityNotFoundException: Unable to find expl...
阅读全文
摘要:学习android的过程中,尝试新功能,结果出现了这个一个error:05-21 15:38:52.745: E/AndroidRuntime(17608): java.lang.RuntimeException: Unable to start activity ComponentInfo{com...
阅读全文
摘要:Android开发EditText属性 EditText 官网链接 EditText继承关系:View-->TextView-->EditText EditText 部分属性: XML 设置 android:hint="请输入数字!" //设置显示在空间上的提示信息 android:singleLi
阅读全文
摘要:java.util.Scanner类,这是一个用于扫描输入文本的新的实用程序
阅读全文
摘要:public class Test { public static void main(String[] args) { // 1、左移( > ) 高位补符号位 // 0000 0000 0000 0000 0000 0000 0000 0101 然后右移2位,高位...
阅读全文