1.Service Intent must be explicit Intent serviceIntent = new Intent(context,MyService.class);context.startService(serviceIntent);Note:Implicit intents with startService are not safe 2.Button Text is always Uppercase <style name="TextAppearance.Mat
系统架构 [root@localhost ~]# uname -a Linux db 2.6.32-431.el6.x86_64 #1 SMP Sun Nov 10 22:19:54 EST 2013 x86_64 x86_64 x86_64 GNU/Linux [root@localhost ~]# uname -r 2.6.32-431.el6.x86_64 [root@db ~]# cat /proc/version Linux version 2.6.32-431.el6
我们用Eclipse创建Maven结构的web项目的时候选择了Artifact Id为maven-artchetype-webapp,由于这个catalog比较老,用的servlet还是2.3的,而一般现在至少都是2.5,在Project Facets里面修改Dynamic web module为2.5的时候就会出现Cannot change version of project facet Dynamic web module to 3.0 其实在右边可以看到改到2.5需要的条件以及有冲突的f