04 2013 档案

摘要:第一季第五课Inten的参数 AlarmService.this 是类AlarmService的一个对象;AlarmService_Service.class是AlarmService_Service的类名。所谓键值对,你可以查看jdk文档,找MAP接口,它的实现类都是键值对的形式保存数据的键:就是... 阅读全文
posted @ 2013-04-29 16:49 10号 阅读(102) 评论(0) 推荐(0)
摘要:eclips中的assist显示帮助alt+/ 阅读全文
posted @ 2013-04-29 16:49 10号 阅读(95) 评论(0) 推荐(0)
摘要:1.file->import->existing projects into workspace->select root directory(项目在文件夹中) 或者 select archive file(项目在压缩文件中)->finish.如果打开的项目不能运行的话可能有以下几个问题:2.Una... 阅读全文
posted @ 2013-04-29 16:48 10号 阅读(216) 评论(0) 推荐(0)
摘要:Unable to resolve target 'android-7'Unable to resolve target 'android-7'解决方案:修改工程目录下的default.properties文件里的内容target=android-7改成target=android-8(或者其他版本... 阅读全文
posted @ 2013-04-24 10:24 10号 阅读(285) 评论(0) 推荐(0)